PDPrincipal: method and constructor summary
The PDPrincipal class implements the Principal
interface and contains the credentials of an authenticated Verify Identity Access user.
See the Javadoc information in the Verify Identity Access Runtime for Java installation package for detailed documentation about this class.
| Methods and Constructors | Description |
|---|---|
| PDPrincipal |
Constructors that create an instance of
the |
| addAttribute |
Returns a new |
| addAttrlist |
Returns a new |
| addGroupMemberships |
Returns a new |
| equals |
Compares the specified Object with this |
| getAttribute |
Returns the values for the attribute. |
| getAttributeNames |
Returns the attribute names in the credential attribute list. |
| getAttributeValue |
Returns the value for the attribute. |
| getAttrlist |
Returns a copy of the credential attribute list for this principal. |
| getEntitlements |
Returns all the objects to which this |
| getName |
Returns a string name of this |
| getPAC |
Obtains an architecture and network independent encoding of this principal. |
| hashCode |
Returns a hash code for this |
| implies |
Checks if whether the specified Subject is implied by this object. |
| readExternal |
Reads the state of the |
| removeAttribute |
Returns a new |
removeGroupMemberships |
Returns a new |
| setAttribute |
Returns a new |
| setAttrlist |
Return a new |
| setContext |
Sets the authorization context of this |
| toString |
Returns a string representation of this |
| writeExternal |
Saves the state of the |