Package org.skr.security
Class GhostJwtPrincipal
java.lang.Object
org.skr.security.GhostJwtPrincipal
- All Implemented Interfaces:
JwtPrincipal,UserPrincipal
-
Constructor Details
-
GhostJwtPrincipal
public GhostJwtPrincipal()
-
-
Method Details
-
isGhost
- Specified by:
isGhostin interfaceJwtPrincipal
-
getIdentity
Description copied from interface:UserPrincipalUnique identity of this principal. Authentication services must be able to locate unique actual User principal via this identity.- Specified by:
getIdentityin interfaceUserPrincipal
-
getName
Description copied from interface:UserPrincipalHuman friendly user name for this principal.- Specified by:
getNamein interfaceUserPrincipal
-