|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.idp.um.spi.directoryservices.DSPrincipalCollection
public class DSPrincipalCollection
The DSPrincipalCollection class provides a container for storing sets of user records.
User providers use the container for returning user records and state information to
User Management. User Management can retrieve the user records from the container.
| Constructor Summary | |
|---|---|
DSPrincipalCollection()
Creates a new DSPrincipalCollection object. |
|
| Method Summary | |
|---|---|
void |
addDSPrincipalRecord(DSPrincipalRecord record)
Adds a user record to this object. |
java.util.Set |
getPrincipalRecords()
Retrieves the user records that this object contains. |
java.lang.Object |
getState()
Retrieves the state information that the directory service provider specified. |
void |
setState(java.lang.Object object)
Sets the state information to indicate that all principal records have been retrieved or to provide information that user providers require for the subsequent call. |
java.lang.String |
toString()
Retrieves the java.lang.String representation of this
object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DSPrincipalCollection()
DSPrincipalCollection object.
| Method Detail |
|---|
public java.lang.String toString()
java.lang.String representation of this
object.
toString in class java.lang.Objectpublic java.util.Set getPrincipalRecords()
java.util.Set that contains the
DSPrincipalRecord
objects representing the retrieved user records.public void addDSPrincipalRecord(DSPrincipalRecord record)
record - A DSPrincipalRecord object that contains the user
record to be added.public java.lang.Object getState()
The information that adequately describes the state depends on the directory service provider.
Object instance that contains the state information.DirectoryPrincipalProviderpublic void setState(java.lang.Object object)
object - An Object instance that contains null if all records are
retrieved, or contains information for the subsequent call.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||