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:
OrientDBMetricsCommand, OServerCommandDeleteDatabase, OServerCommandDistributedAuthenticated, OServerCommandETL, OServerCommandGetConnections, OServerCommandGetListDatabases, OServerCommandGetProfiler, OServerCommandGetSecurityConfig, OServerCommandIsEnterprise, OServerCommandPostConnection, OServerCommandPostDatabase, OServerCommandPostInstallDatabase, OServerCommandPostSecurityReload, OServerCommandPostServer, OServerCommandPostServerCommand, StudioPermissionCommand

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)