Uses of Class
flux.security.Privilege

Packages that use Privilege
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 Privilege in flux.security
 

Methods in flux.security that return types with arguments of type Privilege
 java.util.SortedSet<Privilege> Role.getPrivileges()
          Returns the privileges for this role.
 

Methods in flux.security with parameters of type Privilege
 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.
 



© 2014 Flux Corporation. All rights reserved.