Class OServerCommandAuthProxy
java.lang.Object
com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAbstract
com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandPatternAbstract
com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAuthProxy
- All Implemented Interfaces:
OServerCommand
- Author:
- Luca Molino (molino.luca--at--gmail.com)
-
Field Summary
FieldsFields inherited from class com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAbstract
server -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexecute(OHttpRequest iRequest, OHttpResponse iResponse) Executes the command requested.Methods inherited from class com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandPatternAbstract
getNamesMethods inherited from class com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAbstract
afterExecute, beforeExecute, checkSyntax, configure, getServer, isJsonResponse, sendJsonError, setNoCache
-
Field Details
-
DATABASE_CONF
- See Also:
-
USERNAME_CONF
- See Also:
-
USERPASSWORD_CONF
- See Also:
-
-
Constructor Details
-
OServerCommandAuthProxy
-
-
Method Details
-
execute
Description copied from interface:OServerCommandExecutes the command requested.- Returns:
- boolean value that indicates if this command is part of a chain
- Throws:
Exception
-