Interface UserPrincipal

  • All Superinterfaces:
    AccountPrincipal, java.security.Principal

    public interface UserPrincipal
    extends AccountPrincipal
    A Principal representing an identity used to determine access rights to objects in the XMLDB.

    A UserPrincipal object is an abstract representation of an identity. It has a name that is the account name that it represents. User principal objects may be obtained using a UserPrincipalLookupService, or returned by Attributes implementations that provide access to identity related attributes.

    Since:
    2.0
    • Method Summary

      • Methods inherited from interface java.security.Principal

        equals, getName, hashCode, implies, toString