HibernateIdentityObject hibernateObject = safeGet(ctx, identity);
for (String attr : mappedAttributes)
{
hibernateObject.removeAttribute(attr);
}
}
public IdentityObject findIdentityObjectByUniqueAttribute(IdentityStoreInvocationContext invocationCtx, IdentityObjectType identityObjectType, IdentityObjectAttribute attribute) throws IdentityException
{