Uses of Class
com.graphdbapi.driver.auth.response.entity.param.UserParam
-
Packages that use UserParam Package Description com.graphdbapi.driver.auth com.graphdbapi.driver.auth.response.entity.param -
-
Uses of UserParam in com.graphdbapi.driver.auth
Methods in com.graphdbapi.driver.auth with parameters of type UserParam Modifier and Type Method Description void
GraphDbAuth. updateUser(String username, UserParam userParam)
修改用户 -
Uses of UserParam in com.graphdbapi.driver.auth.response.entity.param
Methods in com.graphdbapi.driver.auth.response.entity.param that return UserParam Modifier and Type Method Description UserParam
UserParam.Builder. build()
-