Searched refs:LegacyRestEndpoint (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-rest/src/main/java/com/sun/identity/rest/
H A DLegacyRestEndpoint.java25 public class LegacyRestEndpoint { class
29 public LegacyRestEndpoint(Class<?> clazz) { method in class:LegacyRestEndpoint
H A DLegacyRestGuiceModule.java33 Multibinder<LegacyRestEndpoint> endpointMultibinder =
34 Multibinder.newSetBinder(binder(), LegacyRestEndpoint.class);
36 .toInstance(new LegacyRestEndpoint(CoreTokenResource.class));
38 .toInstance(new LegacyRestEndpoint(ListenerResource.class));
H A DRestService.java43 Set<LegacyRestEndpoint> endpoints = InjectorHolder.getInstance(
44 Key.get(new TypeLiteral<Set<LegacyRestEndpoint>>() {}));
46 for (LegacyRestEndpoint endpoint : endpoints) {
/forgerock/openam/openam-rest/src/main/java/com/sun/identity/rest/
H A DLegacyRestEndpoint.java25 public class LegacyRestEndpoint { class
29 public LegacyRestEndpoint(Class<?> clazz) { method in class:LegacyRestEndpoint
H A DLegacyRestGuiceModule.java33 Multibinder<LegacyRestEndpoint> endpointMultibinder =
34 Multibinder.newSetBinder(binder(), LegacyRestEndpoint.class);
36 .toInstance(new LegacyRestEndpoint(CoreTokenResource.class));
38 .toInstance(new LegacyRestEndpoint(ListenerResource.class));
H A DRestService.java43 Set<LegacyRestEndpoint> endpoints = InjectorHolder.getInstance(
44 Key.get(new TypeLiteral<Set<LegacyRestEndpoint>>() {}));
46 for (LegacyRestEndpoint endpoint : endpoints) {
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/rest/
H A DEntitlementLegacyRestGuiceModule.java21 import com.sun.identity.rest.LegacyRestEndpoint;
34 Multibinder<LegacyRestEndpoint> endpointMultibinder =
35 Multibinder.newSetBinder(binder(), LegacyRestEndpoint.class);
37 .toInstance(new LegacyRestEndpoint(PrivilegeResource.class));
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/rest/
H A DEntitlementLegacyRestGuiceModule.java21 import com.sun.identity.rest.LegacyRestEndpoint;
34 Multibinder<LegacyRestEndpoint> endpointMultibinder =
35 Multibinder.newSetBinder(binder(), LegacyRestEndpoint.class);
37 .toInstance(new LegacyRestEndpoint(PrivilegeResource.class));

Completed in 3339 milliseconds