Uses of Class
com.couchbase.client.java.manager.bucket.AuthType
-
Packages that use AuthType Package Description com.couchbase.client.java.manager.bucket APIs related to bucket management. -
-
Uses of AuthType in com.couchbase.client.java.manager.bucket
Methods in com.couchbase.client.java.manager.bucket that return AuthType Modifier and Type Method Description AuthType
BucketSettings. authType()
static AuthType
AuthType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuthType[]
AuthType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.couchbase.client.java.manager.bucket with parameters of type AuthType Modifier and Type Method Description BucketSettings
BucketSettings. authType(AuthType authType)
Constructors in com.couchbase.client.java.manager.bucket with parameters of type AuthType Constructor Description BucketSettings(String name, Map<String,String> controllers, Map<String,Long> quota, int numReplicas, boolean replicaIndex, int proxyPort, int maxTTL, CompressionMode compressionMode, BucketType bucketType, AuthType authType, ConflictResolutionType conflictResolutionType, EvictionPolicy evictionPolicy)
-