Searched defs:getRelationshipId (Results 1 - 1 of 1) sorted by relevance

/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/managed/
H A DSingletonRelationshipProvider.java246 return getRelationshipId(context).thenAsync(new AsyncFunction<String, ResourceResponse, ResourceException>() {
258 return getRelationshipId(context).thenAsync(new AsyncFunction<String, ResourceResponse, ResourceException>() {
270 return getRelationshipId(context).thenAsync(new AsyncFunction<String, ResourceResponse, ResourceException>() {
282 return getRelationshipId(context).thenAsync(new AsyncFunction<String, ActionResponse, ResourceException>() {
297 private Promise<String, ResourceException> getRelationshipId(Context context) { method in class:SingletonRelationshipProvider

Completed in 27 milliseconds