public class SaslPlain extends AbstractAccountSaslProtocol
AbstractSaslProtocol.Listener| Constructor and Description |
|---|
SaslPlain(@NonNull Client client,
@NonNull String accountName,
@NonNull String password)
Creates an instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected @NonNull String |
getAuthLine()
Gets the info to base64 encode in the first AUTHENTICATE message.
|
protected void |
toString(ToStringer stringer)
Adds data to toString.
|
getAccountNamegetAuthentication, getEventListenergetClient, startAuthentication, toStringprotected @NonNull String getAuthLine()
AbstractSaslProtocolgetAuthLine in class AbstractSaslProtocolprotected void toString(ToStringer stringer)
AbstractAuthProtocoltoString in class AbstractAccountSaslProtocolstringer - stringerCopyright © 2013–2021 Kitteh. All rights reserved.