Package com.couchbase.lite
Class Authenticator
- java.lang.Object
-
- com.couchbase.lite.Authenticator
-
- Direct Known Subclasses:
BasicAuthenticator,ClientCertificateAuthenticator,SessionAuthenticator
public abstract class Authenticator extends java.lang.ObjectAuthenticator is an opaque authenticator interface and not intended for application to implement a custom authenticator by subclassing Authenticator interface.NOTE: Authenticator is and abstract class (instead of an interface) so that the
authenticatemethod is visible only in this package.
-
-
Constructor Summary
Constructors Constructor Description Authenticator()
-