Uses of Enum Class
org.forgerock.openig.tools.ServerTlsOptions.ClientAuthentication
-
Uses of ServerTlsOptions.ClientAuthentication in org.forgerock.openig.tools
Modifier and TypeMethodDescriptionServerTlsOptions.getClientAuthentication()
Return the configuredServerTlsOptions.ClientAuthentication
required.Returns the enum constant of this class with the specified name.ServerTlsOptions.ClientAuthentication.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionServerTlsOptions
(String algorithm, KeyManager[] managers, TrustManager[] trustManagers, List<String> ciphers, List<String> protocols, boolean enableAlpn, ServerTlsOptions.ClientAuthentication clientAuth) Constructs TLS options with provided values.ServerTlsOptions
(String algorithm, TrustManager[] trustManagers, List<String> ciphers, List<String> protocols, boolean enableAlpn, ServerTlsOptions.ClientAuthentication clientAuth, ServerTlsOptions.SniConfiguration sniConfiguration) Constructs TLS options with provided values.