Class AdminTokenPrincipal

  • All Implemented Interfaces:
    Principal

    public class AdminTokenPrincipal
    extends TokenPrincipal
    Indicates that the identity of a Subject has, at least partially, been derived using a token.

    One main use of this principal is to allow us to trust incoming requests from remote hosts even if secure admin is disabled if the request has an admin token.

    Author:
    tjquinn
    • Constructor Detail

      • AdminTokenPrincipal

        public AdminTokenPrincipal​(String token)