Class OServerCommandAuthenticatedDbAbstract

java.lang.Object
com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAbstract
com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAuthenticatedDbAbstract
All Implemented Interfaces:
OServerCommand
Direct Known Subclasses:
OHttpMultipartRequestCommand, OServerCommandAbstractLogic, OServerCommandAuthenticatedPatternAbstract, OServerCommandDeleteClass, OServerCommandDeleteProperty, OServerCommandDocumentAbstract, OServerCommandGetClass, OServerCommandGetCluster, OServerCommandGetConnect, OServerCommandGetDictionary, OServerCommandGetDocument, OServerCommandGetDocumentByClass, OServerCommandGetExportDatabase, OServerCommandGetFileDownload, OServerCommandGetGephi, OServerCommandGetQuery, OServerCommandGetStorageAllocation, OServerCommandGetSupportedLanguages, OServerCommandPostClass, OServerCommandPostCommand, OServerCommandPostKillDbConnection, OServerCommandPostProperty, OServerCommandPostStudio

public abstract class OServerCommandAuthenticatedDbAbstract extends OServerCommandAbstract
Database based authenticated command. Authenticates against the database taken as second parameter of the URL. The URL must be in this format:

 /[/...]
 
Author:
Luca Garulli (l.garulli--(at)--orientdb.com)