org.springframework.security.config
Class BeanIds

java.lang.Object
  extended by org.springframework.security.config.BeanIds

public abstract class BeanIds
extends Object

Contains globally used default Bean IDs for beans created by the namespace support in Spring Security 2.

These are intended for internal use.


Field Summary
static String AUTHENTICATION_MANAGER
          The "global" AuthenticationManager instance, registered by the element
static String CONTEXT_SOURCE
           
static String CONTEXT_SOURCE_SETTING_POST_PROCESSOR
           
static String EMBEDDED_APACHE_DS
           
static String FILTER_CHAIN_PROXY
           
static String METHOD_ACCESS_MANAGER
           
static String METHOD_SECURITY_METADATA_SOURCE_ADVISOR
           
static String SPRING_SECURITY_FILTER_CHAIN
          External alias for FilterChainProxy bean, for use in web.xml files
static String USER_DETAILS_SERVICE
           
 
Constructor Summary
BeanIds()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AUTHENTICATION_MANAGER

public static final String AUTHENTICATION_MANAGER
The "global" AuthenticationManager instance, registered by the element

See Also:
Constant Field Values

SPRING_SECURITY_FILTER_CHAIN

public static final String SPRING_SECURITY_FILTER_CHAIN
External alias for FilterChainProxy bean, for use in web.xml files

See Also:
Constant Field Values

CONTEXT_SOURCE_SETTING_POST_PROCESSOR

public static final String CONTEXT_SOURCE_SETTING_POST_PROCESSOR
See Also:
Constant Field Values

USER_DETAILS_SERVICE

public static final String USER_DETAILS_SERVICE
See Also:
Constant Field Values

METHOD_ACCESS_MANAGER

public static final String METHOD_ACCESS_MANAGER
See Also:
Constant Field Values

FILTER_CHAIN_PROXY

public static final String FILTER_CHAIN_PROXY
See Also:
Constant Field Values

METHOD_SECURITY_METADATA_SOURCE_ADVISOR

public static final String METHOD_SECURITY_METADATA_SOURCE_ADVISOR
See Also:
Constant Field Values

EMBEDDED_APACHE_DS

public static final String EMBEDDED_APACHE_DS
See Also:
Constant Field Values

CONTEXT_SOURCE

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

BeanIds

public BeanIds()