Skip to content

Instantly share code, notes, and snippets.

@marsyang1
Created March 16, 2015 06:25
Show Gist options
  • Save marsyang1/9d207661d4f0846aaf1c to your computer and use it in GitHub Desktop.
Save marsyang1/9d207661d4f0846aaf1c to your computer and use it in GitHub Desktop.
SpringSecurity
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