Class UserSettings
java.lang.Object
com.couchbase.client.java.cluster.UserSettings
public class UserSettings extends Object
Setting for the user - full name, password, roles
- Since:
- 2.4.4
- Author:
- Subhashni Balakrishnan
-
Method Summary
Modifier and Type Method Description static UserSettingsbuild()Stringname()Get the full name for the userUserSettingsname(String name)Set the full name of the userStringpassword()Get the password for the userUserSettingspassword(String password)Set the password for the userList<UserRole>roles()Get roles for the userUserRoleUserSettingsroles(List<UserRole> roles)Set the roles for the userUserRole