|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.idp.um.spi.directoryservices.DSPrincipalIdRecord
com.adobe.idp.um.spi.directoryservices.DSGroupContainmentRecord
public class DSGroupContainmentRecord
The DSGroupContainmentRecord class provides a container for storing and retrieving
the user and group records that belong to a group. Group providers can use instances of this class
to store user and group records and return them to User Management.
User Management can retrieve the records from the object.
| Constructor Summary | |
|---|---|
DSGroupContainmentRecord()
Creates a new DSGroupContainmentRecord object. |
|
| Method Summary | |
|---|---|
void |
addPrincipalMember(DSPrincipalIdRecord prin)
Adds an internal user record to this object. |
java.util.Set |
getPrincipalMembers()
Retrieves the DSPrincipalIDRecord objects in this container. |
java.lang.Object |
getState()
|
void |
setState(java.lang.Object state)
|
java.lang.String |
toString()
Retrieves the java.lang.String representation of this
object. |
| Methods inherited from class com.adobe.idp.um.spi.directoryservices.DSPrincipalIdRecord |
|---|
getCanonicalName, getDomainName, getOldCanonicalName, getOriginalName, setCanonicalName, setDomainName, setOldCanonicalName, setOriginalName |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DSGroupContainmentRecord()
DSGroupContainmentRecord object.
| Method Detail |
|---|
public java.util.Set getPrincipalMembers()
DSPrincipalIDRecord objects in this container.
java.util.Set object that contains all the
DSPrincipalIdRecord objects
of the retrieved group.public java.lang.String toString()
java.lang.String representation of this
object. The returned String includes a list of all external users
and internal users. External users are identified by their associated email account.
toString in class java.lang.Objectpublic void addPrincipalMember(DSPrincipalIdRecord prin)
prin - A DSPrincipalIdRecord object
that identifies the internal user to be added.public java.lang.Object getState()
public void setState(java.lang.Object state)
state - the state to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||