The com.adobe.idp.um.spi.directoryservices package provides classes and interfaces that enable you to create your own user and group directory service provider. User Management supports the use of LDAP servers for retrieving user information for authentication purposes. Your organization may store user information in a repository that is not based on the LDAP protocol, such as a relational database. You can create a directory service provider that retrieves user information from your user store and returns it to User Management.



Interfaces
 InterfaceDescription
 DirectoryGroupProviderThe DirectoryGroupProvider interface defines a mechanism for retrieving the user records that belong to a specific user group from a repository.
 DirectoryPrincipalProviderThe DirectoryPrincipalProvider interface is the base interface for user and group provider interfaces.
 DirectoryUserProviderThe DirectoryUserProvider interface defines the mechanism used to retrieve all user records from a given repository.
 GroupConfigBOThe GroupConfigBO interface defines a container for storing configuration information about the group provider.
 UserConfigBOThe UserConfigBO interface defines a container for storing configuration information about the user provider.
Classes
 ClassDescription
 DirectoryProviderConfigThe DirectoryProviderConfig class provides methods for retrieving information about directory service providers from the User Management configuration settings.
 DSGroupContainmentRecordThe DSGroupContainmentRecord class provides a container for storing and retrieving the user and group records that belong to a group.
 DSPrincipalCollectionThe DSPrincipalCollection class provides a container for storing sets of user records.
 DSPrincipalIdRecordThe DSPrincipalIdRecord class provides a container for the unique identification of a principal.
 DSPrincipalRecordThe DSPrincipalRecord class provides a container for storing information that constitutes a User Management user or group record.
 GenericGroupConfigBOThe GenericGroupConfigBO class provides a container for configuration information of a specific group provider.
 GenericUserConfigBOThe GenericUserConfigBO class provides a container for configuration information of a specific user provider.

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/javadoc/com/adobe/idp/um/spi/directoryservices/package-detail.html