|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.avalon.meta.info.PermissionDescriptor
A descriptor that describes a value that must be placed in components Context. It contains information about;
Constructor Summary | |
PermissionDescriptor(String classname,
String name,
String[] actions)
Construct a new PermissionDescriptor |
Method Summary | |
boolean |
equals(Object other)
Test is the supplied object is equal to this object. |
String[] |
getActions()
Return the set of actions associated with the permission. |
String |
getClassname()
Return the classname of the permission. |
String |
getName()
Return the permission name. |
int |
hashCode()
Return the hashcode for the object. |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PermissionDescriptor(String classname, String name, String[] actions)
classname
- the permission class namename
- the permission nameactions
- the permission actionsMethod Detail |
public String getClassname()
public String getName()
public String[] getActions()
public boolean equals(Object other)
other
- the object to compare with this instance
public int hashCode()
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |