Class UserContext


  • public final class UserContext
    extends java.lang.Object
    Describes bound-context for a given user.

    Bound context includes Credentials and Connector session information.

    Credentials may or may not be bound to a CredentialVault. ConnectorSessions may or may not be bound to an Http Session.

    This class is immutable.

    Author:
    muzquiano, kevinr
    • Method Detail

      • getUserId

        public java.lang.String getUserId()