PDPermission: method and constructor summary

The PDPermission class handles the authentication of a Verify Identity Access user using the Java Authentication and Authorization Service (JAAS).

PDPermission uses Verify Identity Access as the authorization engine for normal Java 2 permission checks.

See the Javadoc information in the Verify Identity Access Runtime for Java installation package for detailed documentation about this class.

Table 1. Methods and constructors for PDPermission class
Methods and Constructors Description

PDPermission

Constructors that create an instance of the PDPermission class.

equals

Determines whether this PDPermission is equivalent to the input object.

getActions

Returns a String representation of this object.

getPDException

Provides access to any exception information received on the last implies (Permission) call.

hashCode

Returns the hash code value for this object.

implies

Methods that determine whether the Verify Identity Access grants the permissions in this PDPermission object to the specified PDPrincipal.