Uses of Class
flux.security.PrivilegeType

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

Methods in flux.security that return PrivilegeType
 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.
 

Constructors in flux.security with parameters of type PrivilegeType
Privilege(PrivilegeType privilegeType)
          Creates a permission to perform a certain function based on the specified type of privilege.
 



© 2014 Flux Corporation. All rights reserved.