Class RemoteUserToken

  • All Implemented Interfaces:
    AuthenticationToken

    public class RemoteUserToken
    extends Object
    implements AuthenticationToken
    A token that represents a username without any credentials, usually associated with remote user authentication on a reverse proxy.
    • Constructor Detail

      • RemoteUserToken

        public RemoteUserToken​(String header,
                               String username)