|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectissrg.pba.rbac.policies.MMERUnit
This is the class representing a MMER unit. A MMER policy may contains several MMER units.
Field Summary | |
int |
forbiddenCardinality
|
Constructor Summary | |
MMERUnit(int forbiddenCardinality,
java.util.Vector mmer)
This constructor creates the MMERUnit object. |
Method Summary | |
int |
getMatchCount()
This method returns the current match count of MMER, i.e. how many MMER have been matched by the user roles in this MMER Unit. |
boolean |
MMERMatches(java.util.Vector V)
This method compare mmer with the input vector V -- an array of user roles, to determine if any of user roles match mmer roles. |
void |
startMatch()
This method starts a new matching between user roles and this MMER unit. |
java.lang.String |
toString()
This method is to output all the role information in the MMER unit as a String. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public int forbiddenCardinality
Constructor Detail |
public MMERUnit(int forbiddenCardinality, java.util.Vector mmer)
Method Detail |
public int getMatchCount()
public void startMatch()
public boolean MMERMatches(java.util.Vector V)
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |