|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RequestCache | |
|---|---|
| org.springframework.security.web.access | |
| 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 top the caching of an HttpServletRequest which requires authentication. |
| Uses of RequestCache in org.springframework.security.web.access |
|---|
| Methods in org.springframework.security.web.access with parameters of type RequestCache | |
|---|---|
void |
ExceptionTranslationFilter.setRequestCache(RequestCache requestCache)
The RequestCache implementation used to store the current request before starting authentication. |
| Uses of RequestCache in org.springframework.security.web.authentication |
|---|
| Methods in org.springframework.security.web.authentication with parameters of type RequestCache | |
|---|---|
void |
SavedRequestAwareAuthenticationSuccessHandler.setRequestCache(RequestCache requestCache)
|
| Uses of RequestCache in org.springframework.security.web.savedrequest |
|---|
| Classes in org.springframework.security.web.savedrequest that implement RequestCache | |
|---|---|
class |
HttpSessionRequestCache
RequestCache which stores the SavedRequest in the HttpSession. |
class |
NullRequestCache
Null implementation of RequestCache. |
| Methods in org.springframework.security.web.savedrequest with parameters of type RequestCache | |
|---|---|
void |
RequestCacheAwareFilter.setRequestCache(RequestCache requestCache)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||