com.compoze.exchange.activedirectory
Class Group
java.lang.Object
|
+--com.compoze.exchange.activedirectory.AbstractTop
|
+--com.compoze.exchange.activedirectory.Group
- All Implemented Interfaces:
- java.io.Serializable
- public class Group
- extends AbstractTop
This class is used to store a list of user names. Used to apply security
principals on resources.
- See Also:
- Serialized Form
Constructor Summary |
Group()
Constructor |
Method Summary |
java.util.LinkedList |
getEmailAddresses()
Gets list of email addresses. |
int |
getGroupType()
Gets the type and scope of this group. |
java.util.LinkedList |
getMembers()
Gets list of members for this group. |
java.lang.String |
toString()
Returns a string representation of this object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Group
public Group()
- Constructor
getGroupType
public int getGroupType()
- Gets the type and scope of this group.
getEmailAddresses
public java.util.LinkedList getEmailAddresses()
- Gets list of email addresses.
- Returns:
- list of email addresses
getMembers
public java.util.LinkedList getMembers()
- Gets list of members for this group.
- Returns:
- list of members
toString
public java.lang.String toString()
- Returns a string representation of this object.
- Overrides:
toString
in class java.lang.Object
- Returns:
- a string representation of the object
Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.