Uses of Class
org.forgerock.opendj.ldap.messages.StartTlsExtendedRequest
Package
Description
Classes and interfaces for core LDAP requests/responses.
-
Uses of StartTlsExtendedRequest in org.forgerock.opendj.ldap.messages
Modifier and TypeFieldDescriptionstatic final ExtendedRequestDecoder<StartTlsExtendedRequest,
ExtendedResult> StartTlsExtendedRequest.DECODER
A decoder which can be used to decode start TLS extended operation requests.Modifier and TypeMethodDescriptionstatic 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.setSslOptions
(SslOptions sslOptions) Sets the SslOptions that should be used when installing the TLS layer.Modifier and TypeMethodDescriptionstatic StartTlsExtendedRequest
Requests.copyOfStartTlsExtendedRequest
(StartTlsExtendedRequest request) Creates a new startTLS extended request that is an exact copy of the provided request.