Created
March 16, 2015 06:25
-
-
Save marsyang1/9d207661d4f0846aaf1c to your computer and use it in GitHub Desktop.
SpringSecurity
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SECURITY_CONTEXT_FILTER AstractPreAuthenticatedProcessingFilter | |
CONCURRENT_SESSION_FILTER | |
LOGOUT_FILTER | |
X509_FILTER | |
PRE_AUTH_FILTER | |
CAS_FILTER CasAuthenticationFilter | |
FORM_LOGIN_FILTER UsernamePasswordAuthenticationFilter http/form-login | |
BASIC_AUTH_FILTER BasicAuthenticationFilterhttp/http-basic | |
SERVLET_API_SUPPORT_FILTER SecurityContextHolderAwareRequestFilter http/@servlet-apiprovision | |
REMEMBER_ME_FILTER RememberMeAuthenticationFilter http/remember-me | |
ANONYMOUS_FILTER AnonymousAuthenticationFilter | |
SESSION_MANAGEMENT_FILTER SessionManagementFiltersession-management | |
EXCEPTION_TRANSLATION_FILTER ExceptionTranslationFilter http | |
FILTER_SECURITY_INTERCEPTOR FilterSecurityInterceptorhttp | |
SWITCH_USER_FILTER | |
---- | |
<http> | |
<custom-filter position="FORM_LOGIN_FILTER" ref="myFilter" /> | |
</http> | |
<beans:bean id="myFilter" class="com.mycompany.MySpecialAuthenticationFilter"/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment