Class RemoteUserToken

java.lang.Object
org.yamcs.security.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 Details

    • RemoteUserToken

      public RemoteUserToken(String header, String username)
  • Method Details