public abstract class AbstractAccountPassProtocol extends AbstractAuthProtocol
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAccountPassProtocol(@NonNull Client client,
@Nullable String accountName,
@NonNull String password)
Creates an instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected @Nullable String |
getAccountName()
Gets the account name.
|
protected @NonNull String |
getPassword()
Gets the password.
|
protected void |
toString(ToStringer stringer)
Adds data to toString.
|
getAuthentication, getClient, startAuthentication, toStringprotected @Nullable String getAccountName()
protected @NonNull String getPassword()
protected void toString(ToStringer stringer)
AbstractAuthProtocoltoString in class AbstractAuthProtocolstringer - stringerCopyright © 2013–2021 Kitteh. All rights reserved.