PDPermission: method and constructor summary
The PDPermission class handles the authentication of a Security Verify Access user using the Java Authentication and Authorization Service (JAAS).
PDPermission uses Security Verify Access as the authorization engine for normal Java 2 permission checks.
See the Javadoc information in the Security Verify Access Runtime for Java installation package for detailed documentation about this class.
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 Security Verify Access grants the permissions in this PDPermission object to the specified PDPrincipal. Parent topic: Classes from com.tivoli.pd.jazn package