Uses of Class
flux.security.Role

Packages that use Role
flux.security Security that provides user authentication, security roles, and fine-grained permissions for working with engines, the cluster, and the Operations Console 
 

Uses of Role in flux.security
 

Methods in flux.security that return Role
 Role SecurityAdministrator.getRole(java.lang.String rolename)
          Returns the specified role.
 

Methods in flux.security that return types with arguments of type Role
 java.util.SortedSet<Role> SecurityAdministrator.getRoles()
          Returns all roles sorted by role name.
 

Methods in flux.security with parameters of type Role
 void SecurityAdministrator.putRole(Role role)
          Adds or updates a role.
 



© 2014 Flux Corporation. All rights reserved.