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