Interface BindRequestContext

  • All Superinterfaces:
    AttachmentHolder, Operation, org.forgerock.opendj.ldap.RequestContext

    public interface BindRequestContext
    extends Operation
    The bind request context allows for updating the authentication state of the connection.
    • Method Detail

      • setAuthenticationInfo

        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.
        Parameters:
        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.