public class WebSpherePreAuthenticatedProcessingFilter extends AbstractPreAuthenticatedProcessingFilter
logger| Constructor and Description |
|---|
WebSpherePreAuthenticatedProcessingFilter()
Public constructor which overrides the default AuthenticationDetails
class to be used.
|
| 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 WebSphere user name.
|
afterPropertiesSet, doFilter, getAuthenticationDetailsSource, setApplicationEventPublisher, setAuthenticationDetailsSource, setAuthenticationManager, setCheckForPrincipalChanges, setContinueFilterChainOnUnsuccessfulAuthentication, setInvalidateSessionOnPrincipalChange, successfulAuthentication, unsuccessfulAuthenticationaddRequiredProperty, destroy, getFilterConfig, getFilterName, getServletContext, init, initBeanWrapper, initFilterBean, setBeanName, setEnvironment, setServletContextpublic WebSpherePreAuthenticatedProcessingFilter()
protected Object getPreAuthenticatedPrincipal(javax.servlet.http.HttpServletRequest httpRequest)
getPreAuthenticatedPrincipal in class AbstractPreAuthenticatedProcessingFilterprotected Object getPreAuthenticatedCredentials(javax.servlet.http.HttpServletRequest httpRequest)
getPreAuthenticatedCredentials in class AbstractPreAuthenticatedProcessingFilter