/** {@inheritDoc} */
 public boolean check(Restrictor restrictor, Object... args) {
   return restrictor.isTypeAllowed((RequestType) args[0]);
 }