Uses of Enum
com.couchbase.client.java.manager.user.AuthDomain
Packages that use AuthDomain
-
Uses of AuthDomain in com.couchbase.client.java.manager.user
Methods in com.couchbase.client.java.manager.user that return AuthDomainModifier and TypeMethodDescriptionUserAndMetadata.domain()
static AuthDomain
Returns the enum constant of this type with the specified name.static AuthDomain[]
AuthDomain.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.couchbase.client.java.manager.user with parameters of type AuthDomainModifier and TypeMethodDescriptionAsyncUserManager.getUser
(AuthDomain domain, String username) AsyncUserManager.getUser
(AuthDomain domain, String username, GetUserOptions options) ReactiveUserManager.getUser
(AuthDomain domain, String username) ReactiveUserManager.getUser
(AuthDomain domain, String username, GetUserOptions options) UserManager.getUser
(AuthDomain domain, String username) UserManager.getUser
(AuthDomain domain, String username, GetUserOptions options) Constructors in com.couchbase.client.java.manager.user with parameters of type AuthDomainModifierConstructorDescriptionUserAndMetadata
(AuthDomain domain, String username, String displayName, Collection<RoleAndOrigins> effectiveRoles, Collection<String> groups, Collection<String> externalGroups, String passwordChanged)