public final class UnresolvedPermission extends Permission implements Serializable
Constructor and Description |
---|
UnresolvedPermission(String type,
String name,
String actions,
Certificate[] certs) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Default object equality (is identity).
|
String |
getActions() |
int |
hashCode()
The (default) object hashcode: for transient objects this is simply the
address of the instance in memory, for persistent objects it is the
address at which the instance was first created (maybe in a previous
activation of the VM).
|
boolean |
implies(Permission perm) |
PermissionCollection |
newPermissionCollection() |
String |
toString()
Returns a string describing this UnresolvedPermission.
|
checkGuard, getName
public UnresolvedPermission(String type, String name, String actions, Certificate[] certs)
public boolean equals(Object obj)
Object
equals
in class Permission
public boolean implies(Permission perm)
implies
in class Permission
public int hashCode()
Object
hashCode
in class Permission
public String getActions()
getActions
in class Permission
public String toString()
toString
in class Permission
public PermissionCollection newPermissionCollection()
newPermissionCollection
in class Permission