break;
case ROLE:
if (subject instanceof SyncopeUser) {
for (SyncopeRole role : ((SyncopeUser) subject).getRoles()) {
connObjectUtil.retrieveVirAttrValues(role, AttributableUtil.getInstance(role));
attributables.add(role);
}
}
if (subject instanceof SyncopeRole) {
attributables.add(subject);