Package | Description |
---|---|
org.h2.engine |
Contains high level classes of the database and classes that don't fit in another sub-package.
|
Modifier and Type | Method and Description |
---|---|
Role |
Database.findRole(String roleName)
Get the role if it exists, or null if not.
|
Role |
Right.getGrantedRole() |
Role |
Database.getPublicRole() |
Modifier and Type | Method and Description |
---|---|
ArrayList<Role> |
Database.getAllRoles() |
Modifier and Type | Method and Description |
---|---|
Right |
RightOwner.getRightForRole(Role role)
Get the 'grant role' right of this object.
|
void |
RightOwner.grantRole(Role role,
Right right)
Grant a role to this object.
|
boolean |
RightOwner.isRoleGranted(Role grantedRole)
Check if a role has been granted for this right owner.
|
Constructor and Description |
---|
Right(Database db,
int id,
RightOwner grantee,
Role grantedRole) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.