Searched refs:ApplicationsResource (Results 1 - 7 of 7) sorted by relevance

/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/
H A DEntitlementsRestRouteProvider.java54 .toCollection(ApplicationsResource.class)
56 .toCollection(ApplicationsResource.class);
H A DApplicationsResource.java64 * Endpoint for the ApplicationsResource.
73 public class ApplicationsResource extends RealmAwareResource { class in inherits:RealmAwareResource
94 public ApplicationsResource(@Named("frRest") Debug debug, ApplicationManagerWrapper appManager, method in class:ApplicationsResource
96 @Named(ApplicationsResource.APPLICATION_QUERY_ATTRIBUTES)
147 debug.error("ApplicationsResource :: CREATE : Unknown Subject");
167 debug.error("ApplicationsResource :: CREATE : Resource name and JSON body name do not match.");
199 debug.message("ApplicationsResource :: CREATE by " + principalName +
205 debug.error("ApplicationsResource :: CREATE by " + principalName +
246 debug.error("ApplicationsResource.createApplicationWrapper() : " +
286 debug.error("ApplicationsResource
[all...]
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/
H A DEntitlementsRestRouteProvider.java54 .toAnnotatedCollection(ApplicationsResource.class)
56 .toAnnotatedCollection(ApplicationsResource.class);
H A DApplicationsResource.java102 * Endpoint for the ApplicationsResource.
116 resourceSchema = @Schema(schemaResource = "ApplicationsResource.schema.json")
124 public class ApplicationsResource extends RealmAwareResource { class in inherits:RealmAwareResource
143 public ApplicationsResource(@Named("frRest") Debug debug, ApplicationServiceFactory applicationServiceFactory, method in class:ApplicationsResource
213 debug.error("ApplicationsResource :: CREATE : Unknown Subject");
230 debug.error("ApplicationsResource :: CREATE by {}: Application creation failed. ",
269 debug.error("ApplicationsResource.createApplicationWrapper() : " +
321 debug.error("ApplicationsResource :: DELETE : Unknown Subject");
333 debug.error("ApplicationsResource :: DELETE by {}: Application failed to delete the resource specified. ",
372 debug.error("ApplicationsResource
[all...]
/forgerock/openam/openam-entitlements/src/test/java/org/forgerock/openam/entitlement/rest/
H A DApplicationsResourceTest.java89 private ApplicationsResource applicationsResource;
110 applicationsResource = new ApplicationsResource(debug, applicationServiceFactory, applicationTypeManagerWrapper,
163 applicationsResource = new ApplicationsResource(
191 applicationsResource = new ApplicationsResource(
642 applicationsResource = new ApplicationsResource(
715 applicationsResource = new ApplicationsResource(
805 applicationsResource = new ApplicationsResource(
880 ApiAnnotationAssert.assertThat(ApplicationsResource.class).hasValidAnnotations();
/forgerock/openam-v13/openam-entitlements/src/test/java/org/forgerock/openam/entitlement/rest/
H A DApplicationsResourceTest.java97 private ApplicationsResource applicationsResource;
120 applicationsResource = new ApplicationsResource(
163 applicationsResource = new ApplicationsResource(
192 applicationsResource = new ApplicationsResource(
264 applicationsResource = new ApplicationsResource(
303 applicationsResource = new ApplicationsResource(
730 applicationsResource = new ApplicationsResource(
805 applicationsResource = new ApplicationsResource(
898 applicationsResource = new ApplicationsResource(
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/guice/
H A DEntitlementRestGuiceModule.java37 import org.forgerock.openam.entitlement.rest.ApplicationsResource;
107 .annotatedWith(Names.named(ApplicationsResource.APPLICATION_QUERY_ATTRIBUTES))

Completed in 28 milliseconds