Class AbstractPathFilter
- java.lang.Object
-
- org.pac4j.core.util.InitializableObject
-
- org.pac4j.springframework.security.web.AbstractPathFilter
-
- All Implemented Interfaces:
javax.servlet.Filter
- Direct Known Subclasses:
CallbackFilter,LogoutFilter
public abstract class AbstractPathFilter extends org.pac4j.core.util.InitializableObject implements javax.servlet.FilterThis filter only applies for a specific suffix path if defined or every time otherwise.
- Since:
- 4.1.0
- Author:
- Jerome Leleu
-
-
Field Summary
Fields Modifier and Type Field Description protected org.slf4j.Loggerlogger
-
Constructor Summary
Constructors Constructor Description AbstractPathFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSuffix()protected booleanmustApply(org.pac4j.core.context.JEEContext context)voidsetSuffix(String suffix)-
Methods inherited from class org.pac4j.core.util.InitializableObject
init, internalInit, isInitialized
-
-