public class FederationPreAuthenticatedProcessingFilter
extends org.springframework.security.web.authentication.preauth.AbstractPreAuthenticatedProcessingFilter
| Constructor and Description |
|---|
FederationPreAuthenticatedProcessingFilter() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
getPreAuthenticatedCredentials(javax.servlet.http.HttpServletRequest httpRequest)
For J2EE container-based authentication there is no generic way to
retrieve the credentials, as such this method returns a fixed dummy
value.
|
protected Object |
getPreAuthenticatedPrincipal(javax.servlet.http.HttpServletRequest httpRequest)
Return the J2EE user name.
|
afterPropertiesSet, doFilter, getAuthenticationDetailsSource, principalChanged, setApplicationEventPublisher, setAuthenticationDetailsSource, setAuthenticationManager, setCheckForPrincipalChanges, setContinueFilterChainOnUnsuccessfulAuthentication, setInvalidateSessionOnPrincipalChange, successfulAuthentication, unsuccessfulAuthenticationpublic FederationPreAuthenticatedProcessingFilter()
protected Object getPreAuthenticatedPrincipal(javax.servlet.http.HttpServletRequest httpRequest)
getPreAuthenticatedPrincipal in class org.springframework.security.web.authentication.preauth.AbstractPreAuthenticatedProcessingFilterprotected Object getPreAuthenticatedCredentials(javax.servlet.http.HttpServletRequest httpRequest)
getPreAuthenticatedCredentials in class org.springframework.security.web.authentication.preauth.AbstractPreAuthenticatedProcessingFilterApache Fediz