Class ApiKeyRemoveCmd

java.lang.Object
tigase.stats.CounterValue
tigase.stats.Counter
tigase.stats.StatisticHolderImpl
tigase.http.modules.rest.AbstractApiKeyCmd
tigase.http.modules.rest.ApiKeyRemoveCmd
All Implemented Interfaces:
tigase.server.script.CommandIfc, tigase.stats.StatisticHolder

public class ApiKeyRemoveCmd extends AbstractApiKeyCmd
  • Field Summary

    Fields inherited from class tigase.http.modules.rest.AbstractApiKeyCmd

    MARKER, module

    Fields inherited from class tigase.stats.CounterValue

    counter, level, name

    Fields inherited from interface tigase.server.script.CommandIfc

    ADD_SCRIPT_CMD, ADMINS_SET, ADMN_CMDS, ADMN_DISC, AUTH_REPO, COMMAND_ID, COMMANDS_ACL, COMPONENT, COMPONENT_NAME, CONNECTED_NODES, CONNECTED_NODES_WITH_LOCAL, DEL_SCRIPT_CMD, DESCRIPT, EVENTBUS, GROUP, LANGUAGE, PACKET, REMOVE_FROM_DISK, SAVE_TO_DISK, SCRI_MANA, SCRIPT_BASE_DIR, SCRIPT_CLASS, SCRIPT_COMP_DIR, SCRIPT_COMPONENT, SCRIPT_DESCRIPTION, SCRIPT_GROUP, SCRIPT_ID, SCRIPT_RESULT, SCRIPT_TEXT, SERVICES_MAP, USER_CONN, USER_REPO, USER_SESS, VHOST_MANAGER
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     
    void
    runCommand(tigase.server.Iq packet, Bindings binds, Queue<tigase.server.Packet> results)
     

    Methods inherited from class tigase.http.modules.rest.AbstractApiKeyCmd

    checkIsFromAdmin, getBindings, init, isAdminOnly, setAdminOnly

    Methods inherited from class tigase.stats.StatisticHolderImpl

    getStatistics, setStatisticsPrefix, statisticExecutedIn

    Methods inherited from class tigase.stats.Counter

    everyHour, everyMinute, everySecond, getPerHour, getPerMinute, getPerSecond

    Methods inherited from class tigase.stats.CounterValue

    getLevel, getName, getValue, inc, setName, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface tigase.stats.StatisticHolder

    everyHour, everyMinute, everySecond, getStatistics, setStatisticsPrefix, statisticExecutedIn
  • Constructor Details

    • ApiKeyRemoveCmd

      public ApiKeyRemoveCmd(RestModule module)
  • Method Details

    • getCommandId

      public String getCommandId()
    • getDescription

      public String getDescription()
    • getGroup

      public String getGroup()
    • runCommand

      public void runCommand(tigase.server.Iq packet, Bindings binds, Queue<tigase.server.Packet> results)