Package | Description |
---|---|
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 based
KeyStore service. |
Modifier and Type | Method and Description |
---|---|
SslOptions |
StartTlsExtendedResult.getSslOptions()
Returns the
SslOptions used to install the TLS layer. |
SslOptions |
StartTlsExtendedRequest.getSslOptions()
Returns the SslOptions that should be used when installing the TLS layer.
|
Modifier and Type | Method and Description |
---|---|
static StartTlsExtendedRequest |
Requests.newStartTlsExtendedRequest(SslOptions sslOptions)
Creates a new start TLS extended request which will use the provided SSL
context.
|
StartTlsExtendedResult |
StartTlsExtendedResult.setSslOptions(SslOptions sslOptions)
Sets the
SslOptions used to install the TLS layer. |
StartTlsExtendedRequest |
StartTlsExtendedRequest.setSslOptions(SslOptions sslOptions)
Sets the SslOptions that should be used when installing the TLS layer.
|
Modifier and Type | Method and Description |
---|---|
SslOptions |
SslOptions.clientAuthPolicy(SslOptions.ClientAuthPolicy clientAuthPolicy)
Sets the client auth policy.
|
static SslOptions |
SslOptions.copyOfSslOptions(SslOptions sslOptions)
Creates a copy of the provided
SslOptions . |
SslOptions |
SslOptions.enabledCipherSuites(Collection<String> cipherSuites)
Adds the cipher suites enabled for secure connections with the Directory Server.
|
SslOptions |
SslOptions.enabledCipherSuites(String... cipherSuites)
Adds the cipher suites enabled for secure connections with the Directory Server.
|
SslOptions |
SslOptions.enabledProtocols(Collection<String> protocols)
Adds the protocol versions enabled for secure connections with the Directory Server.
|
SslOptions |
SslOptions.enabledProtocols(String... protocols)
Adds the protocol versions enabled for secure connections with the Directory Server.
|
static SslOptions |
SslOptions.newSslOptions(KeyManager[] keyManagers,
TrustManager[] trustManagers)
Creates a new
SslOptions for the provided key managers and trust managers. |
static SslOptions |
SslOptions.newSslOptions(KeyManager keyManager,
TrustManager trustManager)
Creates a new
SslOptions for the provided key manager and trust manager. |
Modifier and Type | Method and Description |
---|---|
static SslOptions |
SslOptions.copyOfSslOptions(SslOptions sslOptions)
Creates a copy of the provided
SslOptions . |
static SSLEngine |
SslOptions.newClientSslEngine(SslOptions sslOptions)
Creates a new
SSLEngine configured to be used by a client application. |
static SSLEngine |
SslOptions.newServerSslEngine(SslOptions sslOptions)
Creates a new
SSLEngine configured to be used by a server application. |
Copyright © 2010-2018, ForgeRock All Rights Reserved.