return new SimpleIdentityObject(group.getName(), group.getId(), iot);
}
protected IdentityObject createIdentityObjectForGroupId(String groupId)
{
GroupId id = new GroupId(groupId);
IdentityObjectType iot = getSessionContext().getIdentityObjectTypeMapper().getIdentityObjectType(id.getType());
return new SimpleIdentityObject(id.getName(), null, iot);
}