Uses of Class
org.forgerock.openig.tools.ServerTlsOptions.ClientAuthentication
-
Packages that use ServerTlsOptions.ClientAuthentication Package Description org.forgerock.openig.tools Common tools used in policy service. -
-
Uses of ServerTlsOptions.ClientAuthentication in org.forgerock.openig.tools
Methods in org.forgerock.openig.tools that return ServerTlsOptions.ClientAuthentication Modifier and Type Method Description ServerTlsOptions.ClientAuthenticationServerTlsOptions. getClientAuthentication()Return the configuredServerTlsOptions.ClientAuthenticationrequired.static ServerTlsOptions.ClientAuthenticationServerTlsOptions.ClientAuthentication. valueOf(String name)Returns the enum constant of this type with the specified name.static ServerTlsOptions.ClientAuthentication[]ServerTlsOptions.ClientAuthentication. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.forgerock.openig.tools with parameters of type ServerTlsOptions.ClientAuthentication Constructor Description ServerTlsOptions(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.
-