Spring Security Framework

org.springframework.security.config
Class BeanIds

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

public abstract class BeanIds
extends Object

Contains all the default Bean IDs created by the namespace support in Spring Security 2.

These are mainly intended for internal use.

Version:
$Id$
Author:
Ben Alex

Field Summary
static String ACCESS_MANAGER
           
static String AFTER_INVOCATION_MANAGER
           
static String ANONYMOUS_AUTHENTICATION_PROVIDER
           
static String ANONYMOUS_PROCESSING_FILTER
           
static String AUTHENTICATION_MANAGER
           
static String BASIC_AUTHENTICATION_ENTRY_POINT
           
static String BASIC_AUTHENTICATION_FILTER
           
static String CHANNEL_DECISION_MANAGER
           
static String CHANNEL_PROCESSING_FILTER
           
static String CONCURRENT_SESSION_CONTROLLER
           
static String CONCURRENT_SESSION_FILTER
           
static String CONTEXT_SOURCE
           
static String DEFAULT_LOGIN_PAGE_GENERATING_FILTER
           
static String DELEGATING_METHOD_DEFINITION_SOURCE
           
static String EMBEDDED_APACHE_DS
           
static String EXCEPTION_TRANSLATION_FILTER
           
static String FILTER_CHAIN_PROXY
           
static String FILTER_SECURITY_INTERCEPTOR
           
static String FORM_LOGIN_ENTRY_POINT
           
static String FORM_LOGIN_FILTER
           
static String HTTP_SESSION_CONTEXT_INTEGRATION_FILTER
           
static String JDBC_USER_DETAILS_MANAGER
           
static String JSR_250_METHOD_DEFINITION_SOURCE
           
static String LDAP_AUTHENTICATION_PROVIDER
           
static String LOGOUT_FILTER
           
static String MAIN_ENTRY_POINT
           
static String METHOD_DEFINITION_SOURCE_ADVISOR
           
static String METHOD_SECURITY_INTERCEPTOR
           
static String METHOD_SECURITY_INTERCEPTOR_POST_PROCESSOR
           
static String OPEN_ID_ENTRY_POINT
           
static String OPEN_ID_FILTER
           
static String OPEN_ID_PROVIDER
           
static String PORT_MAPPER
           
static String PRE_AUTH_ENTRY_POINT
           
static String PROTECT_POINTCUT_POST_PROCESSOR
           
static String REMEMBER_ME_AUTHENTICATION_PROVIDER
           
static String REMEMBER_ME_FILTER
           
static String REMEMBER_ME_SERVICES
           
static String REMEMBER_ME_SERVICES_INJECTION_POST_PROCESSOR
           
static String SECURED_METHOD_DEFINITION_SOURCE
           
static String SECURITY_CONTEXT_HOLDER_AWARE_REQUEST_FILTER
           
static String SESSION_FIXATION_PROTECTION_FILTER
           
static String SESSION_REGISTRY
           
static String SPRING_SECURITY_FILTER_CHAIN
          External alias for FilterChainProxy bean, for use in web.xml files
static String USER_DETAILS_SERVICE
           
static String X509_AUTH_PROVIDER
           
static String X509_FILTER
           
 
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

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

JDBC_USER_DETAILS_MANAGER

public static final String JDBC_USER_DETAILS_MANAGER
See Also:
Constant Field Values

USER_DETAILS_SERVICE

public static final String USER_DETAILS_SERVICE
See Also:
Constant Field Values

ANONYMOUS_PROCESSING_FILTER

public static final String ANONYMOUS_PROCESSING_FILTER
See Also:
Constant Field Values

ANONYMOUS_AUTHENTICATION_PROVIDER

public static final String ANONYMOUS_AUTHENTICATION_PROVIDER
See Also:
Constant Field Values

BASIC_AUTHENTICATION_FILTER

public static final String BASIC_AUTHENTICATION_FILTER
See Also:
Constant Field Values

BASIC_AUTHENTICATION_ENTRY_POINT

public static final String BASIC_AUTHENTICATION_ENTRY_POINT
See Also:
Constant Field Values

SESSION_REGISTRY

public static final String SESSION_REGISTRY
See Also:
Constant Field Values

CONCURRENT_SESSION_FILTER

public static final String CONCURRENT_SESSION_FILTER
See Also:
Constant Field Values

CONCURRENT_SESSION_CONTROLLER

public static final String CONCURRENT_SESSION_CONTROLLER
See Also:
Constant Field Values

ACCESS_MANAGER

public static final String ACCESS_MANAGER
See Also:
Constant Field Values

AUTHENTICATION_MANAGER

public static final String AUTHENTICATION_MANAGER
See Also:
Constant Field Values

