public class OSystemRole extends ORole
OSecurityRole.ALLOW_MODES
Modifier and Type | Field and Description |
---|---|
static String |
DB_FILTER |
ADMIN, CLASS_NAME, mode, parentRole, PERMISSION_ALL, PERMISSION_CREATE, PERMISSION_DELETE, PERMISSION_EXECUTE, PERMISSION_NONE, PERMISSION_READ, PERMISSION_UPDATE, STREAM_ALLOW, STREAM_DENY
document
Constructor and Description |
---|
OSystemRole()
Constructor used in unmarshalling.
|
OSystemRole(ODocument iSource)
Create the role by reading the source document.
|
OSystemRole(String iName,
ORole iParent,
OSecurityRole.ALLOW_MODES iAllowMode) |
Modifier and Type | Method and Description |
---|---|
void |
fromStream(ODocument iSource) |
List<String> |
getDbFilter() |
addRule, addRule, allow, allow, getIdentity, getMode, getName, getParentRole, getRules, getRuleSet, grant, grant, hasRule, hasRule, permissionToString, registerPermissionBit, revoke, revoke, save, setMode, setParentRole, toString
equals, getDocument, hashCode, load, reload, reload, reload, save, toStream
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getDocument
public static final String DB_FILTER
public OSystemRole()
public OSystemRole(String iName, ORole iParent, OSecurityRole.ALLOW_MODES iAllowMode)
public OSystemRole(ODocument iSource)
public void fromStream(ODocument iSource)
fromStream
in class ORole
Copyright © 2009–2020 OrientDB. All rights reserved.