org.springframework.security.config.ldap
Class LdapUserServiceBeanDefinitionParser

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

public class LdapUserServiceBeanDefinitionParser
extends AbstractUserDetailsServiceBeanDefinitionParser

Since:
2.0
Version:
$Id: LdapUserServiceBeanDefinitionParser.java 3773 2009-07-17 23:36:35Z ltaylor $
Author:
Luke Taylor

Field Summary
static String ATT_GROUP_ROLE_ATTRIBUTE
           
static String ATT_GROUP_SEARCH_BASE
           
static String ATT_GROUP_SEARCH_FILTER
           
static String ATT_SERVER
           
static String ATT_USER_SEARCH_BASE
           
static String ATT_USER_SEARCH_FILTER
           
static String DEF_GROUP_SEARCH_BASE
           
static String DEF_GROUP_SEARCH_FILTER
           
static String DEF_USER_SEARCH_BASE
           
static String INET_ORG_PERSON_MAPPER_CLASS
           
static String LDAP_AUTHORITIES_POPULATOR_CLASS
           
static String LDAP_SEARCH_CLASS
           
static String LDAP_USER_MAPPER_CLASS
           
static String PERSON_MAPPER_CLASS
           
 
Fields inherited from class org.springframework.security.config.authentication.AbstractUserDetailsServiceBeanDefinitionParser
CACHING_SUFFIX
 
Constructor Summary
LdapUserServiceBeanDefinitionParser()
           
 
Method Summary
protected  void doParse(Element elt, ParserContext parserContext, BeanDefinitionBuilder builder)
           
protected  String getBeanClassName(Element element)
           
 
Methods inherited from class org.springframework.security.config.authentication.AbstractUserDetailsServiceBeanDefinitionParser
parse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ATT_SERVER

public static final String ATT_SERVER
See Also:
Constant Field Values

ATT_USER_SEARCH_FILTER

public static final String ATT_USER_SEARCH_FILTER
See Also:
Constant Field Values

ATT_USER_SEARCH_BASE

public static final String ATT_USER_SEARCH_BASE
See Also:
Constant Field Values

DEF_USER_SEARCH_BASE

public static final String DEF_USER_SEARCH_BASE
See Also:
Constant Field Values

ATT_GROUP_SEARCH_FILTER

public static final String ATT_GROUP_SEARCH_FILTER
See Also:
Constant Field Values

ATT_GROUP_SEARCH_BASE

public static final String ATT_GROUP_SEARCH_BASE
See Also:
Constant Field Values

ATT_GROUP_ROLE_ATTRIBUTE

public static final String ATT_GROUP_ROLE_ATTRIBUTE
See Also:
Constant Field Values

DEF_GROUP_SEARCH_FILTER

public static final String DEF_GROUP_SEARCH_FILTER
See Also:
Constant Field Values

DEF_GROUP_SEARCH_BASE

public static final String DEF_GROUP_SEARCH_BASE
See Also:
Constant Field Values

LDAP_SEARCH_CLASS

public static final String LDAP_SEARCH_CLASS
See Also:
Constant Field Values

PERSON_MAPPER_CLASS

public static final String PERSON_MAPPER_CLASS
See Also:
Constant Field Values

INET_ORG_PERSON_MAPPER_CLASS

public static final String INET_ORG_PERSON_MAPPER_CLASS
See Also:
Constant Field Values

LDAP_USER_MAPPER_CLASS

public static final String LDAP_USER_MAPPER_CLASS
See Also:
Constant Field Values

LDAP_AUTHORITIES_POPULATOR_CLASS

public static final String LDAP_AUTHORITIES_POPULATOR_CLASS
See Also:
Constant Field Values
Constructor Detail

LdapUserServiceBeanDefinitionParser

public LdapUserServiceBeanDefinitionParser()
Method Detail

getBeanClassName

protected String getBeanClassName(Element element)
Specified by:
getBeanClassName in class AbstractUserDetailsServiceBeanDefinitionParser

doParse

protected void doParse(Element elt,
                       ParserContext parserContext,
                       BeanDefinitionBuilder builder)
Specified by:
doParse in class AbstractUserDetailsServiceBeanDefinitionParser


Copyright © 2004-2009 SpringSource, Inc. All Rights Reserved.