throw new OperationNotSupportedException("Named relationships are not supported by this implementation of LDAP IdentityStore");
}
public Set<String> getRelationshipNames(IdentityStoreInvocationContext ctx, IdentityObject identity, IdentityObjectSearchCriteria controls) throws IdentityException, OperationNotSupportedException
{
throw new OperationNotSupportedException("Named relationships are not supported by this implementation of LDAP IdentityStore");
}