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.
|
Modifier and Type | Class and Description |
---|---|
class |
RequestHeaderAuthenticationFilter
A simple pre-authenticated filter which obtains the username from a request header, for use with systems such as
CA Siteminder.
|
Modifier and Type | Class and Description |
---|---|
class |
J2eePreAuthenticatedProcessingFilter
This AbstractPreAuthenticatedProcessingFilter implementation is based on the
J2EE container-based authentication mechanism.
|
Modifier and Type | Class and Description |
---|---|
class |
WebSpherePreAuthenticatedProcessingFilter
This AbstractPreAuthenticatedProcessingFilter implementation is based on
WebSphere authentication.
|
Modifier and Type | Class and Description |
---|---|
class |
X509AuthenticationFilter |
Copyright © 2019. All rights reserved.