Package | Description |
---|---|
org.springframework.security.config.annotation.web.configurers | |
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. |
Class and Description |
---|
RequestCache
Implements "saved request" logic, allowing a single request to be retrieved and restarted after redirecting to
an authentication mechanism.
|
Class and Description |
---|
RequestCache
Implements "saved request" logic, allowing a single request to be retrieved and restarted after redirecting to
an authentication mechanism.
|
Class and Description |
---|
RequestCache
Implements "saved request" logic, allowing a single request to be retrieved and restarted after redirecting to
an authentication mechanism.
|
Class and Description |
---|
RequestCache
Implements "saved request" logic, allowing a single request to be retrieved and restarted after redirecting to
an authentication mechanism.
|
SavedRequest
Encapsulates the functionality required of a cached request for both an authentication mechanism (typically
form-based login) to redirect to the original URL and for a RequestCache to build a wrapped request,
reproducing the original request data.
|
Copyright © 2019. All rights reserved.