java.lang.Object | |||
java.security.Permission | Serializable Guard | ||
javax.security.auth.PrivateCredentialPermission |
PrivateCredentialPermission(String name, String action) |
boolean | equals(Object obj) | |||||
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison. | ||||||
String | getActions() | |||||
Returns the actions associated with the receiver. | ||||||
String | getCredentialClass() | |||||
String[][] | getPrincipals() | |||||
int | hashCode() | |||||
Returns an integer hash code for the receiver. | ||||||
boolean | implies(Permission permission) | |||||
Indicates whether the argument permission is implied by the receiver. | ||||||
PermissionCollection | newPermissionCollection() | |||||
Returns a new PermissionCollection for holding permissions of this class. |
obj | Object the object to compare with this object. |
---|
true
when passed to .equals
must
answer the same value for this method.
permission | Permission the permission to check. |
---|
true
if the argument permission is implied
by the receiver, and false
if it is not.Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:56 |