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 |
---|---|
java.util.SortedSet<Privilege> |
Role.getPrivileges()
Returns the privileges for this role.
|
Modifier and Type | Method and Description |
---|---|
int |
Privilege.compareTo(Privilege that) |
boolean |
Role.hasPrivilege(Privilege privilege)
Returns whether this role has this privilege.
|
void |
Role.setPrivileges(Privilege... privileges)
Sets the privileges for this role.
|
© 2000-2025 Flux Corporation. All rights reserved.