|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.idp.um.spi.directoryservices.DirectoryProviderConfig
public class DirectoryProviderConfig
The DirectoryProviderConfig class provides methods for retrieving
information about directory service providers from the User Management configuration settings.
User Management creates DirectoryProviderConfig objects and uses them as
parameters when calling user and group providers.
DirectoryProviderConfig objects are associated with either a user provider or a group
provider. A DirectoryProviderConfig object provides access to either a
UserConfigBO object or a
GroupConfigBO object.
UserConfigBO,
GroupConfigBO| Constructor Summary | |
|---|---|
DirectoryProviderConfig(java.lang.String domain,
GroupConfigBO groupConfig)
Creates a new DirectoryProviderConfig object based on the provided configuration information. |
|
DirectoryProviderConfig(java.lang.String domain,
UserConfigBO userConfig)
Creates a new DirectoryProviderConfig object based on the provided configuration information. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDomain()
Retrieves the name of the domain associated with this object. |
GroupConfigBO |
getGroupConfig()
Retrieves the GroupConfigBO object associated with this
object. |
UserConfigBO |
getUserConfig()
Retrieves the UserConfigBO object associated with this
object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DirectoryProviderConfig(java.lang.String domain,
UserConfigBO userConfig)
DirectoryProviderConfig object based on the provided configuration information.
The new object provides information that user providers can use to retrieve user records from a repository.
domain - A java.lang.String that contains the domain name associated with the user provider.userConfig - A UserConfigBO object that
contains configuration information about the user provider.
public DirectoryProviderConfig(java.lang.String domain,
GroupConfigBO groupConfig)
DirectoryProviderConfig object based on the provided configuration information.
The new object provides information that group providers use to retrieve user records that belong to a
specific group.
domain - A java.lang.String that contains the domain name associated with the group provider.groupConfig - A GroupConfigBO object that
contains configuration information about the group
provider and identifies the group to retrieve.| Method Detail |
|---|
public java.lang.String getDomain()
java.lang.String that contains the domain name.public GroupConfigBO getGroupConfig()
GroupConfigBO object associated with this
object.
This information is required for retrieving groups from the user store.
null if this object
is associated with a user provider.public UserConfigBO getUserConfig()
UserConfigBO object associated with this
object.
null if this
object is associated with a group provider.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||