org.springframework.security.config
Class Elements
java.lang.Object
org.springframework.security.config.Elements
public abstract class Elements
- extends Object
Contains all the element names used by Spring Security 2 namespace support.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ACCESS_DENIED_HANDLER
public static final String ACCESS_DENIED_HANDLER
- See Also:
- Constant Field Values
AUTHENTICATION_MANAGER
public static final String AUTHENTICATION_MANAGER
- See Also:
- Constant Field Values
AFTER_INVOCATION_PROVIDER
public static final String AFTER_INVOCATION_PROVIDER
- See Also:
- Constant Field Values
USER_SERVICE
public static final String USER_SERVICE
- See Also:
- Constant Field Values
JDBC_USER_SERVICE
public static final String JDBC_USER_SERVICE
- See Also:
- Constant Field Values
FILTER_CHAIN_MAP
public static final String FILTER_CHAIN_MAP
- See Also:
- Constant Field Values
INTERCEPT_METHODS
public static final String INTERCEPT_METHODS
- See Also:
- Constant Field Values
INTERCEPT_URL
public static final String INTERCEPT_URL
- See Also:
- Constant Field Values
AUTHENTICATION_PROVIDER
public static final String AUTHENTICATION_PROVIDER
- See Also:
- Constant Field Values
HTTP
public static final String HTTP
- See Also:
- Constant Field Values
LDAP_PROVIDER
public static final String LDAP_PROVIDER
- See Also:
- Constant Field Values
LDAP_SERVER
public static final String LDAP_SERVER
- See Also:
- Constant Field Values
LDAP_USER_SERVICE
public static final String LDAP_USER_SERVICE
- See Also:
- Constant Field Values
PROTECT_POINTCUT
public static final String PROTECT_POINTCUT
- See Also:
- Constant Field Values
EXPRESSION_HANDLER
public static final String EXPRESSION_HANDLER
- See Also:
- Constant Field Values
INVOCATION_HANDLING
public static final String INVOCATION_HANDLING
- See Also:
- Constant Field Values
INVOCATION_ATTRIBUTE_FACTORY
public static final String INVOCATION_ATTRIBUTE_FACTORY
- See Also:
- Constant Field Values
PRE_INVOCATION_ADVICE
public static final String PRE_INVOCATION_ADVICE
- See Also:
- Constant Field Values
POST_INVOCATION_ADVICE
public static final String POST_INVOCATION_ADVICE
- See Also:
- Constant Field Values
PROTECT
public static final String PROTECT
- See Also:
- Constant Field Values
SESSION_MANAGEMENT
public static final String SESSION_MANAGEMENT
- See Also:
- Constant Field Values
CONCURRENT_SESSIONS
public static final String CONCURRENT_SESSIONS
- See Also:
- Constant Field Values
LOGOUT
public static final String LOGOUT
- See Also:
- Constant Field Values
FORM_LOGIN
public static final String FORM_LOGIN
- See Also:
- Constant Field Values
OPENID_LOGIN
public static final String OPENID_LOGIN
- See Also:
- Constant Field Values
OPENID_ATTRIBUTE_EXCHANGE
public static final String OPENID_ATTRIBUTE_EXCHANGE
- See Also:
- Constant Field Values
OPENID_ATTRIBUTE
public static final String OPENID_ATTRIBUTE
- See Also:
- Constant Field Values
BASIC_AUTH
public static final String BASIC_AUTH
- See Also:
- Constant Field Values
REMEMBER_ME
public static final String REMEMBER_ME
- See Also:
- Constant Field Values
ANONYMOUS
public static final String ANONYMOUS
- See Also:
- Constant Field Values
FILTER_CHAIN
public static final String FILTER_CHAIN
- See Also:
- Constant Field Values
GLOBAL_METHOD_SECURITY
public static final String GLOBAL_METHOD_SECURITY
- See Also:
- Constant Field Values
PASSWORD_ENCODER
public static final String PASSWORD_ENCODER
- See Also:
- Constant Field Values
SALT_SOURCE
public static final String SALT_SOURCE
- See Also:
- Constant Field Values
PORT_MAPPINGS
public static final String PORT_MAPPINGS
- See Also:
- Constant Field Values
PORT_MAPPING
public static final String PORT_MAPPING
- See Also:
- Constant Field Values
CUSTOM_FILTER
public static final String CUSTOM_FILTER
- See Also:
- Constant Field Values
REQUEST_CACHE
public static final String REQUEST_CACHE
- See Also:
- Constant Field Values
X509
public static final String X509
- See Also:
- Constant Field Values
FILTER_SECURITY_METADATA_SOURCE
public static final String FILTER_SECURITY_METADATA_SOURCE
- See Also:
- Constant Field Values
FILTER_INVOCATION_DEFINITION_SOURCE
@Deprecated
public static final String FILTER_INVOCATION_DEFINITION_SOURCE
- Deprecated.
- See Also:
- Constant Field Values
LDAP_PASSWORD_COMPARE
public static final String LDAP_PASSWORD_COMPARE
- See Also:
- Constant Field Values
HTTP_FIREWALL
public static final String HTTP_FIREWALL
- See Also:
- Constant Field Values
Elements
public Elements()