Interface OSecurityRole
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
OImmutableRole,ORole,OSystemRole
- Since:
- 03/11/14
- Author:
- Andrey Lomakin (a.lomakin-at-orientdb.com)
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionaddRule(ORule.ResourceGeneric resourceGeneric, String resourceSpecific, int iOperation) Deprecated.booleanallow(ORule.ResourceGeneric resourceGeneric, String resourceSpecific, int iCRUDOperation) booleanDeprecated.getMode()getName()grant(ORule.ResourceGeneric resourceGeneric, String resourceSpecific, int iOperation) Deprecated.booleanhasRule(ORule.ResourceGeneric resourceGeneric, String resourceSpecific) booleanDeprecated.revoke(ORule.ResourceGeneric resourceGeneric, String resourceSpecific, int iOperation) Deprecated.setMode(OSecurityRole.ALLOW_MODES iMode) setParentRole(OSecurityRole iParent)
-
Method Details
-
allow
-
hasRule
-
addRule
OSecurityRole addRule(ORule.ResourceGeneric resourceGeneric, String resourceSpecific, int iOperation) -
grant
-
revoke
OSecurityRole revoke(ORule.ResourceGeneric resourceGeneric, String resourceSpecific, int iOperation) -
allow
Deprecated. -
hasRule
Deprecated. -
addRule
Deprecated. -
grant
Deprecated. -
revoke
Deprecated. -
getName
String getName() -
getMode
OSecurityRole.ALLOW_MODES getMode() -
setMode
-
getParentRole
OSecurityRole getParentRole() -
setParentRole
-
getRuleSet
-
getIdentity
OIdentifiable getIdentity() -
getPolicies
Map<String,OSecurityPolicy> getPolicies() -
getPolicy
-