Class ListenerPasswordAuthenticator
ListenerPasswordAuthenticator provides password types authentication such as the BASIC authentication that we currently support.
Inheritance
System.Object
ListenerPasswordAuthenticator
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Couchbase.Lite.P2P
Assembly: Couchbase.Lite.dll
Syntax
public class ListenerPasswordAuthenticator : IListenerAuthenticator
Remarks
NOTE: This is an enterprise edition feature
Constructors
| Improve this Doc View SourceListenerPasswordAuthenticator(ListenerPasswordAuthenticator.ListenerPasswordAuthenticatorCallback)
Creates a ListenerPasswordAuthenticator object with the given delegate object used for authenticating the username and password.
Declaration
public ListenerPasswordAuthenticator(ListenerPasswordAuthenticator.ListenerPasswordAuthenticatorCallback passwordAuthenticationCallback)
Parameters
Type | Name | Description |
---|---|---|
ListenerPasswordAuthenticator.ListenerPasswordAuthenticatorCallback | passwordAuthenticationCallback |
Remarks
NOTE: This is an enterprise edition feature
Properties
| Improve this Doc View SourceServerPasswordAuthenticationCallback
A callback used to validate the credentials provided from the client side of a replication
Declaration
public ListenerPasswordAuthenticator.ListenerPasswordAuthenticatorCallback ServerPasswordAuthenticationCallback { get; set; }
Property Value
Type | Description |
---|---|
ListenerPasswordAuthenticator.ListenerPasswordAuthenticatorCallback |