org.springframework.security.config.ldap
Class LdapServerBeanDefinitionParser

java.lang.Object
  extended by org.springframework.security.config.ldap.LdapServerBeanDefinitionParser
All Implemented Interfaces:
BeanDefinitionParser

public class LdapServerBeanDefinitionParser
extends Object
implements BeanDefinitionParser


Field Summary
static String ATT_LDIF_FILE
          Optionally defines an ldif resource to be loaded.
static String ATT_PORT
          Defines the port the LDAP_PROVIDER server should run on
static String ATT_ROOT_SUFFIX
          sets the configuration suffix (default is "dc=springframework,dc=org").
static String OPT_DEFAULT_PORT
           
 
Constructor Summary
LdapServerBeanDefinitionParser()
           
 
Method Summary
 BeanDefinition parse(Element elt, 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 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
Constructor Detail

LdapServerBeanDefinitionParser

public LdapServerBeanDefinitionParser()
Method Detail

parse

public BeanDefinition parse(Element elt,
                            ParserContext parserContext)
Specified by:
parse in interface BeanDefinitionParser