public abstract class AbstractAccountPassProtocol extends AbstractAccountProtocol implements Password
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAccountPassProtocol(Client client,
String accountName,
String password)
Creates an instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword()
Gets the password.
|
void |
setPassword(String password)
Sets the password to use.
|
String |
toString() |
getAccountName, getAuthentication, getClient, setAccountName, startAuthenticationclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitstartAuthenticationgetClient@Nonnull public String getPassword()
PasswordgetPassword in interface Passwordpublic void setPassword(@Nonnull String password)
PasswordsetPassword in interface Passwordpassword - password@Nonnull public String toString()
toString in class AbstractAccountProtocolCopyright © 2013–2019 Kitteh. All rights reserved.