java.lang.Object
com.orientechnologies.orient.core.metadata.security.OIdentity
com.orientechnologies.orient.core.metadata.security.ORole
All Implemented Interfaces:
OSecurityRole, Serializable
Direct Known Subclasses:
OSystemRole

public class ORole extends OIdentity implements OSecurityRole
Contains the user settings about security and permissions roles.
Allowed operation are the classic CRUD, namely:
  • CREATE
  • READ
  • UPDATE
  • DELETE
Mode = ALLOW (allow all but) or DENY (deny all but)
See Also: