Uses of Class
org.apache.iotdb.db.protocol.mpprest.filter.User
-
Packages that use User Package Description org.apache.iotdb.db.protocol.mpprest.filter -
-
Uses of User in org.apache.iotdb.db.protocol.mpprest.filter
Methods in org.apache.iotdb.db.protocol.mpprest.filter that return User Modifier and Type Method Description UserBasicSecurityContext. getUser()UserUserCache. getUser(java.lang.String key)Methods in org.apache.iotdb.db.protocol.mpprest.filter with parameters of type User Modifier and Type Method Description voidUserCache. setUser(java.lang.String key, User user)Constructors in org.apache.iotdb.db.protocol.mpprest.filter with parameters of type User Constructor Description BasicSecurityContext(User user, boolean secure)
-