Class OServerCommandDistributedAuthenticated
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.OServerCommandDistributedAuthenticated
- All Implemented Interfaces:
OServerCommand
- Direct Known Subclasses:
OServerCommandDistributedScope
public abstract class OServerCommandDistributedAuthenticated
extends OServerCommandAuthenticatedServerAbstract
Created by Enrico Risa on 19/02/16.
-
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
ConstructorsModifierConstructorDescriptionprotectedOServerCommandDistributedAuthenticated(String iRequiredResource) -
Method Summary
Methods inherited from class com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAuthenticatedServerAbstract
authenticate, authenticate, beforeExecute, checkGuestAccess, getResource, getUser, sendAuthorizationRequest, sendNotAuthorizedResponseMethods inherited from class com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAbstract
afterExecute, checkSyntax, configure, getServer, isJsonResponse, sendJsonError, setNoCacheMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.orientechnologies.orient.server.network.protocol.http.command.OServerCommand
execute, getNames
-
Constructor Details
-
OServerCommandDistributedAuthenticated
-
-
Method Details
-
isLocalNode
-