Uses of Class
jakarta.ws.rs.SeBootstrap.Configuration.SSLClientAuthentication
-
Packages that use SeBootstrap.Configuration.SSLClientAuthentication Package Description jakarta.ws.rs High-level interfaces and annotations used to create RESTful service resources. -
-
Uses of SeBootstrap.Configuration.SSLClientAuthentication in jakarta.ws.rs
Methods in jakarta.ws.rs that return SeBootstrap.Configuration.SSLClientAuthentication Modifier and Type Method Description default SeBootstrap.Configuration.SSLClientAuthentication
SeBootstrap.Configuration. sslClientAuthentication()
Convenience method to get the secure socket client authentication policy.static SeBootstrap.Configuration.SSLClientAuthentication
SeBootstrap.Configuration.SSLClientAuthentication. valueOf(String name)
Returns the enum constant of this type with the specified name.static SeBootstrap.Configuration.SSLClientAuthentication[]
SeBootstrap.Configuration.SSLClientAuthentication. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jakarta.ws.rs with parameters of type SeBootstrap.Configuration.SSLClientAuthentication Modifier and Type Method Description default SeBootstrap.Configuration.Builder
SeBootstrap.Configuration.Builder. sslClientAuthentication(SeBootstrap.Configuration.SSLClientAuthentication sslClientAuthentication)
Convenience method to set SSL client authentication policy.
-