|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.security.ui.SpringSecurityFilter
org.springframework.security.ui.preauth.AbstractPreAuthenticatedProcessingFilter
org.springframework.security.ui.preauth.x509.X509PreAuthenticatedProcessingFilter
public class X509PreAuthenticatedProcessingFilter
| Field Summary |
|---|
| Fields inherited from class org.springframework.security.ui.SpringSecurityFilter |
|---|
logger |
| Fields inherited from interface org.springframework.core.Ordered |
|---|
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE |
| Constructor Summary | |
|---|---|
X509PreAuthenticatedProcessingFilter()
|
|
| Method Summary | |
|---|---|
int |
getOrder()
|
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)
|
| Methods inherited from class org.springframework.security.ui.preauth.AbstractPreAuthenticatedProcessingFilter |
|---|
afterPropertiesSet, doFilterHttp, setApplicationEventPublisher, setAuthenticationDetailsSource, setAuthenticationManager, setContinueFilterChainOnUnsuccessfulAuthentication, successfulAuthentication, unsuccessfulAuthentication |
| Methods inherited from class org.springframework.security.ui.SpringSecurityFilter |
|---|
destroy, doFilter, init, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public X509PreAuthenticatedProcessingFilter()
| Method Detail |
|---|
protected java.lang.Object getPreAuthenticatedPrincipal(javax.servlet.http.HttpServletRequest request)
AbstractPreAuthenticatedProcessingFilter
getPreAuthenticatedPrincipal in class AbstractPreAuthenticatedProcessingFilterprotected java.lang.Object getPreAuthenticatedCredentials(javax.servlet.http.HttpServletRequest request)
AbstractPreAuthenticatedProcessingFilter
getPreAuthenticatedCredentials in class AbstractPreAuthenticatedProcessingFilterpublic void setPrincipalExtractor(X509PrincipalExtractor principalExtractor)
public int getOrder()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||