Class InternalSsoTokenContext

  • All Implemented Interfaces:
    Context

    public class InternalSsoTokenContext
    extends AbstractContext
    An InternalSsoTokenContext used to store an SSO token.
    • Constructor Detail

      • InternalSsoTokenContext

        public InternalSsoTokenContext​(Context parent,
                                       String token)
        Creates a new InternalSsoTokenContext context with the provided token.
        Parameters:
        parent - The parent context.
        token - The token associated with this context to store, not null.