Package org.apache.iotdb.commons.auth.role
-
Interface Summary Interface Description IRoleAccessor This interface manages the serialization/deserialization of the role objects.IRoleManager This interface maintains roles in memory and is responsible for their modifications. -
Class Summary Class Description BasicRoleManager This class reads roles from local files through LocalFileRoleAccessor and manages them in a hash map.LocalFileRoleAccessor This class store each role in a separate sequential file.LocalFileRoleManager