Class OServerCommandAuthenticatedServerAbstract

java.lang.Object
com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAbstract
com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAuthenticatedServerAbstract
All Implemented Interfaces:
OServerCommand
Direct Known Subclasses:
OServerCommandDeleteDatabase, OServerCommandETL, OServerCommandGetConnections, OServerCommandGetListDatabases, OServerCommandIsEnterprise, OServerCommandPostConnection, OServerCommandPostDatabase, OServerCommandPostInstallDatabase, OServerCommandPostServer, OServerCommandPostServerCommand

public abstract class OServerCommandAuthenticatedServerAbstract extends OServerCommandAbstract
Server based authenticated commands. Authenticates against the OrientDB server users found in configuration.
Author:
Luca Garulli (l.garulli--(at)--orientdb.com)