|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object issrg.pba.rbac.policies.UserAction
public abstract class UserAction
This is the class representing an action-target pair in PERMIS, so it can be stored by MMEP rules for MSoD as a unit.
Constructor Summary | |
---|---|
UserAction()
|
Method Summary | |
---|---|
abstract java.lang.String |
getAction()
This method returns the action as a String. |
abstract java.lang.String |
getTarget()
This method returns the target as a String. |
abstract boolean |
matches(java.lang.String action,
java.lang.String target)
Decides whether the requested action and target combination matches this UserAction. |
java.lang.String |
toString()
Returns a string containing the action and the target separated by a space. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UserAction()
Method Detail |
---|
public abstract java.lang.String getAction()
public abstract java.lang.String getTarget()
public abstract boolean matches(java.lang.String action, java.lang.String target)
action
- the name of the actiontarget
- a string describing the intended target
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 |