
public abstract class OServerCommandAuthenticatedDbAbstract extends OServerCommandAbstract
/ [/...]
| Modifier and Type | Field and Description |
|---|---|
static char |
DBNAME_DIR_SEPARATOR |
static java.lang.String |
SESSIONID_LOGOUT |
static java.lang.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,
java.util.List<java.lang.String> iAuthenticationParts,
java.lang.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,
java.lang.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 java.lang.String SESSIONID_UNAUTHORIZED
public static final java.lang.String SESSIONID_LOGOUT
public OServerCommandAuthenticatedDbAbstract()
public boolean beforeExecute(OHttpRequest iRequest, OHttpResponse iResponse) throws java.io.IOException
OServerCommandbeforeExecute in interface OServerCommandbeforeExecute in class OServerCommandAbstractiResponse - TODOjava.io.IOExceptionpublic boolean afterExecute(OHttpRequest iRequest, OHttpResponse iResponse) throws java.io.IOException
OServerCommandafterExecute in interface OServerCommandafterExecute in class OServerCommandAbstractiResponse - TODOjava.io.IOExceptionprotected boolean authenticate(OHttpRequest iRequest, OHttpResponse iResponse, java.util.List<java.lang.String> iAuthenticationParts, java.lang.String iDatabaseName) throws java.io.IOException
java.io.IOExceptionprotected void sendAuthorizationRequest(OHttpRequest iRequest, OHttpResponse iResponse, java.lang.String iDatabaseName) throws java.io.IOException
java.io.IOExceptionprotected ODatabaseDocumentInternal getProfiledDatabaseInstance(OHttpRequest iRequest) throws java.lang.InterruptedException
java.lang.InterruptedExceptionprotected ODatabaseDocumentInternal getProfiledDatabaseInstanceToken(OHttpRequest iRequest) throws java.lang.InterruptedException
java.lang.InterruptedExceptionprotected ODatabaseDocumentInternal getProfiledDatabaseInstanceBasic(OHttpRequest iRequest) throws java.lang.InterruptedException
java.lang.InterruptedExceptionCopyright © 2009–2022 OrientDB. All rights reserved.