public class DatabaseEnvironment extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.orientechnologies.orient.client.remote.OStorageRemote.CONNECTION_STRATEGY |
CONNECTION_STRATEGY_PARAMETER |
protected static String |
DB_KEY_ALGORITHM_VARNAME |
protected static String |
DB_KEY_FILENAME_VARNAME |
static String |
DB_URI |
static String |
DEFAULT_ADMIN_ROLE |
static Map<SecurityContext.PermissionMode,String> |
DEFAULT_PASSWORDS |
static String |
EDGE_CLASS_NAME |
protected static String |
PROPERTY_FILENAME |
static String |
VERTEX_CLASS_NAME |
| Constructor and Description |
|---|
DatabaseEnvironment() |
| Modifier and Type | Method and Description |
|---|---|
static void |
changeDefaultAdminPassword(com.orientechnologies.orient.core.metadata.security.OSecurity oSecurity)
Deprecated.
|
static Key |
getDatabaseKey() |
static void |
initContextCacheRenewal() |
protected static Key |
initDbKey(Properties properties) |
protected static void |
setDateTimeFormat(com.orientechnologies.orient.core.db.document.ODatabaseDocument oDatabaseDocument) |
protected static void |
setRecordLevelSecurity(com.orientechnologies.orient.core.metadata.OMetadata oMetadata)
Deprecated.
|
protected static final String PROPERTY_FILENAME
public static final String DEFAULT_ADMIN_ROLE
public static final Map<SecurityContext.PermissionMode,String> DEFAULT_PASSWORDS
public static final String DB_URI
public static final com.orientechnologies.orient.client.remote.OStorageRemote.CONNECTION_STRATEGY CONNECTION_STRATEGY_PARAMETER
protected static final String DB_KEY_FILENAME_VARNAME
protected static final String DB_KEY_ALGORITHM_VARNAME
public static final String VERTEX_CLASS_NAME
public static final String EDGE_CLASS_NAME
protected static Key initDbKey(Properties properties)
protected static void setDateTimeFormat(com.orientechnologies.orient.core.db.document.ODatabaseDocument oDatabaseDocument)
@Deprecated protected static void setRecordLevelSecurity(com.orientechnologies.orient.core.metadata.OMetadata oMetadata)
public static void initContextCacheRenewal()
public static Key getDatabaseKey()
@Deprecated public static void changeDefaultAdminPassword(com.orientechnologies.orient.core.metadata.security.OSecurity oSecurity)
Copyright © 2022. All Rights Reserved.