| Package | Description |
|---|---|
| com.orientechnologies.orient.core.metadata.security | |
| com.orientechnologies.orient.core.security.symmetrickey |
| Modifier and Type | Field and Description |
|---|---|
protected OSecurityRole.ALLOW_MODES |
ORole.mode |
| Modifier and Type | Method and Description |
|---|---|
OSecurityRole.ALLOW_MODES |
OSecurityRole.getMode() |
OSecurityRole.ALLOW_MODES |
OImmutableRole.getMode() |
OSecurityRole.ALLOW_MODES |
ORole.getMode()
Deprecated.
|
static OSecurityRole.ALLOW_MODES |
OSecurityRole.ALLOW_MODES.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static OSecurityRole.ALLOW_MODES[] |
OSecurityRole.ALLOW_MODES.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ORole(String iName,
ORole iParent,
OSecurityRole.ALLOW_MODES iAllowMode) |
OSystemRole(String iName,
ORole iParent,
OSecurityRole.ALLOW_MODES iAllowMode) |
| Modifier and Type | Method and Description |
|---|---|
ORole |
OSymmetricKeySecurity.createRole(ODatabaseSession session,
String iRoleName,
ORole iParent,
OSecurityRole.ALLOW_MODES iAllowMode) |
ORole |
OSymmetricKeySecurity.createRole(ODatabaseSession session,
String iRoleName,
OSecurityRole.ALLOW_MODES iAllowMode) |
Copyright © 2009–2025 OrientDB. All rights reserved.