org.springframework.security.config.ldap
Class LdapServerBeanDefinitionParser

java.lang.Object
  extended by 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
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 on
static java.lang.String ATT_ROOT_SUFFIX
          sets the configuration suffix (default is "dc=springframework,dc=org").
static java.lang.String OPT_DEFAULT_PORT
           
 
Constructor Summary
LdapServerBeanDefinitionParser()
           
 
Method Summary
 org.springframework.beans.factory.config.BeanDefinition parse(org.w3c.dom.Element elt, org.springframework.beans.factory.xml.ParserContext parserContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

OPT_DEFAULT_PORT

public static final java.lang.String OPT_DEFAULT_PORT
See Also:
Constant Field Values
Constructor Detail

LdapServerBeanDefinitionParser

public LdapServerBeanDefinitionParser()
Method Detail

parse

public org.springframework.beans.factory.config.BeanDefinition parse(org.w3c.dom.Element elt,
                                                                     org.springframework.beans.factory.xml.ParserContext parserContext)
Specified by:
parse in interface org.springframework.beans.factory.xml.BeanDefinitionParser