com.adobe.idp.um.spi.directoryservices
Class GenericGroupConfigBO

java.lang.Object
  extended by com.adobe.idp.um.spi.directoryservices.GenericGroupConfigBO
All Implemented Interfaces:
GroupConfigBO, java.io.Serializable

public class GenericGroupConfigBO
extends java.lang.Object
implements GroupConfigBO, java.io.Serializable

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.

See Also:
Serialized Form

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

GenericGroupConfigBO

public GenericGroupConfigBO()
Default constructor.

Method Detail

getRefGroupProvider

public java.lang.String getRefGroupProvider()
Retrieves the name of the group provider.

Specified by:
getRefGroupProvider in interface GroupConfigBO
Returns:
A java.lang.String that contains the name of the group provider.

setRefGroupProvider

public void setRefGroupProvider(java.lang.String string)
Sets the name of the group provider.

Parameters:
string - A String that contains the name of the group provider.

setCustomConfiguration

public void setCustomConfiguration(java.util.Map m)
Sets the configuration settings of the group provider.

Parameters:
m - A java.util.Map that contains key-value pairs of strings representing the first-level configuration settings of the group provider.

getCustomConfiguration

public java.util.Map getCustomConfiguration()
Retrieves the configuration settings of the group provider. This method can only be used for reading configuration settings.

Specified by:
getCustomConfiguration in interface GroupConfigBO
Returns:
A java.util.Map that contains key-value pairs of strings representing the first-level configuration settings of the group provider.


[an error occurred while processing this directive] [an error occurred while processing this directive]