{
// Check in the mapped store and merge with default
IdentityStore mappedStore = resolveIdentityStore(identity);
IdentityStoreInvocationContext mappedCtx = resolveInvocationContext(mappedStore, invocationCxt);
IdentityStoreInvocationContext defaultCtx = resolveInvocationContext(defaultIdentityStore, invocationCxt);
if (mappedStore == defaultIdentityStore)
{
return defaultIdentityStore.findIdentityObject(defaultCtx, identity, relationshipType, parent, constraints);