Class GhostJwtPrincipal

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getIdentity()
      Unique identity of this principal.
      java.lang.String getName()
      Human friendly user name for this principal.
      java.lang.Boolean isGhost()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GhostJwtPrincipal

        public GhostJwtPrincipal()
    • Method Detail

      • isGhost

        public java.lang.Boolean isGhost()
        Specified by:
        isGhost in interface JwtPrincipal
      • getIdentity

        public java.lang.String getIdentity()
        Description copied from interface: UserPrincipal
        Unique identity of this principal. Authentication services must be able to locate unique actual User principal via this identity.
        Specified by:
        getIdentity in interface UserPrincipal
      • getName

        public java.lang.String getName()
        Description copied from interface: UserPrincipal
        Human friendly user name for this principal.
        Specified by:
        getName in interface UserPrincipal