Uses of Enum Class
org.forgerock.openig.tools.ServerTlsOptions.ClientAuthentication
Packages that use ServerTlsOptions.ClientAuthentication
-
Uses of ServerTlsOptions.ClientAuthentication in org.forgerock.openig.tools
Methods in org.forgerock.openig.tools that return ServerTlsOptions.ClientAuthenticationModifier 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.Constructors in org.forgerock.openig.tools with parameters of type ServerTlsOptions.ClientAuthenticationModifierConstructorDescriptionServerTlsOptions
(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.