May 2001
Intermediate to advanced
618 pages
20h 50m
English
Class javax.security.auth.PrivateCredential-Permission
This class represents permission to access the private credentials of a subject. The name of this permission is the name of the subject that you want to access (e.g., “sdo”); specify an asterisk to match all names. The only valid action for this permission is “read” (but you must specify the action in the policy file).
public final class javax.security.auth.PrivateCredentialPermission
extends java.security.Permission {
// Constructors
public PrivateCredentialPermission(String, String);
// Instance Methods
public boolean equals(Object);
public String getActions( );
public String getCredentialClass( );
public String[][] getPrincipals( );
public int hashCode( );
public boolean implies(Permission);
public PermissionCollection newPermissionCollection( );
}Read now
Unlock full access