Searched defs:httpService (Results 1 - 3 of 3) sorted by relevance

/forgerock/openidm-v4/openidm-httpcontext/src/main/java/org/forgerock/openidm/http/
H A DSecurityConfigurator.java41 void activate(HttpService httpService, HttpContext httpContext, ComponentContext context); argument
48 void deactivate(HttpService httpService, HttpContext httpContext, ComponentContext context); argument
H A DContextRegistrator.java59 private WebContainer httpService; field in class:ContextRegistrator
83 httpContext = httpService.createDefaultHttpContext();
182 configurator.activate(httpService, httpContext, context);
197 configurator.deactivate(httpService, httpContext, context);
/forgerock/openidm-v4/openidm-security-jetty/src/main/java/org/forgerock/openidm/http/internal/
H A DJettySecurityConfigurator.java49 public void activate(HttpService httpService, HttpContext httpContext, ComponentContext context) { argument
54 if (enabled.equals("true") && httpService instanceof org.ops4j.pax.web.service.WebContainer) {
55 org.ops4j.pax.web.service.WebContainer webContainer = (org.ops4j.pax.web.service.WebContainer) httpService;
83 public void deactivate(HttpService httpService, HttpContext httpContext, ComponentContext context) { argument

Completed in 51 milliseconds