Package | Description |
---|---|
org.springframework.security.web.access |
Access-control related classes and packages.
|
org.springframework.security.web.authentication |
Authentication processing mechanisms, which respond to the submission of authentication
credentials using various protocols (eg BASIC, CAS, form login etc).
|
org.springframework.security.web.savedrequest |
Classes related to the caching of an
HttpServletRequest which requires authentication. |
Modifier and Type | Method and Description |
---|---|
void |
ExceptionTranslationFilter.setRequestCache(RequestCache requestCache)
Deprecated.
Use constructor
|
Constructor and Description |
---|
ExceptionTranslationFilter(AuthenticationEntryPoint authenticationEntryPoint,
RequestCache requestCache) |
Modifier and Type | Method and Description |
---|---|
void |
SavedRequestAwareAuthenticationSuccessHandler.setRequestCache(RequestCache requestCache) |
Modifier and Type | Class and Description |
---|---|
class |
HttpSessionRequestCache
RequestCache which stores the SavedRequest in the HttpSession. |
class |
NullRequestCache
Null implementation of RequestCache.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestCacheAwareFilter.setRequestCache(RequestCache requestCache)
Deprecated.
Use constructor injection
|
Constructor and Description |
---|
RequestCacheAwareFilter(RequestCache requestCache) |
Copyright © 2015. All rights reserved.