Interface UserPrincipal

  • All Known Subinterfaces:
    JwtPrincipal
    All Known Implementing Classes:
    GhostJwtPrincipal

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

      • getIdentity

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

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