
public class PasswordCredentials extends Credentials implements IPasswordCredentials
| Constructor and Description |
|---|
PasswordCredentials(String userID,
char[] password) |
| Modifier and Type | Method and Description |
|---|---|
char[] |
getPassword() |
void |
setPassword(char[] password) |
getUserIDclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetUserIDpublic PasswordCredentials(String userID, char[] password)
public char[] getPassword()
getPassword in interface IPasswordCredentialspublic void setPassword(char[] password)
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.