public class UsernamePasswordCredentials extends Object implements Credentials
This is a published and supported CAS Server 3 API.
| Constructor and Description |
|---|
UsernamePasswordCredentials() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getPassword() |
String |
getUsername() |
int |
hashCode() |
void |
setPassword(String password) |
void |
setUsername(String userName) |
String |
toString() |
public final String getPassword()
public final void setPassword(String password)
password - The password to set.public final String getUsername()
public final void setUsername(String userName)
userName - The userName to set.Copyright © 2004-2012 Jasig. All Rights Reserved.