Searched refs:identityResourceV1 (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/
H A DIdentityResourceV2.java166 private final IdentityResourceV1 identityResourceV1; field in class:IdentityResourceV2
208 this.identityResourceV1 = new IdentityResourceV1(userType, mailServerLoader, identityServices, coreWrapper,
222 return identityResourceV1.addRoleInformation(context, resourceId, value);
671 return identityResourceV1.anonymousUpdate(context, request, realm);
1174 return identityResourceV1.deleteInstance(context, resourceId, request);
1183 return identityResourceV1.patchInstance(context, resourceId, request);
1192 return identityResourceV1.queryCollection(context, request, handler);
1201 return identityResourceV1.readInstance(context, resourceId, request);
1415 return this.identityResourceV1.buildResourceResponse(resourceId, context, identityDetails);
1419 return this.identityResourceV1
[all...]
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/
H A DIdentityResourceV2.java160 private final IdentityResourceV1 identityResourceV1; field in class:IdentityResourceV2
204 this.identityResourceV1 = new IdentityResourceV1(userType, mailServerLoader, identityServices, coreWrapper,
218 return identityResourceV1.addRoleInformation(context, resourceId, value);
1239 return identityResourceV1.deleteInstance(context, resourceId, request);
1248 return identityResourceV1.patchInstance(context, resourceId, request);
1257 return identityResourceV1.queryCollection(context, request, handler);
1266 return identityResourceV1.readInstance(context, resourceId, request);
1390 return newResultPromise(this.identityResourceV1.buildResourceResponse(resourceId, context, checkIdent));

Completed in 36 milliseconds