Uses of Class
com.orientechnologies.orient.core.metadata.security.ORole
Packages that use ORole
Package
Description
-
Uses of ORole in com.orientechnologies.orient.client.remote.metadata.security
Methods in com.orientechnologies.orient.client.remote.metadata.security that return ORoleModifier and TypeMethodDescriptionOSecurityRemote.createRole(ODatabaseSession session, String iRoleName, ORole iParent, OSecurityRole.ALLOW_MODES iAllowMode) OSecurityRemote.createRole(ODatabaseSession session, String iRoleName, OSecurityRole.ALLOW_MODES iAllowMode) OSecurityRemote.getRole(ODatabaseSession session, OIdentifiable iRole) OSecurityRemote.getRole(ODatabaseSession session, String iRoleName) Methods in com.orientechnologies.orient.client.remote.metadata.security with parameters of type ORoleModifier and TypeMethodDescriptionOSecurityRemote.createRole(ODatabaseSession session, String iRoleName, ORole iParent, OSecurityRole.ALLOW_MODES iAllowMode) OSecurityRemote.createUser(ODatabaseSession session, String userName, String userPassword, ORole[] roles) voidOSecurityRemote.removeSecurityPolicy(ODatabaseSession session, ORole role, String resource) -
Uses of ORole in com.orientechnologies.orient.core.metadata.security
Subclasses of ORole in com.orientechnologies.orient.core.metadata.securityFields in com.orientechnologies.orient.core.metadata.security declared as ORoleFields in com.orientechnologies.orient.core.metadata.security with type parameters of type ORoleMethods in com.orientechnologies.orient.core.metadata.security that return ORoleModifier and TypeMethodDescriptionORole.addRule(ORule.ResourceGeneric resourceGeneric, String resourceSpecific, int iOperation) OUser.allow(ORule.ResourceGeneric resourceGeneric, String resourceSpecific, int iOperation) Checks if the user has the permission to access to the requested resource for the requested operation.OUser.checkIfAllowed(ORule.ResourceGeneric resourceGeneric, String resourceSpecific, int iOperation) Checks if the user has the permission to access to the requested resource for the requested operation.OSecurity.createRole(String iRoleName, ORole iParent, OSecurityRole.ALLOW_MODES iAllowMode) OSecurity.createRole(String iRoleName, OSecurityRole.ALLOW_MODES iAllowMode) OSecurityInternal.createRole(ODatabaseSession session, String iRoleName, ORole iParent, OSecurityRole.ALLOW_MODES iAllowMode) OSecurityInternal.createRole(ODatabaseSession session, String iRoleName, OSecurityRole.ALLOW_MODES iAllowMode) OSecurityShared.createRole(ODatabaseSession session, String iRoleName, ORole iParent, OSecurityRole.ALLOW_MODES iAllowMode) OSecurityShared.createRole(ODatabaseSession session, String iRoleName, OSecurityRole.ALLOW_MODES iAllowMode) OSessionSecurity.createRole(String iRoleName, ORole iParent, OSecurityRole.ALLOW_MODES iAllowMode) OSessionSecurity.createRole(String iRoleName, OSecurityRole.ALLOW_MODES iAllowMode) protected ORoleOSystemUser.createRole(ODocument roleDoc) Derived classes can override createRole() to return an extended ORole implementation.protected ORoleOUser.createRole(ODocument roleDoc) Derived classes can override createRole() to return an extended ORole implementation or null if the role should not be added.ORole.getParentRole()OSecurity.getRole(OIdentifiable role) OSecurityInternal.getRole(ODatabaseSession session, OIdentifiable iRoleRid) OSecurityInternal.getRole(ODatabaseSession session, String iRoleName) OSecurityShared.getRole(ODatabaseSession session, OIdentifiable iRole) OSecurityShared.getRole(ODatabaseSession session, String iRoleName) OSessionSecurity.getRole(OIdentifiable iRole) ORole.grant(ORule.ResourceGeneric resourceGeneric, String resourceSpecific, int iOperation) Grant a permission to the resource.OImmutableRole.revoke(ORule.ResourceGeneric resourceGeneric, String resourceSpecific, int iOperation) ORole.revoke(ORule.ResourceGeneric resourceGeneric, String resourceSpecific, int iOperation) Revoke a permission to the resource.ORole.save()Deprecated.ORole.save(ODatabaseSession database) OImmutableRole.setMode(OSecurityRole.ALLOW_MODES iMode) ORole.setMode(OSecurityRole.ALLOW_MODES iMode) Deprecated.OImmutableRole.setParentRole(OSecurityRole iParent) ORole.setParentRole(OSecurityRole iParent) Methods in com.orientechnologies.orient.core.metadata.security that return types with arguments of type ORoleMethods in com.orientechnologies.orient.core.metadata.security with parameters of type ORoleModifier and TypeMethodDescriptionOSecurity.createRole(String iRoleName, ORole iParent, OSecurityRole.ALLOW_MODES iAllowMode) OSecurityInternal.createRole(ODatabaseSession session, String iRoleName, ORole iParent, OSecurityRole.ALLOW_MODES iAllowMode) OSecurityShared.createRole(ODatabaseSession session, String iRoleName, ORole iParent, OSecurityRole.ALLOW_MODES iAllowMode) OSessionSecurity.createRole(String iRoleName, ORole iParent, OSecurityRole.ALLOW_MODES iAllowMode) OSecurity.createUser(String iUserName, String iUserPassword, ORole... iRoles) OSecurityInternal.createUser(ODatabaseSession session, String iUserName, String iUserPassword, ORole[] iRoles) OSecurityShared.createUser(ODatabaseSession session, String userName, String userPassword, ORole... roles) OSessionSecurity.createUser(String iUserName, String iUserPassword, ORole... iRoles) voidOSecurityInternal.removeSecurityPolicy(ODatabaseSession session, ORole role, String resource) Removes security policy bound to a role for a specific resourcevoidOSecurityShared.removeSecurityPolicy(ODatabaseSession session, ORole role, String resource) Constructors in com.orientechnologies.orient.core.metadata.security with parameters of type ORoleModifierConstructorDescriptionORole(String iName, ORole iParent, OSecurityRole.ALLOW_MODES iAllowMode) ORole(String iName, ORole iParent, OSecurityRole.ALLOW_MODES iAllowMode, Map<String, OSecurityPolicy> policies) OSystemRole(String iName, ORole iParent, OSecurityRole.ALLOW_MODES iAllowMode, Map<String, OSecurityPolicy> policies) -
Uses of ORole in com.orientechnologies.orient.core.security.symmetrickey
Methods in com.orientechnologies.orient.core.security.symmetrickey that return ORoleModifier and TypeMethodDescriptionOSymmetricKeySecurity.createRole(ODatabaseSession session, String iRoleName, ORole iParent, OSecurityRole.ALLOW_MODES iAllowMode) OSymmetricKeySecurity.createRole(ODatabaseSession session, String iRoleName, OSecurityRole.ALLOW_MODES iAllowMode) OSymmetricKeySecurity.getRole(ODatabaseSession session, OIdentifiable iRole) OSymmetricKeySecurity.getRole(ODatabaseSession session, String iRoleName) Methods in com.orientechnologies.orient.core.security.symmetrickey with parameters of type ORoleModifier and TypeMethodDescriptionOSymmetricKeySecurity.createRole(ODatabaseSession session, String iRoleName, ORole iParent, OSecurityRole.ALLOW_MODES iAllowMode) OSymmetricKeySecurity.createUser(ODatabaseSession session, String iUserName, String iUserPassword, ORole... iRoles) voidOSymmetricKeySecurity.removeSecurityPolicy(ODatabaseSession session, ORole role, String resource)