Searched refs:activate (Results 1 - 25 of 105) sorted by relevance

12345

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMResource.java58 public void activate() throws AMException, SSOException; method in interface:AMResource
H A DAMResourceImpl.java50 public void activate() throws AMException, SSOException { method in class:AMResourceImpl
H A DAMEntity.java158 * if an error is encountered when trying to activate the
163 public void activate() throws AMException, SSOException; method in interface:AMEntity
H A DAMUser.java326 public void activate() throws AMException, SSOException; method in interface:AMUser
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMResource.java58 public void activate() throws AMException, SSOException; method in interface:AMResource
H A DAMResourceImpl.java50 public void activate() throws AMException, SSOException { method in class:AMResourceImpl
H A DAMEntity.java158 * if an error is encountered when trying to activate the
163 public void activate() throws AMException, SSOException; method in interface:AMEntity
H A DAMUser.java326 public void activate() throws AMException, SSOException; method in interface:AMUser
/forgerock/openidm-v4/openidm-maintenance/src/test/resources/bundleHandler/bundle/
H A DHelloImplementation-1.0-SNAPSHOT.jar ... init> () public java.lang.String sayHello () public void activate (org.osgi.service.component.ComponentContext) org ...
/forgerock/openidm-v4/openidm-maintenance/src/test/resources/bundleHandler/bundle/updated/
H A DHelloImplementation-1.0-SNAPSHOT.jar ... init> () public java.lang.String sayHello () public void activate (org.osgi.service.component.ComponentContext) org ...
/forgerock/openidm-v4/openidm-httpcontext/src/main/java/org/forgerock/openidm/http/
H A DSecurityConfigurator.java41 void activate(HttpService httpService, HttpContext httpContext, ComponentContext context); method in interface:SecurityConfigurator
H A DContextRegistrator.java81 protected void activate(ComponentContext context) throws Exception { method in class:ContextRegistrator
182 configurator.activate(httpService, httpContext, context);
/forgerock/openidm-v4/openidm-repo-orientdb/src/test/java/org/forgerock/openidm/repo/orientdb/impl/
H A DEmbeddedOServerServiceTest.java68 embeddedOServerService.activate(config);
/forgerock/openam-v13/openam-core/src/test/java/com/sun/identity/authentication/service/
H A DStatelessSessionActivatorTest.java76 verify(mockSession).activate(userDn, true);
85 given(mockSession.activate(userDn, true)).willReturn(true);
/forgerock/openidm-v4/openidm-customendpoint/src/main/java/org/forgerock/openidm/customendpoint/impl/
H A DEndpointsService.java75 protected void activate(ComponentContext context) { method in class:EndpointsService
90 activate(context.getBundleContext(), factoryPid, configuration);
/forgerock/openam/openam-core/src/test/java/com/sun/identity/authentication/service/
H A DStatelessSessionActivatorTest.java77 verify(mockSession).activate(userDn);
86 given(mockSession.activate(userDn)).willReturn(true);
/forgerock/openidm-v4/openidm-selfservice/src/main/java/org/forgerock/openidm/selfservice/impl/
H A DKbaConfiguration.java52 void activate(ComponentContext context) { method in class:KbaConfiguration
/forgerock/openidm-v4/openidm-config/src/main/java/org/forgerock/openidm/config/persistence/
H A DConfigInstallStarter.java71 protected synchronized void activate(ComponentContext context) throws Exception { method in class:ConfigInstallStarter
/forgerock/openidm-v4/openidm-infoservice/src/main/java/org/forgerock/openidm/info/impl/
H A DInfoService.java95 protected void activate(ComponentContext context) { method in class:InfoService
110 activate(context.getBundleContext(), factoryPid, configuration);
/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) { method in class:JettySecurityConfigurator
/forgerock/openidm-v4/openidm-authnfilter/src/main/java/org/forgerock/openidm/auth/
H A DAuthFilterWrapper.java59 protected void activate(ComponentContext context) { method in class:AuthFilterWrapper
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DStatelessSessionActivator.java87 boolean activated = session.activate(loginState.getUserDN(), true);
/forgerock/openidm-v4/openidm-scheduler/src/main/java/org/forgerock/openidm/scheduler/
H A DScheduleConfigService.java71 void activate(ComponentContext compContext) throws SchedulerException, ParseException, ResourceException { method in class:ScheduleConfigService
/forgerock/openidm-v4/openidm-servlet-registrator/src/main/java/org/forgerock/openidm/servletregistration/impl/
H A DServletFilterConfiguration.java79 protected synchronized void activate(ComponentContext context) throws Exception { method in class:ServletFilterConfiguration
/forgerock/openidm-v4/openidm-crypto/src/main/java/org/forgerock/openidm/crypto/impl/
H A DActivator.java56 cryptoSvc.activate(context);

Completed in 134 milliseconds

12345