|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object issrg.pba.rbac.SubjectCredsRules
public class SubjectCredsRules
This class stores the assertable credentials and set of AssignmentRule of a subject
Constructor Summary | |
---|---|
SubjectCredsRules()
Creates a new instance of SubjectCredsRules |
|
SubjectCredsRules(Credentials creds,
java.util.Vector rules)
This is the constructor of this class. |
Method Summary | |
---|---|
Credentials |
getCreds()
This method returns assertable credentials of the subject |
java.util.Vector |
getRules()
This method returns the set of RARs (AssignmentRules) of the subject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SubjectCredsRules()
public SubjectCredsRules(Credentials creds, java.util.Vector rules)
creds
- is the assertable credentials of the subjectrules
- is the set of RARs (AssignmentRules of the subjectMethod Detail |
---|
public Credentials getCreds()
public java.util.Vector getRules()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |