public class X509AuthenticationFilter extends AbstractPreAuthenticatedProcessingFilter
| Constructor and Description |
|---|
X509AuthenticationFilter() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
getPreAuthenticatedCredentials(javax.servlet.http.HttpServletRequest request)
Override to extract the credentials (if applicable) from the current request.
|
protected java.lang.Object |
getPreAuthenticatedPrincipal(javax.servlet.http.HttpServletRequest request)
Override to extract the principal information from the current request
|
void |
setPrincipalExtractor(X509PrincipalExtractor principalExtractor) |
afterPropertiesSet, doFilter, getAuthenticationDetailsSource, principalChanged, setApplicationEventPublisher, setAuthenticationDetailsSource, setAuthenticationFailureHandler, setAuthenticationManager, setAuthenticationSuccessHandler, setCheckForPrincipalChanges, setContinueFilterChainOnUnsuccessfulAuthentication, setInvalidateSessionOnPrincipalChange, successfulAuthentication, unsuccessfulAuthenticationprotected java.lang.Object getPreAuthenticatedPrincipal(javax.servlet.http.HttpServletRequest request)
AbstractPreAuthenticatedProcessingFiltergetPreAuthenticatedPrincipal in class AbstractPreAuthenticatedProcessingFilterprotected java.lang.Object getPreAuthenticatedCredentials(javax.servlet.http.HttpServletRequest request)
AbstractPreAuthenticatedProcessingFiltergetPreAuthenticatedCredentials in class AbstractPreAuthenticatedProcessingFilterpublic void setPrincipalExtractor(X509PrincipalExtractor principalExtractor)