Class BeanIds
java.lang.Object
org.springframework.security.config.BeanIds
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
Modifier and TypeFieldDescriptionstatic final String
The "global" AuthenticationManager instance, registered by the <authentication-manager> elementstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
External alias for FilterChainProxy bean, for use in web.xml filesstatic final String
static final String
-
Constructor Summary
-
Method Summary
-
Field Details
-
AUTHENTICATION_MANAGER
The "global" AuthenticationManager instance, registered by the <authentication-manager> element- See Also:
-
SPRING_SECURITY_FILTER_CHAIN
External alias for FilterChainProxy bean, for use in web.xml files- See Also:
-
CONTEXT_SOURCE_SETTING_POST_PROCESSOR
- See Also:
-
USER_DETAILS_SERVICE
- See Also:
-
USER_DETAILS_SERVICE_FACTORY
- See Also:
-
METHOD_ACCESS_MANAGER
- See Also:
-
FILTER_CHAIN_PROXY
- See Also:
-
FILTER_CHAINS
- See Also:
-
METHOD_SECURITY_METADATA_SOURCE_ADVISOR
- See Also:
-
EMBEDDED_APACHE_DS
- See Also:
-
EMBEDDED_UNBOUNDID
- See Also:
-
CONTEXT_SOURCE
- See Also:
-
DEBUG_FILTER
- See Also:
-
-
Constructor Details
-
BeanIds
public BeanIds()
-