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


Constructor Index

 o AclKey(Principal, boolean)

Method Index

 o equals(Object)
 o getAclEntryType()
 o getPrincipal()
 o hashCode()
 o toString()

Constructors

 o AclKey
 public AclKey(Principal caller,
               boolean isNegativeEntry)

Methods

 o getPrincipal
 public Principal getPrincipal()
 o getAclEntryType
 public String getAclEntryType()
 o equals
 public boolean equals(Object another)
Overrides:
equals in class Object
 o toString
 public String toString()
Overrides:
toString in class Object
 o hashCode
 public int hashCode()
Overrides:
hashCode in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index