org.springframework.security.config.ldap
Class LdapServerBeanDefinitionParser
java.lang.Object
org.springframework.security.config.ldap.LdapServerBeanDefinitionParser
- All Implemented Interfaces:
- BeanDefinitionParser
public class LdapServerBeanDefinitionParser
- extends Object
- implements BeanDefinitionParser
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ATT_ROOT_SUFFIX
public static final 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 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 String ATT_PORT
- Defines the port the LDAP_PROVIDER server should run on
- See Also:
- Constant Field Values
OPT_DEFAULT_PORT
public static final String OPT_DEFAULT_PORT
- See Also:
- Constant Field Values
LdapServerBeanDefinitionParser
public LdapServerBeanDefinitionParser()
parse
public BeanDefinition parse(Element elt,
ParserContext parserContext)
- Specified by:
parse
in interface BeanDefinitionParser