|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wamblee.security.authorization.AllOperation
public class AllOperation
An superclass of all other operations.
Constructor Summary | |
---|---|
|
AllOperation()
Constructs an all operation. |
protected |
AllOperation(java.lang.String aName)
Constructs the operation, this constructor is the one that must be used by subclasses. |
Method Summary | |
---|---|
java.lang.String |
getName()
Gets the name of the operation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AllOperation()
protected AllOperation(java.lang.String aName)
aName
- Name of the operation. This name must be unique among all
operations.Method Detail |
---|
public java.lang.String getName()
Operation
getName
in interface Operation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |