Class AbstractSecurityFilter
- java.lang.Object
-
- org.apereo.cas.web.support.filters.AbstractSecurityFilter
-
- Direct Known Subclasses:
AddResponseHeadersFilter,RequestParameterPolicyEnforcementFilter,ResponseHeadersEnforcementFilter
public abstract class AbstractSecurityFilter extends java.lang.ObjectThis isAbstractSecurityFilter.- Since:
- 6.1.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringTHROW_ON_ERRORThe name of the optional Filter init-param specifying that configuration errors should be fatal.
-
Constructor Summary
Constructors Constructor Description AbstractSecurityFilter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisThrowOnErrors()protected static voidlogException(java.lang.Exception e)Log exception.static voidsetThrowOnErrors(boolean throwOnErrors)
-
-
-
Field Detail
-
THROW_ON_ERROR
public static final java.lang.String THROW_ON_ERROR
The name of the optional Filter init-param specifying that configuration errors should be fatal.- See Also:
- Constant Field Values
-
-