public class UsernamePasswordCredential extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
private String |
password
Password of a subject.
|
private static long |
serialVersionUID
Serial version UID.
|
private String |
username
Username of a subject.
|
| Constructor and Description |
|---|
UsernamePasswordCredential(String name,
String pass)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword()
Gets the password of the subject.
|
String |
getUsername()
Gets the username of the subject.
|
private static final long serialVersionUID
private String username
private String password
Copyright © 1999-2014. All Rights Reserved.