public class

LdapUserServiceBeanDefinitionParser

extends AbstractUserDetailsServiceBeanDefinitionParser
java.lang.Object
   ↳ org.springframework.security.config.authentication.AbstractUserDetailsServiceBeanDefinitionParser
     ↳ org.springframework.security.config.ldap.LdapUserServiceBeanDefinitionParser

Summary

Constants
String ATT_GROUP_ROLE_ATTRIBUTE
String ATT_GROUP_SEARCH_BASE
String ATT_GROUP_SEARCH_FILTER
String ATT_SERVER
String ATT_USER_SEARCH_BASE
String ATT_USER_SEARCH_FILTER
String DEF_GROUP_SEARCH_BASE
String DEF_GROUP_SEARCH_FILTER
String DEF_USER_SEARCH_BASE
String INET_ORG_PERSON_MAPPER_CLASS
String LDAP_AUTHORITIES_POPULATOR_CLASS
String LDAP_SEARCH_CLASS
String LDAP_USER_MAPPER_CLASS
String PERSON_MAPPER_CLASS
[Expand]
Inherited Constants
From class org.springframework.security.config.authentication.AbstractUserDetailsServiceBeanDefinitionParser
Public Constructors
LdapUserServiceBeanDefinitionParser()
Protected Methods
void doParse(Element elt, ParserContext parserContext, BeanDefinitionBuilder builder)
String getBeanClassName(Element element)
[Expand]
Inherited Methods
From class org.springframework.security.config.authentication.AbstractUserDetailsServiceBeanDefinitionParser
From class java.lang.Object

Constants

public static final String ATT_GROUP_ROLE_ATTRIBUTE

Constant Value: "group-role-attribute"

public static final String ATT_GROUP_SEARCH_BASE

Constant Value: "group-search-base"

public static final String ATT_GROUP_SEARCH_FILTER

Constant Value: "group-search-filter"

public static final String ATT_SERVER

Constant Value: "server-ref"

public static final String ATT_USER_SEARCH_BASE

Constant Value: "user-search-base"

public static final String ATT_USER_SEARCH_FILTER

Constant Value: "user-search-filter"

public static final String DEF_GROUP_SEARCH_BASE

Constant Value: ""

public static final String DEF_GROUP_SEARCH_FILTER

Constant Value: "(uniqueMember={0})"

public static final String DEF_USER_SEARCH_BASE

Constant Value: ""

public static final String INET_ORG_PERSON_MAPPER_CLASS

Constant Value: "org.springframework.security.ldap.userdetails.InetOrgPersonContextMapper"

public static final String LDAP_AUTHORITIES_POPULATOR_CLASS

Constant Value: "org.springframework.security.ldap.userdetails.DefaultLdapAuthoritiesPopulator"

public static final String LDAP_SEARCH_CLASS

Constant Value: "org.springframework.security.ldap.search.FilterBasedLdapUserSearch"

public static final String LDAP_USER_MAPPER_CLASS

Constant Value: "org.springframework.security.ldap.userdetails.LdapUserDetailsMapper"

public static final String PERSON_MAPPER_CLASS

Constant Value: "org.springframework.security.ldap.userdetails.PersonContextMapper"

Public Constructors

public LdapUserServiceBeanDefinitionParser ()

Protected Methods

protected void doParse (Element elt, ParserContext parserContext, BeanDefinitionBuilder builder)

protected String getBeanClassName (Element element)