-
- All Implemented Interfaces:
-
javax.servlet.Filter,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware,org.springframework.beans.factory.DisposableBean,org.springframework.beans.factory.InitializingBean,org.springframework.context.EnvironmentAware,org.springframework.core.env.EnvironmentCapable,org.springframework.web.context.ServletContextAware
@Order(value = 100) public final class TokenFilter extends OncePerRequestFilter
-
-
Field Summary
Fields Modifier and Type Field Description private final Logloggerprivate final StringbeanNameprivate final Environmentenvironmentprivate final ServletContextservletContextprivate final FilterConfigfilterConfigprivate final Set<String>requiredProperties
-
Constructor Summary
Constructors Constructor Description TokenFilter(TokenService tokenService, AuthProperties properties)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class javax.servlet.Filter
equals, hashCode, toString -
Methods inherited from class org.springframework.web.filter.OncePerRequestFilter
addRequiredProperty, afterPropertiesSet, createEnvironment, destroy, getEnvironment, getFilterConfig, getFilterName, getServletContext, init, initBeanWrapper, initFilterBean, setBeanName, setEnvironment, setServletContext -
Methods inherited from class cn.spark2fire.auth.token.TokenFilter
doFilter, doFilterNestedErrorDispatch, getAlreadyFilteredAttributeName, isAsyncDispatch, isAsyncStarted, shouldNotFilter, shouldNotFilterAsyncDispatch, shouldNotFilterErrorDispatch, skipDispatch -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
TokenFilter
TokenFilter(TokenService tokenService, AuthProperties properties)
-
-
-
-