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, startAuthentication
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
startAuthentication
getClient
@Nonnull public String getPassword()
Password
getPassword
in interface Password
public void setPassword(@Nonnull String password)
Password
setPassword
in interface Password
password
- password@Nonnull public String toString()
toString
in class AbstractAccountProtocol
Copyright © 2013–2019 Kitteh. All rights reserved.