|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wamblee.security.authorization.AbstractOperationCondition
org.wamblee.security.authorization.IsaOperationCondition
@Entity public class IsaOperationCondition
Determiens if an operation is a subclass of a specified operation.
Constructor Summary | |
---|---|
IsaOperationCondition()
For OR mapping. |
|
IsaOperationCondition(java.lang.Class<? extends Operation> aOperation)
Constructs the condition. |
Method Summary | |
---|---|
protected java.lang.String |
getOperationString()
Gets the operation as a string. |
boolean |
matches(Operation aOperation)
Determines if the operation matches. |
protected void |
setOperationString(java.lang.String aOperation)
Sets the operation as a string. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IsaOperationCondition(java.lang.Class<? extends Operation> aOperation)
aOperation
- Operation that an operation must be an instance of.public IsaOperationCondition()
Method Detail |
---|
public boolean matches(Operation aOperation)
OperationCondition
aOperation
- Operation.
protected java.lang.String getOperationString()
protected void setOperationString(java.lang.String aOperation)
aOperation
- Operation string.public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |