Class LdapServerBeanDefinitionParser
java.lang.Object
org.springframework.security.config.ldap.LdapServerBeanDefinitionParser
- All Implemented Interfaces:
- org.springframework.beans.factory.xml.BeanDefinitionParser
public class LdapServerBeanDefinitionParser
extends Object
implements org.springframework.beans.factory.xml.BeanDefinitionParser
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
ATT_ROOT_SUFFIXsets the configuration suffix (default is "dc=springframework,dc=org").- See Also:
 
- 
ATT_LDIF_FILEOptionally defines an ldif resource to be loaded. Otherwise an attempt will be made to load all ldif files found on the classpath.- See Also:
 
- 
ATT_PORTDefines the port the LDAP_PROVIDER server should run on- See Also:
 
 
- 
- 
Constructor Details- 
LdapServerBeanDefinitionParserpublic LdapServerBeanDefinitionParser()
 
- 
- 
Method Details- 
parsepublic org.springframework.beans.factory.config.BeanDefinition parse(Element elt, org.springframework.beans.factory.xml.ParserContext parserContext) - Specified by:
- parsein interface- org.springframework.beans.factory.xml.BeanDefinitionParser
 
 
-