See: Description
| Interface | Description |
|---|---|
| AuthByAdapter |
Indicates a specialized, immutable, server-side only
Authentication
class. |
| Class | Description |
|---|---|
| AbstractAdapterAuthenticationToken |
Convenience superclass for
AuthByAdapter implementations. |
| AuthByAdapterProvider |
An
AuthenticationProvider implementation that can authenticate an AuthByAdapter. |
| HttpRequestIntegrationFilter |
Populates
SecurityContext with the Authentication obtained from the container's
HttpServletRequest.getUserPrincipal(). |
| PrincipalSpringSecurityUserToken |
A
Principal compatible Authentication object. |
It is recommended to use the org.springframework.security.ui.webapp
package for standard web applications, as it has much lower configuration
complexity.