Package org.skr.security
Interface JwtPrincipal
- All Superinterfaces:
UserPrincipal
- All Known Implementing Classes:
GhostJwtPrincipal
-
Method Summary
Modifier and TypeMethodDescriptiondefault Stringmake a new accessToken that will never be expired for internal chain service call.static Optional<JwtPrincipal>isGhost()Methods inherited from interface org.skr.security.UserPrincipal
getIdentity, getName
-
Method Details
-
isGhost
Boolean isGhost() -
getChainAccessToken
make a new accessToken that will never be expired for internal chain service call. -
getCurrentPrincipal
-