All Packages Class Hierarchy This Package Previous Next Index
Class ajanta.security.acl.AclKey
java.lang.Object
|
+----ajanta.security.acl.AclKey
- public class AclKey
- extends Object
- implements Serializable
This class has been constructed to ensure unique key for Acl.
Adding positive and negative flag to Principal seperates
positive and negative AclEntry
-
AclKey(Principal, boolean)
-
-
equals(Object)
-
-
getAclEntryType()
-
-
getPrincipal()
-
-
hashCode()
-
-
toString()
-
AclKey
public AclKey(Principal caller,
boolean isNegativeEntry)
getPrincipal
public Principal getPrincipal()
getAclEntryType
public String getAclEntryType()
equals
public boolean equals(Object another)
- Overrides:
- equals in class Object
toString
public String toString()
- Overrides:
- toString in class Object
hashCode
public int hashCode()
- Overrides:
- hashCode in class Object
All Packages Class Hierarchy This Package Previous Next Index