Uses of Interface
org.forgerock.opendj.ldap.messages.StartTlsExtendedResult
- 
Packages that use StartTlsExtendedResult Package Description org.forgerock.opendj.ldap.messages Classes and interfaces for core LDAP requests/responses. - 
- 
Uses of StartTlsExtendedResult in org.forgerock.opendj.ldap.messages
Methods in org.forgerock.opendj.ldap.messages that return StartTlsExtendedResult Modifier and Type Method Description static StartTlsExtendedResultResponses. newStartTlsExtendedResult(ResultCode resultCode)Creates a new start TLS extended result which will use the provided SSL context.StartTlsExtendedResultStartTlsExtendedResult. setSslOptions(SslOptions sslOptions)Sets theSslOptionsused to install the TLS layer. 
 -