Class WebInitializer
- java.lang.Object
-
- org.opendaylight.aaa.shiro.web.env.WebInitializer
-
@Singleton public class WebInitializer extends Object
Initializer for web components. This class is the equivalent of a declarative web.xml, and is not OSGi specific; it can also be used e.g. in standalone Java environments, such as tests.- Author:
- Michael Vorburger.ch
-
-
Constructor Summary
Constructors Constructor Description WebInitializer(WebServer webServer, ClaimCache claimCache, IIDMStore iidMStore, WebContextSecurer webContextSecurer, ServletSupport servletSupport, CustomFilterAdapterConfiguration customFilterAdapterConfig)
-
-
-
Constructor Detail
-
WebInitializer
@Inject public WebInitializer(WebServer webServer, ClaimCache claimCache, IIDMStore iidMStore, WebContextSecurer webContextSecurer, ServletSupport servletSupport, CustomFilterAdapterConfiguration customFilterAdapterConfig) throws javax.servlet.ServletException
- Throws:
javax.servlet.ServletException
-
-