Package org.skr.security
Interface UserPrincipal
-
- All Known Subinterfaces:
JwtPrincipal
- All Known Implementing Classes:
GhostJwtPrincipal
public interface UserPrincipalUser identification in the actual system
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetIdentity()Unique identity of this principal.java.lang.StringgetName()Human friendly user name for this principal.
-