Package | Description |
---|---|
org.forgerock.opendj.ldap.requests |
Classes and interfaces for core LDAP requests.
|
Modifier and Type | Field and Description |
---|---|
static ExtendedRequestDecoder<StartTLSExtendedRequest,ExtendedResult> |
StartTLSExtendedRequest.DECODER
A decoder which can be used to decode start TLS extended operation
requests.
|
Modifier and Type | Method and Description |
---|---|
StartTLSExtendedRequest |
StartTLSExtendedRequest.addControl(Control control) |
StartTLSExtendedRequest |
StartTLSExtendedRequest.addEnabledCipherSuite(Collection<String> suites)
Adds the cipher suites enabled for secure connections with the Directory
Server.
|
StartTLSExtendedRequest |
StartTLSExtendedRequest.addEnabledCipherSuite(String... suites)
Adds the cipher suites enabled for secure connections with the Directory
Server.
|
StartTLSExtendedRequest |
StartTLSExtendedRequest.addEnabledProtocol(Collection<String> protocols)
Adds the protocol versions enabled for secure connections with the
Directory Server.
|
StartTLSExtendedRequest |
StartTLSExtendedRequest.addEnabledProtocol(String... protocols)
Adds the protocol versions enabled for secure connections with the
Directory Server.
|
static StartTLSExtendedRequest |
Requests.copyOfStartTLSExtendedRequest(StartTLSExtendedRequest request)
Creates a new startTLS extended request that is an exact copy of the
provided request.
|
static StartTLSExtendedRequest |
Requests.newStartTLSExtendedRequest(SSLContext sslContext)
Creates a new start TLS extended request which will use the provided SSL
context.
|
StartTLSExtendedRequest |
StartTLSExtendedRequest.setSSLContext(SSLContext sslContext)
Sets the SSLContext that should be used when installing the TLS layer.
|
static StartTLSExtendedRequest |
Requests.unmodifiableStartTLSExtendedRequest(StartTLSExtendedRequest request)
Creates an unmodifiable startTLS extended request of the provided
request.
|
Modifier and Type | Method and Description |
---|---|
static StartTLSExtendedRequest |
Requests.copyOfStartTLSExtendedRequest(StartTLSExtendedRequest request)
Creates a new startTLS extended request that is an exact copy of the
provided request.
|
static StartTLSExtendedRequest |
Requests.unmodifiableStartTLSExtendedRequest(StartTLSExtendedRequest request)
Creates an unmodifiable startTLS extended request of the provided
request.
|
Copyright 2010-2017 ForgeRock AS.