public class LdapServerBeanDefinitionParser extends Object implements org.springframework.beans.factory.xml.BeanDefinitionParser
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
LdapServerBeanDefinitionParser() |
Modifier and Type | Method and Description |
---|---|
org.springframework.beans.factory.config.BeanDefinition |
parse(Element elt,
org.springframework.beans.factory.xml.ParserContext parserContext) |
public static final String ATT_ROOT_SUFFIX
public static final String ATT_LDIF_FILE
public static final String ATT_PORT
public static final String OPT_DEFAULT_PORT
public org.springframework.beans.factory.config.BeanDefinition parse(Element elt, org.springframework.beans.factory.xml.ParserContext parserContext)
parse
in interface org.springframework.beans.factory.xml.BeanDefinitionParser
Copyright © 2015. All rights reserved.