Class GhostJwtPrincipal

java.lang.Object
org.skr.security.GhostJwtPrincipal
All Implemented Interfaces:
JwtPrincipal, UserPrincipal

public class GhostJwtPrincipal extends Object implements JwtPrincipal
  • Constructor Details

    • GhostJwtPrincipal

      public GhostJwtPrincipal()
  • Method Details

    • isGhost

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

      public 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 String getName()
      Description copied from interface: UserPrincipal
      Human friendly user name for this principal.
      Specified by:
      getName in interface UserPrincipal