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 Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
ATT_ROOT_SUFFIX
sets the configuration suffix (default is "dc=springframework,dc=org").- See Also:
 
 - 
ATT_LDIF_FILE
Optionally 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_PORT
Defines the port the LDAP_PROVIDER server should run on- See Also:
 
 
 - 
 - 
Constructor Details
- 
LdapServerBeanDefinitionParser
public LdapServerBeanDefinitionParser() 
 - 
 - 
Method Details
- 
parse
public org.springframework.beans.factory.config.BeanDefinition parse(Element elt, org.springframework.beans.factory.xml.ParserContext parserContext) - Specified by:
 parsein interfaceorg.springframework.beans.factory.xml.BeanDefinitionParser
 
 -