public class J2eePreAuthenticatedProcessingFilter extends AbstractPreAuthenticatedProcessingFilter
logger| Constructor and Description |
|---|
J2eePreAuthenticatedProcessingFilter() |
| 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, unsuccessfulAuthenticationaddRequiredProperty, destroy, getFilterConfig, getFilterName, getServletContext, init, initBeanWrapper, initFilterBean, setBeanName, setEnvironment, setServletContextpublic J2eePreAuthenticatedProcessingFilter()
protected Object getPreAuthenticatedPrincipal(javax.servlet.http.HttpServletRequest httpRequest)
getPreAuthenticatedPrincipal in class AbstractPreAuthenticatedProcessingFilterprotected Object getPreAuthenticatedCredentials(javax.servlet.http.HttpServletRequest httpRequest)
getPreAuthenticatedCredentials in class AbstractPreAuthenticatedProcessingFilter