com.waveset.object
Class AuthContext.Group
java.lang.Object
com.waveset.object.AuthContext.Group
- Enclosing class:
- AuthContext
- public static class AuthContext.Group
- extends java.lang.Object
A helper class that represents the collection of authorization
definitions associated with a single URL, or wildcard pattern.
Method Summary |
java.util.ArrayList |
getMembers()
|
java.lang.String |
getName()
|
boolean |
isMember(java.lang.String name)
|
void |
toXml(java.lang.StringBuffer b,
int indent)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ELEMENT
public static final java.lang.String ELEMENT
- See Also:
- Constant Field Values
ATT_NAME
public static final java.lang.String ATT_NAME
- See Also:
- Constant Field Values
ATT_ANONYMOUS
public static final java.lang.String ATT_ANONYMOUS
- See Also:
- Constant Field Values
AuthContext.Group
public AuthContext.Group()
AuthContext.Group
public AuthContext.Group(org.w3c.dom.Element e)
throws WavesetException
getName
public java.lang.String getName()
getMembers
public java.util.ArrayList getMembers()
isMember
public boolean isMember(java.lang.String name)
toXml
public void toXml(java.lang.StringBuffer b,
int indent)