com.waveset.object
Class AuthContext.Group

java.lang.Object
  extended bycom.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.


Field Summary
static java.lang.String ATT_ANONYMOUS
           
static java.lang.String ATT_NAME
           
static java.lang.String ELEMENT
           
 
Constructor Summary
AuthContext.Group()
           
AuthContext.Group(org.w3c.dom.Element e)
           
 
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
 

Field Detail

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
Constructor Detail

AuthContext.Group

public AuthContext.Group()

AuthContext.Group

public AuthContext.Group(org.w3c.dom.Element e)
                  throws WavesetException
Method Detail

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)