public interface BindRequestContext extends Operation
Modifier and Type | Method and Description |
---|---|
void |
setAuthenticationInfo(org.forgerock.opendj.ldap.requests.BindRequest bindRequest,
org.forgerock.opendj.ldap.Entry authenticationEntry,
org.forgerock.opendj.ldap.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(org.forgerock.opendj.ldap.requests.BindRequest bindRequest, org.forgerock.opendj.ldap.Entry authenticationEntry, org.forgerock.opendj.ldap.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 © 2011-2015 ForgeRock AS. All Rights Reserved.