Uses of Interface
org.apache.iotdb.commons.auth.user.IUserManager
-
Packages that use IUserManager Package Description org.apache.iotdb.commons.auth.user -
-
Uses of IUserManager in org.apache.iotdb.commons.auth.user
Classes in org.apache.iotdb.commons.auth.user that implement IUserManager Modifier and Type Class Description classBasicUserManagerThis class stores information of each user in a separate file within a directory, and cache them in memory when a user is accessed.classLocalFileUserManager
-