|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.stanford.rt.credential.RoleIntersection
IntersectionContainment
element.Field Summary | |
private java.util.ArrayList |
parts
list of members in this intersection. |
Constructor Summary | |
RoleIntersection()
Constuctor for an empty RoleIntersection. |
|
RoleIntersection(java.util.List p)
Constructor for RoleIntersection |
Method Summary | |
void |
and(java.lang.Object part)
Method and. |
java.util.List |
getParts()
Method getParts. |
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 java.util.ArrayList parts
Constructor Detail |
public RoleIntersection()
public RoleIntersection(java.util.List p)
Method Detail |
public java.util.List getParts()
public void and(java.lang.Object part) throws CredException
part
-
CredException
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 |