Package ee.datel.dogis.admin.autohorize
Class RequestAuthenticatorFilter
java.lang.Object
org.springframework.web.filter.GenericFilterBean
org.springframework.web.filter.OncePerRequestFilter
ee.datel.dogis.admin.autohorize.RequestAuthenticatorFilter
- 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
@Component
@Order(300)
public class RequestAuthenticatorFilter
extends org.springframework.web.filter.OncePerRequestFilter
-
Field Summary
-
Constructor Summary
Constructors Constructor Description RequestAuthenticatorFilter() -
Method Summary
Modifier and Type Method Description voidafterPropertiesSet()
-
Constructor Details
-
RequestAuthenticatorFilter
public RequestAuthenticatorFilter()
-
-
Method Details
-
afterPropertiesSet
public void afterPropertiesSet() throws javax.servlet.ServletException- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Overrides:
afterPropertiesSetin classorg.springframework.web.filter.GenericFilterBean- Throws:
javax.servlet.ServletException
-