@PublicAPI(stability=UNCOMMITTED, mayInstantiate=false, mayExtend=false, mayInvoke=true) public interface PostResponseBindOperation extends PostOperationOperation
Modifier and Type | Method and Description |
---|---|
AuthenticationType |
getAuthenticationType()
Retrieves the authentication type for this bind operation.
|
LocalizableMessage |
getAuthFailureReason()
Retrieves a human-readable message providing the reason that the authentication failed, if available.
|
Dn |
getBindDN()
Retrieves the bind DN for this bind operation.
|
String |
getProtocolVersion()
Retrieves a string representation of the protocol version associated with this bind request.
|
ByteString |
getRawBindDN()
Retrieves the raw, unprocessed bind DN for this bind operation as contained in the client request.
|
Entry |
getSASLAuthUserEntry()
Retrieves the user entry associated with the SASL authentication attempt.
|
ByteString |
getSASLCredentials()
Retrieves the SASL credentials for this bind operation.
|
String |
getSASLMechanism()
Retrieves the SASL mechanism for this bind operation.
|
ByteString |
getServerSASLCredentials()
Retrieves the set of server SASL credentials to include in the bind response.
|
ByteString |
getSimplePassword()
Retrieves the simple authentication password for this bind operation.
|
Dn |
getUserEntryDN()
Retrieves the user entry DN for this bind operation.
|
addAdditionalLogItem, addResponseControl, appendErrorMessage, getAdditionalLogItems, getAuthorizationDN, getErrorMessage, getMatchedDN, getReferralURLs, getResultCode, removeResponseControl, setErrorMessage, setMatchedDN, setReferralURLs, setResponseData, setResultCode
checkIfCanceled, disconnectClient, getAttachment, getAttachments, getClientConnection, getConnectionID, getMessageID, getOperationID, getOperationType, getProcessingStartTime, getRequestControl, getRequestControls, getResponseControls, isInternalOperation, isSynchronizationOperation, removeAttachment, setAttachment, toString, toString
AuthenticationType getAuthenticationType()
String getProtocolVersion()
ByteString getRawBindDN()
Dn getBindDN()
ByteString getSimplePassword()
String getSASLMechanism()
null
if the bind does not use SASL
authentication.ByteString getSASLCredentials()
null
if there are none or if the bind does
not use SASL authentication.ByteString getServerSASLCredentials()
null
if there are
none.Entry getSASLAuthUserEntry()
null
if it was not a SASL
authentication or the SASL processing was not able to map the request to a user.LocalizableMessage getAuthFailureReason()
null
if
none is available.Dn getUserEntryDN()
null
if the bind processing has not progressed
far enough to identify the user or if the user DN could not be determined.Copyright 2010-2020 ForgeRock AS.