Spring Security 3.2 过滤器

表3.1。标准过滤器假名和顺序

别号 过滤器类 命名空间元素或属性
CHANNEL_FILTER ChannelProcessingFilter HTTP /拦截URL需要通道
SECURITY_CONTEXT_FILTER SecurityContextPersistenceFilter HTTP
CONCURRENT_SESSION_FILTER ConcurrentSessionFilter session-management/concurrency-control
LOGOUT_FILTER LogoutFilter HTTP /注销
X509_FILTER X509AuthenticationFilter http/x509
PRE_AUTH_FILTER AstractPreAuthenticatedProcessingFilter 子类 N / A
CAS_FILTER CasAuthenticationFilter N / A
FORM_LOGIN_FILTER UsernamePasswordAut​​henticationFilter HTTP /表单登录
BASIC_AUTH_FILTER BasicAuthenticationFilter HTTP / HTTP基本的
SERVLET_API_SUPPORT_FILTER SecurityContextHolderAwareRequestFilter HTTP / @的servlet-API拨备
JAAS_API_SUPPORT_FILTER JaasApiIntegrationFilter HTTP / @ JAAS API提供
REMEMBER_ME_FILTER RememberMeAuthenticationFilter HTTP /记得我
ANONYMOUS_FILTER AnonymousAuthenticationFilter http /匿名的
SESSION_MANAGEMENT_FILTER SessionManagementFilter 会话管理
EXCEPTION_TRANSLATION_FILTER ExceptionTranslationFilter HTTP
FILTER_SECURITY_INTERCEPTOR FilterSecurityInterceptor HTTP
SWITCH_USER_FILTER SwitchUserFilter N / A

猜你喜欢

转载自atgoingguoat.iteye.com/blog/1924345