|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.idp.um.spi.directoryservices.GenericGroupConfigBO
public class GenericGroupConfigBO
The GenericGroupConfigBO class provides a container for configuration information
of a specific group provider. The configuration information includes the properties
required to connect to the group store for retrieving a group of users.
User Management creates GenericGroupConfigBO objects
and passes them to the group provider.
| Constructor Summary | |
|---|---|
GenericGroupConfigBO()
Default constructor. |
|
| Method Summary | |
|---|---|
java.util.Map |
getCustomConfiguration()
Retrieves the configuration settings of the group provider. |
java.lang.String |
getRefGroupProvider()
Retrieves the name of the group provider. |
void |
setCustomConfiguration(java.util.Map m)
Sets the configuration settings of the group provider. |
void |
setRefGroupProvider(java.lang.String string)
Sets the name of the group provider. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GenericGroupConfigBO()
| Method Detail |
|---|
public java.lang.String getRefGroupProvider()
getRefGroupProvider in interface GroupConfigBOjava.lang.String that contains the name of the group provider.public void setRefGroupProvider(java.lang.String string)
string - A String that contains the name of the group 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 group provider.public java.util.Map getCustomConfiguration()
getCustomConfiguration in interface GroupConfigBOjava.util.Map that contains key-value pairs of strings representing the
first-level configuration settings of the group provider.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||