/** {@inheritDoc} */
 public boolean check(Restrictor restrictor, Object... args) {
   return restrictor.isAttributeWriteAllowed((ObjectName) args[0], (String) args[1]);
 }