Uses of Class
org.forgerock.opendj.security.SslOptions
-
Packages that use SslOptions Package Description org.forgerock.opendj.ldap Classes and interfaces for core types including connections, entries, and attributes.org.forgerock.opendj.ldap.messages Classes and interfaces for core LDAP requests/responses.org.forgerock.opendj.security An LDAP based security provider having the name "OpenDJ" and exposing an LDAP/LDIF basedKeyStoreservice. -
-
Uses of SslOptions in org.forgerock.opendj.ldap
Fields in org.forgerock.opendj.ldap with type parameters of type SslOptions Modifier and Type Field Description static Option<SslOptions>CommonLdapOptions. SSL_OPTIONSSpecifies the options to use for the SSL support ornullif SSL is disabled.static Option<SslOptions>CommonLdapOptions. SSL_OPTIONSSpecifies the options to use for the SSL support ornullif SSL is disabled.static Option<SslOptions>CommonLdapOptions. SSL_OPTIONSSpecifies the options to use for the SSL support ornullif SSL is disabled. -
Uses of SslOptions in org.forgerock.opendj.ldap.messages
Methods in org.forgerock.opendj.ldap.messages that return SslOptions Modifier and Type Method Description SslOptionsStartTlsExtendedRequest. getSslOptions()Returns the SslOptions that should be used when installing the TLS layer.SslOptionsStartTlsExtendedResult. getSslOptions()Returns theSslOptionsused to install the TLS layer.Methods in org.forgerock.opendj.ldap.messages with parameters of type SslOptions Modifier and Type Method Description static StartTlsExtendedRequestRequests. newStartTlsExtendedRequest(SslOptions sslOptions)Creates a new start TLS extended request which will use the provided SSL context.StartTlsExtendedRequestStartTlsExtendedRequest. setSslOptions(SslOptions sslOptions)Sets the SslOptions that should be used when installing the TLS layer.StartTlsExtendedResultStartTlsExtendedResult. setSslOptions(SslOptions sslOptions)Sets theSslOptionsused to install the TLS layer. -
Uses of SslOptions in org.forgerock.opendj.security
Methods in org.forgerock.opendj.security that return SslOptions Modifier and Type Method Description SslOptionsSslOptions. clientAuthPolicy(SslOptions.ClientAuthPolicy clientAuthPolicy)Sets the client auth policy.static SslOptionsSslOptions. copyOfSslOptions(SslOptions sslOptions)Creates a copy of the providedSslOptions.SslOptionsSslOptions. enabledCipherSuites(String... cipherSuites)Adds the cipher suites enabled for secure connections with the Directory Server.SslOptionsSslOptions. enabledCipherSuites(Collection<String> cipherSuites)Adds the cipher suites enabled for secure connections with the Directory Server.SslOptionsSslOptions. enabledProtocols(String... protocols)Adds the protocol versions enabled for secure connections with the Directory Server.SslOptionsSslOptions. enabledProtocols(Collection<String> protocols)Adds the protocol versions enabled for secure connections with the Directory Server.static SslOptionsSslOptions. newSslOptions(KeyManager[] keyManagers, TrustManager[] trustManagers)Creates a newSslOptionsfor the provided key managers and trust managers.static SslOptionsSslOptions. newSslOptions(KeyManager keyManager, TrustManager trustManager)Creates a newSslOptionsfor the provided key manager and trust manager.Methods in org.forgerock.opendj.security with parameters of type SslOptions Modifier and Type Method Description static SslOptionsSslOptions. copyOfSslOptions(SslOptions sslOptions)Creates a copy of the providedSslOptions.static SSLEngineSslOptions. newClientSslEngine(SslOptions sslOptions, String host, int port)Creates a newSSLEngineconfigured to be used by a client application.static SSLEngineSslOptions. newServerSslEngine(SslOptions sslOptions)Creates a newSSLEngineconfigured to be used by a server application.
-