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 |
---|---|
Role |
SecurityAdministrator.getRole(java.lang.String rolename)
Returns the specified role.
|
Modifier and Type | Method and Description |
---|---|
java.util.SortedSet<Role> |
SecurityAdministrator.getRoles()
Returns all roles sorted by role name.
|
Modifier and Type | Method and Description |
---|---|
void |
SecurityAdministrator.putRole(Role role)
Adds or updates a role.
|
© 2000-2025 Flux Corporation. All rights reserved.