Class KickUser
- java.lang.Object
-
- com.smartfoxserver.v2.controllers.BaseControllerCommand
-
- com.smartfoxserver.v2.controllers.system.KickUser
-
- All Implemented Interfaces:
com.smartfoxserver.v2.controllers.IControllerCommand
public class KickUser extends com.smartfoxserver.v2.controllers.BaseControllerCommand
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
KEY_DELAY
static java.lang.String
KEY_MESSAGE
static java.lang.String
KEY_USER_ID
-
Fields inherited from class com.smartfoxserver.v2.controllers.BaseControllerCommand
api, KEY_ERROR_CODE, KEY_ERROR_PARAMS, logger, sfs
-
-
Constructor Summary
Constructors Constructor Description KickUser ()
-
Method Summary
All Methods Modifier and Type Method Description void
execute (com.smartfoxserver.bitswarm.io.IRequest request)
boolean
validate (com.smartfoxserver.bitswarm.io.IRequest request)
-
Methods inherited from class com.smartfoxserver.v2.controllers.BaseControllerCommand
applyZoneFilterChain, checkRequestPermissions, checkRequestPermissions, checkSuperUser, getId, getRequestType, preProcess
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Field Detail
-
KEY_USER_ID
public static final java.lang.String KEY_USER_ID
- See Also:
- Constant Field Values
-
KEY_MESSAGE
public static final java.lang.String KEY_MESSAGE
- See Also:
- Constant Field Values
-
KEY_DELAY
public static final java.lang.String KEY_DELAY
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
KickUser
public KickUser()
-
-
Method Detail
-
validate
public boolean validate(com.smartfoxserver.bitswarm.io.IRequest request) throws SFSRequestValidationException
- Throws:
SFSRequestValidationException
-
execute
public void execute(com.smartfoxserver.bitswarm.io.IRequest request) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-