AFTER_INVOCATION_MANAGER

public static final String AFTER_INVOCATION_MANAGER
See Also:
Constant Field Values

FORM_LOGIN_FILTER

public static final String FORM_LOGIN_FILTER
See Also:
Constant Field Values

FORM_LOGIN_ENTRY_POINT

public static final String FORM_LOGIN_ENTRY_POINT
See Also:
Constant Field Values

OPEN_ID_FILTER

public static final String OPEN_ID_FILTER
See Also:
Constant Field Values

OPEN_ID_ENTRY_POINT

public static final String OPEN_ID_ENTRY_POINT
See Also:
Constant Field Values

OPEN_ID_PROVIDER

public static final String OPEN_ID_PROVIDER
See Also:
Constant Field Values

MAIN_ENTRY_POINT

public static final String MAIN_ENTRY_POINT
See Also:
Constant Field Values

FILTER_CHAIN_PROXY

public static final String FILTER_CHAIN_PROXY
See Also:
Constant Field Values

HTTP_SESSION_CONTEXT_INTEGRATION_FILTER

public static final String HTTP_SESSION_CONTEXT_INTEGRATION_FILTER
See Also:
Constant Field Values

LDAP_AUTHENTICATION_PROVIDER

public static final String LDAP_AUTHENTICATION_PROVIDER
See Also:
Constant Field Values

LOGOUT_FILTER

public static final String LOGOUT_FILTER
See Also:
Constant Field Values

EXCEPTION_TRANSLATION_FILTER

public static final String EXCEPTION_TRANSLATION_FILTER
See Also:
Constant Field Values

FILTER_SECURITY_INTERCEPTOR

public static final String FILTER_SECURITY_INTERCEPTOR
See Also:
Constant Field Values

CHANNEL_PROCESSING_FILTER

public static final String CHANNEL_PROCESSING_FILTER
See Also:
Constant Field Values

CHANNEL_DECISION_MANAGER

public static final String CHANNEL_DECISION_MANAGER
See Also:
Constant Field Values

REMEMBER_ME_FILTER

public static final String REMEMBER_ME_FILTER
See Also:
Constant Field Values

REMEMBER_ME_SERVICES

public static final String REMEMBER_ME_SERVICES
See Also:
Constant Field Values

REMEMBER_ME_AUTHENTICATION_PROVIDER

public static final String REMEMBER_ME_AUTHENTICATION_PROVIDER
See Also:
Constant Field Values

DEFAULT_LOGIN_PAGE_GENERATING_FILTER

public static final String DEFAULT_LOGIN_PAGE_GENERATING_FILTER
See Also:
Constant Field Values

SECURITY_CONTEXT_HOLDER_AWARE_REQUEST_FILTER

public static final String SECURITY_CONTEXT_HOLDER_AWARE_REQUEST_FILTER
See Also:
Constant Field Values

SESSION_FIXATION_PROTECTION_FILTER

public static final String SESSION_FIXATION_PROTECTION_FILTER
See Also:
Constant Field Values

METHOD_SECURITY_INTERCEPTOR

public static final String METHOD_SECURITY_INTERCEPTOR
See Also:
Constant Field Values

METHOD_SECURITY_INTERCEPTOR_POST_PROCESSOR

public static final String METHOD_SECURITY_INTERCEPTOR_POST_PROCESSOR
See Also:
Constant Field Values

METHOD_DEFINITION_SOURCE_ADVISOR

public static final String METHOD_DEFINITION_SOURCE_ADVISOR
See Also:
Constant Field Values

PROTECT_POINTCUT_POST_PROCESSOR

public static final String PROTECT_POINTCUT_POST_PROCESSOR
See Also:
Constant Field Values

DELEGATING_METHOD_DEFINITION_SOURCE

public static final String DELEGATING_METHOD_DEFINITION_SOURCE
See Also:
Constant Field Values

SECURED_METHOD_DEFINITION_SOURCE

public static final String SECURED_METHOD_DEFINITION_SOURCE
See Also:
Constant Field Values

JSR_250_METHOD_DEFINITION_SOURCE

public static final String JSR_250_METHOD_DEFINITION_SOURCE
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

PORT_MAPPER

public static final String PORT_MAPPER
See Also:
Constant Field Values

X509_FILTER

public static final String X509_FILTER
See Also:
Constant Field Values

X509_AUTH_PROVIDER

public static final String X509_AUTH_PROVIDER
See Also:
Constant Field Values

PRE_AUTH_ENTRY_POINT

public static final String PRE_AUTH_ENTRY_POINT
See Also:
Constant Field Values

REMEMBER_ME_SERVICES_INJECTION_POST_PROCESSOR

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

BeanIds

public BeanIds()

Spring Security Framework

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