6566676869707172
return getRequest().isUserInRole(role); } @Override public boolean hasPermission(String resource, String operation) { throw new DemoiselleException(getBundle().getString("has-permission-not-supported", RequiredPermission.class.getSimpleName())); }