com.atlassian.crowd.directory.ldap.util
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
 Map<String,Properties> getConfigurationDetails()
           
 Map<String,String> getImplementations()
           
 List<LdapTypeConfig> getLdapTypeConfigs()
           
 

Method Detail

getImplementations

Map<String,String> getImplementations()

getConfigurationDetails

Map<String,Properties> getConfigurationDetails()

getLdapTypeConfigs

List<LdapTypeConfig> getLdapTypeConfigs()


Copyright © 2013 Atlassian. All Rights Reserved.