Searched refs:activate (Results 76 - 100 of 105) sorted by relevance

12345

/forgerock/openidm-v4/openidm-api-servlet/src/main/java/org/forgerock/openidm/servlet/internal/
H A DServletConnectionFactory.java138 protected void activate(ComponentContext context) throws ServletException, NamespaceException { method in class:ServletConnectionFactory
/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/sync/impl/
H A DReconciliationService.java446 void activate(ComponentContext compContext) { method in class:ReconciliationService
468 /* Currently rely on deactivate/activate to be called by DS if config changes instead
473 activate(compContext);
H A DSynchronizationService.java155 protected void activate(ComponentContext context) { method in class:SynchronizationService
/forgerock/openidm-v4/openidm-infoservice/src/main/java/org/forgerock/openidm/info/impl/
H A DHealthService.java284 protected void activate(final ComponentContext context) { method in class:HealthService
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMOrganization.java2256 * @param activate
2257 * true if to activate the service
2264 boolean activate) throws AMException, SSOException;
2263 registerService(String serviceName, boolean createTemplate, boolean activate) argument
H A DAMOrganizationalUnitImpl.java2367 * @param activate
2368 * true if to activate the service
2375 boolean activate) throws AMException, SSOException {
2378 + serviceName + ", " + createTemplate + ", " + activate
2374 registerService(String serviceName, boolean createTemplate, boolean activate) argument
H A DAMOrganizationImpl.java2797 * @param activate
2798 * true if to activate the service
2805 boolean createTemplate, boolean activate) throws AMException,
2809 + ", " + createTemplate + ", " + activate + ")");
2804 registerService(String serviceName, boolean createTemplate, boolean activate) argument
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DInternalSession.java709 public boolean activate(String userDN) { method in class:InternalSession
/forgerock/openidm-v4/openidm-repo-jdbc/src/main/java/org/forgerock/openidm/repo/jdbc/impl/
H A DJDBCRepoService.java185 void activate(ComponentContext compContext) { method in class:JDBCRepoService
225 activate(compContext);
/forgerock/openidm-v4/openidm-repo-orientdb/src/test/java/org/forgerock/openidm/repo/orientdb/internal/
H A DOrientDBRepoServiceTest.javax215 repoService.activate(context);
/forgerock/openidm-v4/openidm-provisioner-openicf/src/test/java/org/forgerock/openidm/provisioner/openicf/impl/
H A DOpenICFProvisionerServiceTest.java283 provider.getLeft().activate(context);
317 // Attempt to activate the provisioner service up to 4 times, using ConnectorFacade#test to
326 service.activate(context);
/forgerock/opendj-b2.6/ext/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/forgerock/opendj2/ext/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/forgerock/opendj2.6.2/ext/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/forgerock/opendj2-jel-hg/ext/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/forgerock/opendj2-hg/ext/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMOrganizationalUnitImpl.java2367 * @param activate
2368 * true if to activate the service
2375 boolean activate) throws AMException, SSOException {
2378 + serviceName + ", " + createTemplate + ", " + activate
2374 registerService(String serviceName, boolean createTemplate, boolean activate) argument
H A DAMOrganizationImpl.java2797 * @param activate
2798 * true if to activate the service
2805 boolean createTemplate, boolean activate) throws AMException,
2809 + ", " + createTemplate + ", " + activate + ")");
2804 registerService(String serviceName, boolean createTemplate, boolean activate) argument
/forgerock/openidm-v4/openidm-scheduler/src/main/java/org/forgerock/openidm/scheduler/
H A DSchedulerService.java192 void activate(ComponentContext compContext) throws SchedulerException, ParseException { method in class:SchedulerService
/forgerock/openidm-v4/openidm-script/src/main/java/org/forgerock/openidm/script/impl/
H A DScriptRegistryService.java205 protected void activate(ComponentContext context) throws Exception { method in class:ScriptRegistryService
/forgerock/openidm-v4/openidm-cluster/src/main/java/org/forgerock/openidm/cluster/
H A DClusterManager.java188 void activate(ComponentContext compContext) throws ParseException { method in class:ClusterManager
/forgerock/openidm-v4/openidm-external-rest/src/main/java/org/forgerock/openidm/external/rest/
H A DRestService.java132 void activate(ComponentContext compContext) throws Exception { method in class:RestService
/forgerock/openidm-v4/openidm-maintenance/src/main/java/org/forgerock/openidm/maintenance/upgrade/
H A DUpdateManagerImpl.java144 void activate(ComponentContext compContext) throws Exception { method in class:UpdateManagerImpl
/forgerock/openidm-v4/openidm-provisioner-openicf/src/main/java/org/forgerock/openidm/provisioner/openicf/impl/
H A DConnectorInfoProviderService.java175 public void activate(ComponentContext context) { method in class:ConnectorInfoProviderService
/forgerock/openidm-v4/openidm-config/src/main/java/org/forgerock/openidm/config/manage/
H A DConfigObjectService.java719 protected void activate(ComponentContext context) { method in class:ConfigObjectService

Completed in 143 milliseconds

12345