| Class and Description |
|---|
| AnonymousConfigurer
Configures Anonymous authentication (i.e.
|
| ChannelSecurityConfigurer.ChannelRequestMatcherRegistry |
| CsrfConfigurer
Adds CSRF protection for the methods as specified by
CsrfConfigurer.requireCsrfProtectionMatcher(RequestMatcher). |
| ExceptionHandlingConfigurer
Adds exception handling for Spring Security related exceptions to an application.
|
| ExpressionUrlAuthorizationConfigurer.ExpressionInterceptUrlRegistry |
| FormLoginConfigurer
Adds form based authentication.
|
| HeadersConfigurer
Adds the Security headers to the response.
|
| HttpBasicConfigurer
Adds HTTP basic based authentication.
|
| JeeConfigurer
Adds support for J2EE pre authentication.
|
| LogoutConfigurer
Adds logout support.
|
| PortMapperConfigurer
Allows configuring a shared
PortMapper instance used to determine the
ports when redirecting between HTTP and HTTPS. |
| RememberMeConfigurer
Configures Remember Me authentication.
|
| RequestCacheConfigurer
Adds request cache for Spring Security.
|
| SecurityContextConfigurer
Allows persisting and restoring of the
SecurityContext found on the
SecurityContextHolder for each request by configuring the
SecurityContextPersistenceFilter. |
| ServletApiConfigurer
Implements select methods from the
HttpServletRequest using the SecurityContext from the SecurityContextHolder. |
| SessionManagementConfigurer
Allows configuring session management.
|
| X509Configurer
Adds X509 based pre authentication to an application.
|
| Class and Description |
|---|
| AbstractAuthenticationFilterConfigurer
Base class for confuring
AbstractAuthenticationFilterConfigurer. |
Copyright © 2016. All rights reserved.