Uses of Class
org.apache.iotdb.commons.auth.entity.PathPrivilege
-
Packages that use PathPrivilege Package Description org.apache.iotdb.commons.auth.entity org.apache.iotdb.commons.utils -
-
Uses of PathPrivilege in org.apache.iotdb.commons.auth.entity
Fields in org.apache.iotdb.commons.auth.entity with type parameters of type PathPrivilege Modifier and Type Field Description static java.util.Comparator<PathPrivilege>PathPrivilege. REFERENCE_DESCENT_SORTERSort PathPrivilege by referenceCnt in descent order.Methods in org.apache.iotdb.commons.auth.entity that return types with arguments of type PathPrivilege Modifier and Type Method Description java.util.List<PathPrivilege>Role. getPrivilegeList()java.util.List<PathPrivilege>User. getPrivilegeList()Method parameters in org.apache.iotdb.commons.auth.entity with type arguments of type PathPrivilege Modifier and Type Method Description voidRole. setPrivilegeList(java.util.List<PathPrivilege> privilegeList)voidUser. setPrivilegeList(java.util.List<PathPrivilege> privilegeList) -
Uses of PathPrivilege in org.apache.iotdb.commons.utils
Methods in org.apache.iotdb.commons.utils that return PathPrivilege Modifier and Type Method Description static PathPrivilegeIOUtils. readPathPrivilege(java.io.DataInputStream inputStream, java.lang.String encoding, java.lang.ThreadLocal<byte[]> strBufferLocal)Read a PathPrivilege from the given stream.Methods in org.apache.iotdb.commons.utils with parameters of type PathPrivilege Modifier and Type Method Description static voidIOUtils. writePathPrivilege(java.io.OutputStream outputStream, PathPrivilege pathPrivilege, java.lang.String encoding, java.lang.ThreadLocal<java.nio.ByteBuffer> encodingBufferLocal)Write a PathPrivilege to the given stream.Method parameters in org.apache.iotdb.commons.utils with type arguments of type PathPrivilege Modifier and Type Method Description static voidAuthUtils. addPrivilege(PartialPath path, int privilegeId, java.util.List<PathPrivilege> privilegeList)Add privilegestatic booleanAuthUtils. checkPrivilege(PartialPath path, int privilegeId, java.util.List<PathPrivilege> privilegeList)Check privilegestatic java.util.Set<java.lang.Integer>AuthUtils. getPrivileges(PartialPath path, java.util.List<PathPrivilege> privilegeList)Get privilegesstatic booleanAuthUtils. hasPrivilege(PartialPath path, int privilegeId, java.util.List<PathPrivilege> privilegeList)Check if series path has this privilegestatic voidAuthUtils. removePrivilege(PartialPath path, int privilegeId, java.util.List<PathPrivilege> privilegeList)Remove privilege
-