Class LocalFileAuthorizer
- java.lang.Object
-
- org.apache.iotdb.commons.auth.authorizer.BasicAuthorizer
-
- org.apache.iotdb.commons.auth.authorizer.LocalFileAuthorizer
-
- All Implemented Interfaces:
IAuthorizer,IService,SnapshotProcessor
public class LocalFileAuthorizer extends BasicAuthorizer
-
-
Constructor Summary
Constructors Constructor Description LocalFileAuthorizer()
-
Method Summary
-
Methods inherited from class org.apache.iotdb.commons.auth.authorizer.BasicAuthorizer
checkUserPrivileges, createRole, createUser, deleteRole, deleteUser, getAllRoles, getAllUsers, getAllUserWaterMarkStatus, getID, getInstance, getPrivileges, getRole, getUser, grantPrivilegeToRole, grantPrivilegeToUser, grantRoleToUser, init, isUserUseWaterMark, listAllRoles, listAllUsers, login, processLoadSnapshot, processTakeSnapshot, replaceAllRoles, replaceAllUsers, reset, revokePrivilegeFromRole, revokePrivilegeFromUser, revokeRoleFromUser, setUserUseWaterMark, start, stop, updateUserPassword
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.iotdb.commons.service.IService
shutdown, waitAndStop
-
-
-
-
Constructor Detail
-
LocalFileAuthorizer
public LocalFileAuthorizer() throws AuthException- Throws:
AuthException
-
-