public interface StartTlsExtendedResult extends ExtendedResult
SslOptions
which will be used to
enable the TLS layer only if the start-tls request succeeded.Modifier and Type | Method and Description |
---|---|
SslOptions |
getSslOptions()
Returns the
SslOptions used to install the TLS layer. |
StartTlsExtendedResult |
setSslOptions(SslOptions sslOptions)
Sets the
SslOptions used to install the TLS layer. |
addControl, addControls, addReferralUri, getCause, getControl, getControls, getDiagnosticMessage, getDiagnosticMessageAsString, getMatchedDn, getOid, getReferralUris, getResultCode, getValue, hasValue, isReferral, isSuccess, setCause, setDiagnosticMessage, setMatchedDn, setMatchedDn, setResultCode
containsControl, getControl
SslOptions getSslOptions()
SslOptions
used to install the TLS layer.SslOptions
or null
if the request failed.StartTlsExtendedResult setSslOptions(SslOptions sslOptions)
SslOptions
used to install the TLS layer.sslOptions
- The SslOptions
which should be used to secure the connection.Copyright 2010-2022 ForgeRock AS.