Class EventingFunctionUrlAuthDigest
- java.lang.Object
-
- com.couchbase.client.java.manager.eventing.EventingFunctionUrlAuth
-
- com.couchbase.client.java.manager.eventing.EventingFunctionUrlAuthDigest
-
public class EventingFunctionUrlAuthDigest extends EventingFunctionUrlAuth
Uses HTTP Digest authentication for the URL binding.Created through
EventingFunctionUrlAuth.digestAuth(String, String)
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
password()
The password that is used for digest auth - not set if returned from the server for security reasons.String
toString()
String
username()
The username that is used for digest auth.-
Methods inherited from class com.couchbase.client.java.manager.eventing.EventingFunctionUrlAuth
basicAuth, bearerAuth, digestAuth, noAuth
-
-