public class X509AuthenticationFilter extends AbstractPreAuthenticatedProcessingFilter
logger| Constructor and Description |
|---|
X509AuthenticationFilter() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
getPreAuthenticatedCredentials(javax.servlet.http.HttpServletRequest request)
Override to extract the credentials (if applicable) from the current request.
|
protected Object |
getPreAuthenticatedPrincipal(javax.servlet.http.HttpServletRequest request)
Override to extract the principal information from the current request
|
void |
setPrincipalExtractor(X509PrincipalExtractor principalExtractor) |
afterPropertiesSet, doFilter, getAuthenticationDetailsSource, setApplicationEventPublisher, setAuthenticationDetailsSource, setAuthenticationManager, setCheckForPrincipalChanges, setContinueFilterChainOnUnsuccessfulAuthentication, setInvalidateSessionOnPrincipalChange, successfulAuthentication, unsuccessfulAuthenticationaddRequiredProperty, destroy, getFilterConfig, getFilterName, getServletContext, init, initBeanWrapper, initFilterBean, setBeanName, setEnvironment, setServletContextprotected Object getPreAuthenticatedPrincipal(javax.servlet.http.HttpServletRequest request)
AbstractPreAuthenticatedProcessingFiltergetPreAuthenticatedPrincipal in class AbstractPreAuthenticatedProcessingFilterprotected Object getPreAuthenticatedCredentials(javax.servlet.http.HttpServletRequest request)
AbstractPreAuthenticatedProcessingFiltergetPreAuthenticatedCredentials in class AbstractPreAuthenticatedProcessingFilterpublic void setPrincipalExtractor(X509PrincipalExtractor principalExtractor)