@Override
 public Set<String> getSecurityRolePrincipals(String roleName) {
   return delegate.getSecurityRolePrincipals(roleName);
 }