Uses of Class
com.c8db.model.UserCreateOptions
-
Packages that use UserCreateOptions Package Description com.c8db com.c8db.internal com.c8db.model -
-
Uses of UserCreateOptions in com.c8db
Methods in com.c8db with parameters of type UserCreateOptions Modifier and Type Method Description UserEntityC8DB. createUser(String user, String passwd, UserCreateOptions options)Create a new user. -
Uses of UserCreateOptions in com.c8db.internal
Methods in com.c8db.internal with parameters of type UserCreateOptions Modifier and Type Method Description UserEntityC8DBImpl. createUser(String user, String passwd, UserCreateOptions options)protected RequestInternalC8DB. createUserRequest(String tenant, String database, String user, String passwd, UserCreateOptions options) -
Uses of UserCreateOptions in com.c8db.model
Methods in com.c8db.model that return UserCreateOptions Modifier and Type Method Description UserCreateOptionsUserCreateOptions. active(Boolean active)static UserCreateOptionsOptionsBuilder. build(UserCreateOptions options, String user, String passwd)UserCreateOptionsUserCreateOptions. extra(Map<String,Object> extra)protected UserCreateOptionsUserCreateOptions. passwd(String passwd)protected UserCreateOptionsUserCreateOptions. user(String user)Methods in com.c8db.model with parameters of type UserCreateOptions Modifier and Type Method Description static UserCreateOptionsOptionsBuilder. build(UserCreateOptions options, String user, String passwd)
-