Interface UserPrincipal

All Known Subinterfaces:
JwtPrincipal
All Known Implementing Classes:
GhostJwtPrincipal

public interface UserPrincipal
User identification in the actual system
  • Method Summary

    Modifier and Type
    Method
    Description
    Unique identity of this principal.
    Human friendly user name for this principal.
  • Method Details

    • getIdentity

      String getIdentity()
      Unique identity of this principal. Authentication services must be able to locate unique actual User principal via this identity.
    • getName

      String getName()
      Human friendly user name for this principal.