Uses of Class
com.couchbase.columnar.client.java.Credential
Packages that use Credential
-
Uses of Credential in com.couchbase.columnar.client.java
Methods in com.couchbase.columnar.client.java that return CredentialModifier and TypeMethodDescriptionstatic CredentialReturns a new instance that holds the given username and password.static CredentialCredential.ofDynamic(Supplier<Credential> supplier) Returns a new instance of a dynamic credential that invokes the given supplier the supplier every time a credential is required.Methods in com.couchbase.columnar.client.java with parameters of type CredentialModifier and TypeMethodDescriptionstatic ClusterCluster.newInstance(String connectionString, Credential credential) Returns a new instance, with default options.static ClusterCluster.newInstance(String connectionString, Credential credential, Consumer<ClusterOptions> optionsCustomizer) Returns a new instance, with options customized by theoptionsCustomizercallback.Method parameters in com.couchbase.columnar.client.java with type arguments of type CredentialModifier and TypeMethodDescriptionstatic CredentialCredential.ofDynamic(Supplier<Credential> supplier) Returns a new instance of a dynamic credential that invokes the given supplier the supplier every time a credential is required.