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. |
org.opends.server.protocols |
Contains various Directory Server connection handler implementations which will be used to accept connections from
and perform communication with clients over various protocols.
|
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.newDefaultSslOptions()
Creates a new
SslOptions with default settings. |
static SslOptions |
SslOptions.newSslOptions(SSLContext sslContext)
Creates a new
SslOptions based on the provided SSLContext . |
SslOptions |
SslOptions.sslContext(SSLContext sslContext)
Sets the SSLContext that should be used when installing the SSL layer.
|
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. |
Modifier and Type | Method and Description |
---|---|
static Result |
ReactiveHandlersUtils.operationToResult(Operation operation,
int ldapVersion,
long connectionId,
SslOptions sslOptions)
Generates a result from the provided operation.
|
Copyright 2010-2018 ForgeRock AS.