Uses of Class
org.h2.engine.Right
Packages that use Right
Package
Description
Contains high level classes of the database and classes that don't fit in another sub-package.
-
Uses of Right in org.h2.engine
Fields in org.h2.engine with type parameters of type RightModifier and TypeFieldDescriptionRightOwner.grantedRights
The map of granted rights.RightOwner.grantedRoles
The map of granted roles.private final ConcurrentHashMap
<String, Right> Database.rights
Methods in org.h2.engine that return RightModifier and TypeMethodDescriptionRightOwner.getRightForObject
(DbObject object) Get the 'grant schema' right of this object.RightOwner.getRightForRole
(Role role) Get the 'grant role' right of this object.Methods in org.h2.engine that return types with arguments of type RightMethods in org.h2.engine with parameters of type Right