All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.infinispan.cli.commands.server.Grant Maven / Gradle / Ivy

There is a newer version: 9.1.7.Final
Show newest version
package org.infinispan.cli.commands.server;

import org.kohsuke.MetaInfServices;

@MetaInfServices(org.infinispan.cli.commands.Command.class)
public class Grant extends AbstractServerCommand {

   @Override
   public String getName() {
      return "grant";
   }

   @Override
   public int nesting() {
      return 0;
   }


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy