Uses of Class
com.c8db.entity.UserEntity
-
Packages that use UserEntity Package Description com.c8db com.c8db.internal -
-
Uses of UserEntity in com.c8db
Methods in com.c8db that return UserEntity Modifier and Type Method Description UserEntityC8DB. createUser(String user, String passwd)Create a new user.UserEntityC8DB. createUser(String user, String passwd, UserCreateOptions options)Create a new user.UserEntityC8DB. getUser(String user)Fetches data about the specified user.UserEntityC8DB. getUser(String user, String tenant)Fetches data about the specified user for a given tenant.UserEntityC8DB. replaceUser(String user, UserUpdateOptions options)Replaces the data of an existing user.UserEntityC8DB. updateUser(String user, UserUpdateOptions options)Partially updates the data of an existing user.Methods in com.c8db that return types with arguments of type UserEntity Modifier and Type Method Description Collection<UserEntity>C8DB. getUsers()Fetches data about all users. -
Uses of UserEntity in com.c8db.internal
Methods in com.c8db.internal that return UserEntity Modifier and Type Method Description UserEntityC8DBImpl. createUser(String user, String passwd)UserEntityC8DBImpl. createUser(String user, String passwd, UserCreateOptions options)UserEntityC8DBImpl. getUser(String user)UserEntityC8DBImpl. getUser(String user, String tenant)UserEntityC8DBImpl. replaceUser(String user, UserUpdateOptions options)UserEntityC8DBImpl. updateUser(String user, UserUpdateOptions options)Methods in com.c8db.internal that return types with arguments of type UserEntity Modifier and Type Method Description Collection<UserEntity>C8DBImpl. getUsers()protected C8Executor.ResponseDeserializer<Collection<UserEntity>>InternalC8DB. getUsersResponseDeserializer()
-