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

All Superinterfaces:
DirectoryPrincipalProvider

public interface DirectoryUserProvider
extends DirectoryPrincipalProvider

The DirectoryUserProvider interface defines the mechanism used to retrieve all user records from a given repository. You must implement this interface to create a custom user provider service that integrates with User Management.

The functionality of this interface is inherited from the DirectoryPrincipalProvider interface.

See Also:
DirectoryPrincipalProvider, DirectoryGroupProvider

Field Summary
 
Fields inherited from interface com.adobe.idp.um.spi.directoryservices.DirectoryPrincipalProvider
E_DIRSERVICES_COLLIDING_PRINCIPAL_SPEC, E_DIRSERVICES_CONFIGURATION_ERROR, E_DIRSERVICES_PROVIDER_DATA_ERROR, E_DIRSERVICES_PROVIDER_UNKNOWN_ERROR
 
Method Summary
 
Methods inherited from interface com.adobe.idp.um.spi.directoryservices.DirectoryPrincipalProvider
getPrincipals, testConfiguration