Uses of Record Class
org.forgerock.opendj.ldap.messages.StartTlsExtendedRequest
Packages that use StartTlsExtendedRequest
Package
Description
Classes and interfaces for core LDAP requests/responses.
-
Uses of StartTlsExtendedRequest in org.forgerock.opendj.ldap.messages
Fields in org.forgerock.opendj.ldap.messages with type parameters of type StartTlsExtendedRequestModifier and TypeFieldDescriptionstatic final ExtendedRequestDecoder<StartTlsExtendedRequest,
ExtendedResult> StartTlsExtendedRequest.DECODER
A decoder which can be used to decode start TLS extended operation requests.Methods in org.forgerock.opendj.ldap.messages that return StartTlsExtendedRequestModifier 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.Methods in org.forgerock.opendj.ldap.messages with parameters of type StartTlsExtendedRequestModifier and TypeMethodDescriptionstatic StartTlsExtendedRequest
Requests.copyOfStartTlsExtendedRequest
(StartTlsExtendedRequest request) Creates a new startTLS extended request that is an exact copy of the provided request.