|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.stanford.rt.credential.DelegationRole
SimpleDelegation
element.
A DelegationRole
has a required part delegateTo
and an optional part control
.Field Summary | |
private Role |
control
depth of the allowed further delegation. |
private PrincipalExpression |
delegateTo
to whom to delegate the authority. |
Constructor Summary | |
DelegationRole(PrincipalExpression delegateTo,
Role control)
Constructor for DelegationRole. |
Method Summary | |
java.lang.String |
toString(java.lang.String indent)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private PrincipalExpression delegateTo
private Role control
Constructor Detail |
public DelegationRole(PrincipalExpression delegateTo, Role control)
Method Detail |
public java.lang.String toString(java.lang.String indent)
toString
in interface PrincipalExpression
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |