|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.adobe.idp.um.spi.directoryservices.GenericUserConfigBO
public class GenericUserConfigBO
The GenericUserConfigBO
class provides a container for configuration information
of a specific user provider. The configuration information includes the properties
required to connect to the user store for retrieving all user records.
Adobe User Management creates GenericUserConfigBO
objects
and passes them to the user provider.
GenericUserConfigBO
objects contain configuration information only
for the user provider that is called upon.
For retrieving only the user records for a specific group, use the
GenericGroupConfigBO
class.
GenericGroupConfigBO
,
Serialized FormConstructor Summary | |
---|---|
GenericUserConfigBO()
Default constructor. |
Method Summary | |
---|---|
java.util.Map |
getCustomConfiguration()
Retrieves the configuration settings of the user provider. |
java.lang.String |
getRefUserProvider()
Retrieves the name of the user provider. |
void |
setCustomConfiguration(java.util.Map m)
Sets the configuration settings of the user provider. |
void |
setRefUserProvider(java.lang.String string)
Sets the name of the user provider. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GenericUserConfigBO()
Method Detail |
---|
public java.lang.String getRefUserProvider()
getRefUserProvider
in interface UserConfigBO
java.lang.String
that contains the name of the user provider.public void setRefUserProvider(java.lang.String string)
string
- A String
that contains the name of the user provider.public void setCustomConfiguration(java.util.Map m)
m
- A java.util.Map
that contains key-value pairs of strings representing the
first-level configuration settings of the user provider.public java.util.Map getCustomConfiguration()
getCustomConfiguration
in interface UserConfigBO
java.util.Map
that contains key-value pairs of strings representing the
first-level configuration settings of the user provider.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |