Package org.apache.iotdb.commons.auth.user
-
Interface Summary Interface Description IUserAccessor This interface manages the serialization/deserialization of the user objects.IUserManager This interface provides accesses to users. -
Class Summary Class Description BasicUserManager This class stores information of each user in a separate file within a directory, and cache them in memory when a user is accessed.LocalFileUserAccessor This class loads a user's information from the corresponding file.The user file is a sequential file.LocalFileUserManager