Package net.shibboleth.idp.conf.impl
Class RegisterFilterChainServletContextInitializer
java.lang.Object
net.shibboleth.idp.conf.impl.RegisterFilterChainServletContextInitializer
- All Implemented Interfaces:
ServletContainerInitializer
public class RegisterFilterChainServletContextInitializer
extends Object
implements ServletContainerInitializer
A
ServletContainerInitializer implementation that registers a filter chain embedded in
our Spring configuration.
The filter registration is on by default but can be disabled by setting the context init-param
INIT_PARAMETER_ACTIVATION to false.
The chain is always mapped to all requests because it is expected that any further granularity is configured via Spring.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INIT_PARAMETER_ACTIVATION
System property name for the activation of this class.- See Also:
-
FILTER_NAME
The filter name for the embedded filter chain.- See Also:
-
TARGET_BEAN_NAME
The target bean name for the chain filter.- See Also:
-
log
@Nonnull private final org.slf4j.Logger logClass logger.
-
-
Constructor Details
-
RegisterFilterChainServletContextInitializer
public RegisterFilterChainServletContextInitializer()
-
-
Method Details
-
onStartup
- Specified by:
onStartupin interfaceServletContainerInitializer- Throws:
ServletException
-