Class MustChangePasswordFilter
java.lang.Object
org.apache.syncope.core.spring.security.MustChangePasswordFilter
- All Implemented Interfaces:
Filter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()voiddoFilter(ServletRequest request, ServletResponse response, FilterChain chain) voidinit(FilterConfig filterConfig)
-
Constructor Details
-
MustChangePasswordFilter
public MustChangePasswordFilter()
-
-
Method Details
-
init
-
destroy
public void destroy() -
doFilter
public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException, ServletException - Specified by:
doFilterin interfaceFilter- Throws:
IOExceptionServletException
-