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 Details

    • ATT_ROOT_SUFFIX

      public static final String ATT_ROOT_SUFFIX
      sets the configuration suffix (default is "dc=springframework,dc=org").
      See Also:
    • 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:
    • ATT_PORT

      public static final String 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:
      parse in interface org.springframework.beans.factory.xml.BeanDefinitionParser