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

/forgerock/openidm-v4/openidm-customendpoint/src/main/java/org/forgerock/openidm/customendpoint/impl/
H A DEndpointsService.java90 activate(context.getBundleContext(), factoryPid, configuration);
115 protected BundleContext getBundleContext() { method in class:EndpointsService
116 return context.getBundleContext();
/forgerock/openidm-v4/openidm-httpcontext/src/main/java/org/forgerock/openidm/http/
H A DContextRegistrator.java72 public static BundleContext getBundleContext() { method in class:ContextRegistrator
74 return context.getBundleContext();
87 context.getBundleContext().registerService(HttpContext.class.getName(), httpContext,
114 context.getBundleContext().getBundle().findEntries("/",
155 configuratorClazz = context.getBundleContext().getBundle().loadClass(clazzName);
/forgerock/openidm-v4/openidm-infoservice/src/main/java/org/forgerock/openidm/info/impl/
H A DInfoService.java110 activate(context.getBundleContext(), factoryPid, configuration);
125 protected BundleContext getBundleContext() { method in class:InfoService
126 return context.getBundleContext();
/forgerock/openidm-v4/openidm-policy/src/main/java/org/forgerock/openidm/policy/
H A DPolicyService.java106 activate(context.getBundleContext(), null, configuration);
134 protected BundleContext getBundleContext() { method in class:PolicyService
135 return context.getBundleContext();
/forgerock/openidm-v4/openidm-script/src/main/java/org/forgerock/openidm/script/
H A DAbstractScriptedService.java123 protected abstract BundleContext getBundleContext(); method in class:AbstractScriptedService
217 getBundleContext().registerService(
237 * getBundleContext().registerService(RequestHandler.class, new

Completed in 59 milliseconds