Uses of Class
com.couchbase.client.java.manager.eventing.EventingFunctionUrlAuth
-
Uses of EventingFunctionUrlAuth in com.couchbase.client.java.manager.eventing
Modifier and TypeClassDescriptionclass
Uses HTTP Basic authentication for the URL binding.class
Uses Bearer authentication for the URL binding.class
Uses HTTP Digest authentication for the URL binding.class
No authentication for a URL binding is used.Modifier and TypeMethodDescriptionEventingFunctionUrlBinding.auth()
Returns the authentication mechanism configured, including no authentication.Modifier and TypeMethodDescriptionEventingFunctionUrlBinding.Builder.auth
(EventingFunctionUrlAuth auth) Allows to configure the URL authentication mechanism that should be used.