
public abstract class OServerCommandAuthenticatedDbAbstract extends OServerCommandAbstract
/ [/...]
| Modifier and Type | Field and Description |
|---|---|
static char |
DBNAME_DIR_SEPARATOR |
static String |
SESSIONID_LOGOUT |
static String |
SESSIONID_UNAUTHORIZED |
server| Constructor and Description |
|---|
OServerCommandAuthenticatedDbAbstract() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
afterExecute(OHttpRequest iRequest,
OHttpResponse iResponse)
Called after to execute.
|
protected boolean |
authenticate(OHttpRequest iRequest,
OHttpResponse iResponse,
List<String> iAuthenticationParts,
String iDatabaseName) |
boolean |
beforeExecute(OHttpRequest iRequest,
OHttpResponse iResponse)
Called before to execute.
|
protected ODatabaseDocumentInternal |
getProfiledDatabaseInstance(OHttpRequest iRequest) |
protected ODatabaseDocumentInternal |
getProfiledDatabaseInstanceBasic(OHttpRequest iRequest) |
protected ODatabaseDocumentInternal |
getProfiledDatabaseInstanceToken(OHttpRequest iRequest) |
protected void |
sendAuthorizationRequest(OHttpRequest iRequest,
OHttpResponse iResponse,
String iDatabaseName) |
checkSyntax, configure, getServer, isJsonResponse, sendJsonError, setNoCacheclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecute, getNamespublic static final char DBNAME_DIR_SEPARATOR
public static final String SESSIONID_UNAUTHORIZED
public static final String SESSIONID_LOGOUT
public OServerCommandAuthenticatedDbAbstract()
public boolean beforeExecute(OHttpRequest iRequest, OHttpResponse iResponse) throws IOException
OServerCommandbeforeExecute in interface OServerCommandbeforeExecute in class OServerCommandAbstractiResponse - TODOIOExceptionpublic boolean afterExecute(OHttpRequest iRequest, OHttpResponse iResponse) throws IOException
OServerCommandafterExecute in interface OServerCommandafterExecute in class OServerCommandAbstractiResponse - TODOIOExceptionprotected boolean authenticate(OHttpRequest iRequest, OHttpResponse iResponse, List<String> iAuthenticationParts, String iDatabaseName) throws IOException
IOExceptionprotected void sendAuthorizationRequest(OHttpRequest iRequest, OHttpResponse iResponse, String iDatabaseName) throws IOException
IOExceptionprotected ODatabaseDocumentInternal getProfiledDatabaseInstance(OHttpRequest iRequest) throws InterruptedException
InterruptedExceptionprotected ODatabaseDocumentInternal getProfiledDatabaseInstanceToken(OHttpRequest iRequest) throws InterruptedException
InterruptedExceptionprotected ODatabaseDocumentInternal getProfiledDatabaseInstanceBasic(OHttpRequest iRequest) throws InterruptedException
InterruptedExceptionCopyright © 2009–2025 OrientDB. All rights reserved.