Class OServerCommandPostSecurityReload
java.lang.Object
com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAbstract
com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAuthenticatedServerAbstract
com.orientechnologies.agent.http.command.OServerCommandPostSecurityReload
- All Implemented Interfaces:
OServerCommand
-
Field Summary
Fields inherited from class com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAuthenticatedServerAbstract
serverPassword, serverUserFields inherited from class com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAbstract
server -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbeforeExecute(OHttpRequest iRequest, OHttpResponse iResponse) Called before to execute.booleanexecute(OHttpRequest iRequest, OHttpResponse iResponse) Executes the command requested.String[]getNames()protected voidwriteError(OHttpResponse iResponse, String method, String reason) protected voidwriteJSON(OHttpResponse iResponse, String json) Methods inherited from class com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAuthenticatedServerAbstract
authenticate, authenticate, checkGuestAccess, getResource, getUser, sendAuthorizationRequest, sendNotAuthorizedResponseMethods inherited from class com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAbstract
afterExecute, checkSyntax, configure, getServer, isJsonResponse, sendJsonError, setNoCache
-
Constructor Details
-
OServerCommandPostSecurityReload
-
-
Method Details
-
getNames
-
beforeExecute
Description copied from interface:OServerCommandCalled before to execute. Useful to make checks.- Specified by:
beforeExecutein interfaceOServerCommand- Overrides:
beforeExecutein classOServerCommandAuthenticatedServerAbstract- Parameters:
iResponse- TODO- Throws:
IOException
-
execute
Description copied from interface:OServerCommandExecutes the command requested.- Returns:
- boolean value that indicates if this command is part of a chain
- Throws:
Exception
-
writeError
-
writeJSON
-