Searched refs:getContent (Results 126 - 150 of 541) sorted by relevance

1234567891011>>

/forgerock/openidm-v4/openidm-authnfilter/src/main/java/org/forgerock/openidm/auth/modules/
H A DPropertyRoleCalculator.java65 final JsonValue userDetail = resource.getContent();
/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/managed/
H A DReverseRelationshipValidator.java71 JsonValue reverseProperty = resourceResponse.getContent().get(reversePropertyName);
/forgerock/openidm-v4/openidm-core/src/test/java/org/forgerock/openidm/managed/
H A DRelationshipValidatorTest.java88 when(foundRelationshipResponse.getContent()).thenReturn(SINGLETON_POPULATED_VALUE);
98 when(foundRelationshipResponse.getContent()).thenReturn(json(object(field("reversePropertyName", array()))));
106 when(foundRelationshipResponse.getContent()).thenReturn(json(object(field("reversePropertyName", null))));
139 when(foundRelationshipResponse.getContent()).thenReturn(json(object(field("name","i_exist"))));
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/task/
H A DConfigureGoogleAppsWarningViewBean.java72 String html = event.getContent();
H A DConfigureSalesForceAppsWarningViewBean.java72 String html = event.getContent();
H A DCreateFedletWarningViewBean.java72 String html = event.getContent();
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/
H A DPolicyV1Filter.java118 final JsonValue jsonValue = request.getContent();
150 final JsonValue jsonValue = request.getContent();
243 final JsonValue jsonValue = resource.getContent();
282 JsonValue jsonValue = response.getContent();
/forgerock/openam/openam-entitlements/src/test/java/org/forgerock/openam/entitlement/rest/
H A DPolicyRequestFactoryTest.java87 given(actionRequest.getContent()).willReturn(JsonValue.json(properties));
103 verify(actionRequest, times(2)).getContent();
115 given(actionRequest.getContent()).willReturn(JsonValue.json(properties));
131 verify(actionRequest, times(2)).getContent();
H A DResourceTypesResourceTest.java200 given(mockCreateRequest.getContent()).willReturn(content);
221 given(mockCreateRequest.getContent()).willReturn(content);
259 given(mockCreateRequest.getContent()).willReturn(content);
284 given(mockCreateRequest.getContent()).willReturn(content);
305 given(mockCreateRequest.getContent()).willReturn(content);
325 given(mockCreateRequest.getContent()).willReturn(content);
346 given(mockCreateRequest.getContent()).willReturn(content);
371 given(createRequest.getContent()).willReturn(requestContent);
427 given(updateRequest.getContent()).willReturn(createdResource.getContent());
[all...]
H A DApplicationV1FilterTest.java142 given(createRequest.getContent()).willReturn(jsonValue);
186 given(createRequest.getContent()).willReturn(jsonValue);
230 given(createRequest.getContent()).willReturn(jsonValue);
254 given(createRequest.getContent()).willReturn(jsonValue);
283 given(updateRequest.getContent()).willReturn(jsonValue);
332 given(updateRequest.getContent()).willReturn(jsonValue);
356 given(updateRequest.getContent()).willReturn(jsonValue);
385 given(updateRequest.getContent()).willReturn(jsonValue);
418 given(updateRequest.getContent()).willReturn(jsonValue);
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DCreateRemoteIDP.java55 String metadata = getContent(metadataFile, locale);
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/
H A DPolicyResourceWithCopyMoveSupport.java95 JsonValue payload = request.getContent();
144 policies.add(resourceResponse.getContent());
224 JsonValue payload = request.getContent().get("to");
238 .getContent();
272 .getContent();
H A DApplicationV1FilterTransformer.java116 JsonValue jsonValue = response.getContent();
153 final JsonValue jsonValue = resource.getContent();
/forgerock/openidm-v4/openidm-audit/src/main/java/org/forgerock/openidm/audit/impl/
H A DAuditLogFilters.java105 return !values.contains(asValue.apply(request.getContent().get(field)));
130 if (request.getContent().get(field) == null || request.getContent().get(field).isNull()) {
163 if (request.getContent().get(field) == null || request.getContent().get(field).isNull()) {
/forgerock/openam-v13/openam-entitlements/src/test/java/org/forgerock/openam/entitlement/rest/
H A DResourceTypesResourceTest.java174 given(mockCreateRequest.getContent()).willReturn(content);
212 given(mockCreateRequest.getContent()).willReturn(content);
237 given(mockCreateRequest.getContent()).willReturn(content);
264 given(mockCreateRequest.getContent()).willReturn(content);
290 given(mockCreateRequest.getContent()).willReturn(content);
333 given(mockCreateRequest.getContent()).willReturn(content);
358 given(createRequest.getContent()).willReturn(requestContent);
414 given(updateRequest.getContent()).willReturn(createdResource.getContent());
431 JsonValue v = createdResource.getContent();
[all...]
H A DApplicationV1FilterTest.java141 given(createRequest.getContent()).willReturn(jsonValue);
185 given(createRequest.getContent()).willReturn(jsonValue);
229 given(createRequest.getContent()).willReturn(jsonValue);
253 given(createRequest.getContent()).willReturn(jsonValue);
282 given(updateRequest.getContent()).willReturn(jsonValue);
331 given(updateRequest.getContent()).willReturn(jsonValue);
355 given(updateRequest.getContent()).willReturn(jsonValue);
384 given(updateRequest.getContent()).willReturn(jsonValue);
417 given(updateRequest.getContent()).willReturn(jsonValue);
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/xacml3/
H A DXACMLPrivilegeUtils.java232 cbv.getContent().add(applicationName);
243 cbv.getContent().add(entitlementName);
253 cbv.getContent().add(privilege.getCreatedBy());
262 lmbv.getContent().add(privilege.getLastModifiedBy());
278 cdv.getContent().add(
290 lmdv.getContent().add(
447 attributeValue.getContent().add(userId);
488 attributeValue.getContent().add(esString);
569 attributeValue.getContent().add(resourceName);
603 attributeValue.getContent()
[all...]
H A DXACMLSchemaFactory.java88 attributeValue.getContent().add(resourceAttributeUtil.toJSON(resourceAttribute));
146 for (Object content : attributeValue.getContent()) {
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/xacml3/
H A DXACMLPrivilegeUtils.java240 cbv.getContent().add(applicationName);
251 cbv.getContent().add(entitlementName);
261 cbv.getContent().add(privilege.getCreatedBy());
270 lmbv.getContent().add(privilege.getLastModifiedBy());
286 cdv.getContent().add(
298 lmdv.getContent().add(
455 attributeValue.getContent().add(userId);
496 attributeValue.getContent().add(esString);
577 attributeValue.getContent().add(resourceName);
611 attributeValue.getContent()
[all...]
/forgerock/openam-v13/openam-scripting/src/test/java/org/forgerock/openam/scripting/rest/batch/helpers/
H A DRequesterTest.java135 given(mockResourceResponse.getContent()).willReturn(expectedResult);
150 verify(mockResourceResponse, times(1)).getContent();
223 given(mockResourceResponse.getContent()).willReturn(expectedResult);
238 verify(mockResourceResponse, times(1)).getContent();
329 given(mockResourceResponse.getContent()).willReturn(expectedResult);
344 verify(mockResourceResponse, times(1)).getContent();
422 given(mockResourceResponse.getContent()).willReturn(expectedResult);
437 verify(mockResourceResponse, times(1)).getContent();
/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/sync/impl/
H A DSynchronizationService.java413 return newActionResponse(notifyCreate(context, resourceContainer, resourceId, request.getContent().get("newValue"))).asPromise();
418 return newActionResponse(notifyUpdate(context, resourceContainer, resourceId, request.getContent().get("oldValue"), request.getContent().get("newValue"))).asPromise();
423 return newActionResponse(notifyDelete(context, resourceContainer, resourceId, request.getContent().get("oldValue"))).asPromise();
428 String reconId = reconService.reconcile(ReconciliationService.ReconAction.recon, mapping, Boolean.TRUE, _params, request.getContent());
495 allLinks.add(resourceResponse.getContent().getObject());
533 JsonValue linkedResource = resourceResponse.getContent();
572 response.add(linked.getContent().getObject());
/forgerock/openidm-v4/openidm-external-email/src/main/java/org/forgerock/openidm/external/email/impl/
H A DEmailServiceImpl.java84 request.getResourcePath(), request.getContent());
86 emailClient.send(request.getContent());
/forgerock/openidm-v4/openidm-external-email/src/test/java/org/forgerock/openidm/external/email/impl/
H A DEmailServiceImplTest.java59 when(actionRequest.getContent()).thenReturn(json(object()));
82 when(actionRequest.getContent()).thenReturn(json(object()));
/forgerock/openam/openam-scripting/src/test/java/org/forgerock/openam/scripting/rest/batch/helpers/
H A DRequesterTest.java130 given(mockResourceResponse.getContent()).willReturn(expectedResult);
145 verify(mockResourceResponse, times(1)).getContent();
218 given(mockResourceResponse.getContent()).willReturn(expectedResult);
233 verify(mockResourceResponse, times(1)).getContent();
324 given(mockResourceResponse.getContent()).willReturn(expectedResult);
339 verify(mockResourceResponse, times(1)).getContent();
417 given(mockResourceResponse.getContent()).willReturn(expectedResult);
432 verify(mockResourceResponse, times(1)).getContent();
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/session/action/
H A DDeletePropertyActionHandler.java80 JsonValue content = request.getContent().get(KEYWORD_PROPERTIES);
86 final Collection<String> propSet = request.getContent().get(KEYWORD_PROPERTIES).asCollection(String.class);

Completed in 68 milliseconds

1234567891011>>