Package | Description |
---|---|
flux.security |
Security that provides user authentication, security roles, and fine-grained
permissions for working with engines, the cluster, and the Operations Console
|
Modifier and Type | Method and Description |
---|---|
PrivilegeType |
Privilege.getType()
Returns the underlying privilege type for this privilege.
|
static PrivilegeType |
PrivilegeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PrivilegeType[] |
PrivilegeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Privilege(PrivilegeType privilegeType)
Creates a permission to perform a certain function based on the specified
type of privilege.
|
© 2000-2025 Flux Corporation. All rights reserved.