Class LdapServerBeanDefinitionParser
- java.lang.Object
-
- org.springframework.security.config.ldap.LdapServerBeanDefinitionParser
-
- All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser
public class LdapServerBeanDefinitionParser extends java.lang.Object implements org.springframework.beans.factory.xml.BeanDefinitionParser
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ATT_LDIF_FILE
Optionally defines an ldif resource to be loaded.static java.lang.String
ATT_PORT
Defines the port the LDAP_PROVIDER server should run onstatic java.lang.String
ATT_ROOT_SUFFIX
sets the configuration suffix (default is "dc=springframework,dc=org").
-
Constructor Summary
Constructors Constructor Description LdapServerBeanDefinitionParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.beans.factory.config.BeanDefinition
parse(org.w3c.dom.Element elt, org.springframework.beans.factory.xml.ParserContext parserContext)
-
-
-
Field Detail
-
ATT_ROOT_SUFFIX
public static final java.lang.String ATT_ROOT_SUFFIX
sets the configuration suffix (default is "dc=springframework,dc=org").- See Also:
- Constant Field Values
-
ATT_LDIF_FILE
public static final java.lang.String 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:
- Constant Field Values
-
ATT_PORT
public static final java.lang.String ATT_PORT
Defines the port the LDAP_PROVIDER server should run on- See Also:
- Constant Field Values
-
-