return defaultIdentityStore.createRelationship(defaultTargetCtx, fromIdentity, toIdentity, relationshipType, relationshipName, createNames);
}
public void removeRelationship(IdentityStoreInvocationContext invocationCxt, IdentityObject fromIdentity, IdentityObject toIdentity, IdentityObjectRelationshipType relationshipType, String relationshipName) throws IdentityException
{
IdentityStore fromStore = resolveIdentityStore(fromIdentity);
IdentityStore toStore = resolveIdentityStore(toIdentity);
IdentityStoreInvocationContext toTargetCtx = resolveInvocationContext(toStore, invocationCxt);
IdentityStoreInvocationContext defaultTargetCtx = resolveInvocationContext(defaultIdentityStore, invocationCxt);