public class

LdapServerBeanDefinitionParser

extends Object
java.lang.Object
   ↳ org.springframework.security.config.ldap.LdapServerBeanDefinitionParser

Summary

Constants
String ATT_LDIF_FILE Optionally defines an ldif resource to be loaded.
String ATT_PORT Defines the port the LDAP_PROVIDER server should run on
String ATT_ROOT_SUFFIX sets the configuration suffix (default is "dc=springframework,dc=org").
String OPT_DEFAULT_PORT
Public Constructors
LdapServerBeanDefinitionParser()
Public Methods
BeanDefinition parse(Element elt, ParserContext parserContext)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

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.

Constant Value: "ldif"

public static final String ATT_PORT

Defines the port the LDAP_PROVIDER server should run on

Constant Value: "port"

public static final String ATT_ROOT_SUFFIX

sets the configuration suffix (default is "dc=springframework,dc=org").

Constant Value: "root"

public static final String OPT_DEFAULT_PORT

Constant Value: "33389"

Public Constructors

public LdapServerBeanDefinitionParser ()

Public Methods

public BeanDefinition parse (Element elt, ParserContext parserContext)