com.adobe.idp.um.spi.directoryservices
Interface GroupConfigBO

All Known Implementing Classes:
GenericGroupConfigBO

public interface GroupConfigBO

The GroupConfigBO interface defines a container for storing configuration information about the group provider. User Management uses the container for passing configuration information to your group provider. The configuration information includes the properties required to connect to the user store for retrieving a group of users. The configuration information is previously specified in User Management in XML format.

This interface defines methods that the providers use to retrieve information from the container.

Your implementation will be passed an instance of GenericGroupConfigBO.


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.
 

Method Detail

getRefGroupProvider

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

Returns:
A java.lang.String that contains the name of the group provider.

getCustomConfiguration

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

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]