Searched defs:httpContext (Results 1 - 5 of 5) sorted by relevance

/forgerock/openidm-v4/openidm-httpcontext/src/main/java/org/forgerock/openidm/http/
H A DSecurityConfigurator.java39 * @param httpContext the shared http context to configure
41 void activate(HttpService httpService, HttpContext httpContext, ComponentContext context); argument
46 * @param httpContext the shared http context to configure
48 void deactivate(HttpService httpService, HttpContext httpContext, ComponentContext context); argument
H A DContextRegistrator.java61 HttpContext httpContext; field in class:ContextRegistrator
83 httpContext = httpService.createDefaultHttpContext();
87 context.getBundleContext().registerService(HttpContext.class.getName(), httpContext,
91 // Apply the pluggable security configurations on the httpContext
93 activateSecurityConfigurators(context, httpContext);
98 deactivateSecurityConfigurators(context, httpContext);
177 * @param httpContext
180 private void activateSecurityConfigurators(ComponentContext context, HttpContext httpContext) { argument
182 configurator.activate(httpService, httpContext, context);
192 * @param httpContext
195 deactivateSecurityConfigurators(ComponentContext context, HttpContext httpContext) argument
[all...]
/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
66 webContainer.registerLoginConfig(authMethod, realmName, formLoginPage, formErrorPage, httpContext);
78 authentication, roles, httpContext);
83 public void deactivate(HttpService httpService, HttpContext httpContext, ComponentContext context) { argument
/forgerock/openam-v13/openam-sts/openam-rest-sts/src/main/java/org/forgerock/openam/sts/rest/operation/
H A DTokenRequestMarshallerImpl.java434 private X509Certificate[] pullClientCertFromHeader(HttpContext httpContext) throws TokenMarshalException { argument
435 List<String> clientCertHeader = httpContext.getHeader(offloadedTlsClientCertKey);
/forgerock/openam/openam-sts/openam-rest-sts/src/main/java/org/forgerock/openam/sts/rest/operation/
H A DTokenRequestMarshallerImpl.java435 private X509Certificate[] pullClientCertFromHeader(HttpContext httpContext) throws TokenMarshalException { argument
436 List<String> clientCertHeader = httpContext.getHeader(offloadedTlsClientCertKey);

Completed in 1317 milliseconds