Package | Description |
---|---|
org.forgerock.opendj.ldap.messages |
Classes and interfaces for core LDAP requests/responses.
|
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.addControls(Iterable<? extends Control> controls) |
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(SslOptions sslOptions)
Creates a new start TLS extended request which will use the provided SSL
context.
|
StartTlsExtendedRequest |
StartTlsExtendedRequest.setSslOptions(SslOptions sslOptions)
Sets the SslOptions 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-2018, ForgeRock All Rights Reserved.