Uses of 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.DECODERA decoder which can be used to decode start TLS extended operation requests.Methods in org.forgerock.opendj.ldap.messages that return StartTlsExtendedRequestModifier and TypeMethodDescriptionstatic StartTlsExtendedRequestRequests.copyOfStartTlsExtendedRequest(StartTlsExtendedRequest request) Creates a new startTLS extended request that is an exact copy of the provided request.static StartTlsExtendedRequestRequests.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.Methods in org.forgerock.opendj.ldap.messages with parameters of type StartTlsExtendedRequestModifier and TypeMethodDescriptionstatic StartTlsExtendedRequestRequests.copyOfStartTlsExtendedRequest(StartTlsExtendedRequest request) Creates a new startTLS extended request that is an exact copy of the provided request.