| Package | Description |
|---|---|
| com.facebook.presto.spi.security |
| Modifier and Type | Method and Description |
|---|---|
SelectedRole.Type |
SelectedRole.getType() |
static SelectedRole.Type |
SelectedRole.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SelectedRole.Type[] |
SelectedRole.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SelectedRole(SelectedRole.Type type,
Optional<String> role) |
Copyright © 2012–2022. All rights reserved.