Package com.couchbase.lite
Class ProxyAuthenticator
java.lang.Object
com.couchbase.lite.internal.BaseAuthenticator
com.couchbase.lite.ProxyAuthenticator
public final class ProxyAuthenticator
extends com.couchbase.lite.internal.BaseAuthenticator
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanchar[]Get the password.Get the username.inthashCode()
- 
Constructor Details- 
ProxyAuthenticator
 
- 
- 
Method Details- 
getUsernameGet the username.- Returns:
- the username
 
- 
getPassword@NonNull public char[] getPassword()Get the password. The returned char[] is a copy: the owner is responsible for zeroing it before releasing it.- Returns:
- the password.
 
- 
hashCodepublic int hashCode()
- 
equals
 
-