Package | Description |
---|---|
org.springframework.security.web.authentication.preauth |
Support for "pre-authenticated" scenarios, where Spring Security assumes the incoming request has already been
authenticated by some externally configured system.
|
org.springframework.security.web.authentication.preauth.j2ee |
Pre-authentication support for container-authenticated requests.
|
org.springframework.security.web.authentication.preauth.websphere |
Websphere-specific pre-authentication classes.
|
org.springframework.security.web.authentication.preauth.x509 |
X.509 client certificate authentication support.
|
Class and Description |
---|
AbstractPreAuthenticatedProcessingFilter
Base class for processing filters that handle pre-authenticated authentication requests, where it is assumed
that the principal has already been authenticated by an external system.
|
PreAuthenticatedAuthenticationToken
Authentication implementation for pre-authenticated
authentication. |
Class and Description |
---|
AbstractPreAuthenticatedProcessingFilter
Base class for processing filters that handle pre-authenticated authentication requests, where it is assumed
that the principal has already been authenticated by an external system.
|
PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails
This WebAuthenticationDetails implementation allows for storing a list of
pre-authenticated Granted Authorities.
|
Class and Description |
---|
AbstractPreAuthenticatedProcessingFilter
Base class for processing filters that handle pre-authenticated authentication requests, where it is assumed
that the principal has already been authenticated by an external system.
|
PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails
This WebAuthenticationDetails implementation allows for storing a list of
pre-authenticated Granted Authorities.
|
Class and Description |
---|
AbstractPreAuthenticatedProcessingFilter
Base class for processing filters that handle pre-authenticated authentication requests, where it is assumed
that the principal has already been authenticated by an external system.
|
Copyright © 2015. All rights reserved.