protected static class IdentityPasswordProvider.State extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
State() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
Obtains the current count.
|
char[] |
getPassword()
Retrieves the password from the current attempt.
|
int |
incCount()
Increments the current count.
|
void |
setPassword(char[] password)
Remembers the password.
|
public int getCount()
public int incCount()
public void setPassword(char[] password)
password - the passwordpublic char[] getPassword()
null if none was obtainedCopyright © 2019 Eclipse JGit Project. All rights reserved.