Interface StartTlsExtendedResult
- All Superinterfaces:
ExtendedResult,ProtocolOp,Response,Result
The start tls extended result as defined in RFC 4511. The result includes
SslOptions which will be used to
enable the TLS layer only if the start-tls request succeeded.-
Method Summary
Modifier and TypeMethodDescriptionReturns theSslOptionsused to install the TLS layer.setSslOptions(SslOptions sslOptions) Sets theSslOptionsused to install the TLS layer.Methods inherited from interface org.forgerock.opendj.ldap.messages.ExtendedResult
addControl, addControls, addReferralUri, getCause, getControl, getControls, getDiagnosticMessage, getDiagnosticMessageAsString, getMatchedDn, getOid, getReferralUris, getResultCode, getValue, hasValue, isReferral, isSuccess, setCause, setDiagnosticMessage, setMatchedDn, setMatchedDn, setResultCodeMethods inherited from interface org.forgerock.opendj.ldap.messages.ProtocolOp
containsControl, getControlMethods inherited from interface org.forgerock.opendj.ldap.messages.Result
copyFrom, removeControls
-
Method Details
-
getSslOptions
SslOptions getSslOptions()Returns theSslOptionsused to install the TLS layer.- Returns:
- The
SslOptionsornullif the request failed.
-
setSslOptions
Sets theSslOptionsused to install the TLS layer.- Parameters:
sslOptions- TheSslOptionswhich should be used to secure the connection.- Returns:
- This result.
-