public interface BindRequestContext extends Operation
Modifier and Type | Method and Description |
---|---|
void |
setAuthenticationInfo(BindRequest bindRequest,
Entry authenticationEntry,
Entry authorizationEntry)
Specifies information about the authentication that has been performed
for this connection.
|
getAuthenticationEntry, getAuthorizationEntry, getBindRequest, getConnection, getConnectionID, getLocalAddress, getLookthroughLimit, getOperationID, getPeerAddress, getProtocol, getSecurityStrengthFactor, getSizeLimit, getTimeLimit, hasAllPrivileges, hasPrivilege, setAuthorizationEntry
addCancelRequestListener, checkIfCancelled, getMessageID, removeCancelRequestListener
getAttachment, getAttachmentNames, removeAttachment, setAttachment
void setAuthenticationInfo(BindRequest bindRequest, Entry authenticationEntry, Entry authorizationEntry)
bindRequest
- The bind request the client used for authentication.authenticationEntry
- The entry for the user as whom the client is authenticated, or
null
if the client is unauthenticated.authorizationEntry
- The entry for the user that should be considered the
authorization identity for this client, or null
if it
should be the unauthenticated user.Copyright 2010-2017 ForgeRock AS.