Uses of Class
org.apache.iotdb.commons.auth.entity.PrivilegeType
-
Packages that use PrivilegeType Package Description org.apache.iotdb.commons.auth.entity -
-
Uses of PrivilegeType in org.apache.iotdb.commons.auth.entity
Methods in org.apache.iotdb.commons.auth.entity that return PrivilegeType Modifier and Type Method Description static PrivilegeTypePrivilegeType. 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.
-