Package | Description |
---|---|
org.springframework.security.config.annotation.web.configurers | |
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.
|
Modifier and Type | Method and Description |
---|---|
X509Configurer<H> |
X509Configurer.authenticationDetailsSource(AuthenticationDetailsSource<javax.servlet.http.HttpServletRequest,PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails> authenticationDetailsSource)
Specifies the
AuthenticationDetailsSource |
Modifier and Type | Method and Description |
---|---|
PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails |
J2eeBasedPreAuthenticatedWebAuthenticationDetailsSource.buildDetails(javax.servlet.http.HttpServletRequest context)
Builds the authentication details object.
|
Modifier and Type | Method and Description |
---|---|
PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails |
WebSpherePreAuthenticatedWebAuthenticationDetailsSource.buildDetails(javax.servlet.http.HttpServletRequest context) |
Copyright © 2019. All rights reserved.