com.ibm.mfp.server.security.external.checks

Interface AuthorizationContext



  • public interface AuthorizationContext
    Transient data associated with the current client for the security check
    • Method Detail

      • getActiveUser

        AuthenticatedUser getActiveUser()
        Get authenticated user set by this security check for the current client
        Returns:
        the active user, null is has not been set or has expired
      • setActiveUser

        void setActiveUser(AuthenticatedUser user)
        Set the active user for the current client by this security check
        Parameters:
        user - authenticated user, not null


© Copyright IBM Corp. 2006, 2015. All Rights Reserved.