|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.stanford.rt.credential.RoleDefinition
Definition
group element.
A role definition has a head and a body.Field Summary | |
private PrincipalExpression |
body
Role body. |
private CredentialDomain |
context
role definition context |
private Role |
head
Role head. |
Constructor Summary | |
RoleDefinition(CredentialDomain context,
Role head,
PrincipalExpression body)
Constructor for RoleDefinition. |
Method Summary | |
PrincipalExpression |
getBody()
Returns the body. |
CredentialDomain |
getContext()
Method getContext. |
Role |
getHead()
Returns the head. |
java.lang.String |
toString(java.lang.String indent)
Method toString. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private Role head
private PrincipalExpression body
private CredentialDomain context
Constructor Detail |
public RoleDefinition(CredentialDomain context, Role head, PrincipalExpression body)
Method Detail |
public PrincipalExpression getBody()
public Role getHead()
public CredentialDomain getContext() throws DomainSpecException
DomainSpecException
public java.lang.String toString(java.lang.String indent)
indent
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |