public class J2eePreAuthenticatedProcessingFilter extends AbstractPreAuthenticatedProcessingFilter
| Constructor and Description |
|---|
J2eePreAuthenticatedProcessingFilter() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.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 java.lang.Object |
getPreAuthenticatedPrincipal(javax.servlet.http.HttpServletRequest httpRequest)
Return the J2EE user name.
|
afterPropertiesSet, doFilter, getAuthenticationDetailsSource, principalChanged, setApplicationEventPublisher, setAuthenticationDetailsSource, setAuthenticationFailureHandler, setAuthenticationManager, setAuthenticationSuccessHandler, setCheckForPrincipalChanges, setContinueFilterChainOnUnsuccessfulAuthentication, setInvalidateSessionOnPrincipalChange, successfulAuthentication, unsuccessfulAuthenticationpublic J2eePreAuthenticatedProcessingFilter()
protected java.lang.Object getPreAuthenticatedPrincipal(javax.servlet.http.HttpServletRequest httpRequest)
getPreAuthenticatedPrincipal in class AbstractPreAuthenticatedProcessingFilterprotected java.lang.Object getPreAuthenticatedCredentials(javax.servlet.http.HttpServletRequest httpRequest)
getPreAuthenticatedCredentials in class AbstractPreAuthenticatedProcessingFilter