Package | Description |
---|---|
org.teiid.metadata |
Modifier and Type | Method and Description |
---|---|
static Grant.Permission.Privilege |
Grant.Permission.Privilege.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Grant.Permission.Privilege[] |
Grant.Permission.Privilege.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EnumSet<Grant.Permission.Privilege> |
Grant.Permission.getPrivileges() |
EnumSet<Grant.Permission.Privilege> |
Grant.Permission.getRevokePrivileges() |
Modifier and Type | Method and Description |
---|---|
Boolean |
Grant.Permission.hasPrivilege(Grant.Permission.Privilege allow) |
Modifier and Type | Method and Description |
---|---|
void |
Grant.Permission.appendPrivileges(EnumSet<Grant.Permission.Privilege> types) |
void |
Grant.Permission.removePrivileges(EnumSet<Grant.Permission.Privilege> types) |
void |
Grant.Permission.setPrivileges(List<Grant.Permission.Privilege> types) |
void |
Grant.Permission.setRevokePrivileges(List<Grant.Permission.Privilege> types) |
Copyright © 2020. All rights reserved.