Class AuthorOperator


  • public class AuthorOperator
    extends Operator
    this class maintains information in Author statement, including CREATE, DROP, GRANT and REVOKE.
    • Constructor Detail

      • AuthorOperator

        public AuthorOperator​(int tokenIntType,
                              AuthorOperator.AuthorType type)
        AuthorOperator Constructor with AuthorType.
        Parameters:
        tokenIntType - token in Int type
        type - author type
      • AuthorOperator

        public AuthorOperator​(int tokenIntType,
                              Operator.OperatorType type)
        AuthorOperator Constructor with OperatorType.
        Parameters:
        tokenIntType - token in Int type
        type - operator type
    • Method Detail

      • getUserName

        public java.lang.String getUserName()
      • setUserName

        public void setUserName​(java.lang.String userName)
      • getRoleName

        public java.lang.String getRoleName()
      • setRoleName

        public void setRoleName​(java.lang.String roleName)
      • getPassWord

        public java.lang.String getPassWord()
      • setPassWord

        public void setPassWord​(java.lang.String password)
      • getNewPassword

        public java.lang.String getNewPassword()
      • setNewPassword

        public void setNewPassword​(java.lang.String newPassword)
      • getPrivilegeList

        public java.lang.String[] getPrivilegeList()
      • setPrivilegeList

        public void setPrivilegeList​(java.lang.String[] authorizationList)
      • getNodeNameList

        public java.util.List<org.apache.iotdb.commons.path.PartialPath> getNodeNameList()
      • setNodeNameList

        public void setNodeNameList​(java.util.List<org.apache.iotdb.commons.path.PartialPath> nodePath)