Interface LDAPPropertiesHelper
- All Known Implementing Classes:
LDAPPropertiesHelperImpl
public interface LDAPPropertiesHelper
This class is a helper class that contains all configuration and implementation information for LDAP
This configuration data is pulled from property files on the classpath in the format
ConnectorClazz.properties
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getImplementations
-
getConfigurationDetails
Map<String,Properties> getConfigurationDetails() -
getLdapTypeConfigs
List<LdapTypeConfig> getLdapTypeConfigs()
-