public class ICredentials extends Object implements Serializable
| Constructor and Description |
|---|
ICredentials()
Default constructor.
|
ICredentials(String userName,
String password)
The constructor with the username and password arguments.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword()
Returns the password attribute.
|
String |
getUserName()
Returns the username attribute.
|
void |
setPassword(String password) |
void |
setUserName(String userName)
User name property setter.
|
public String getPassword()
setPassword(String)public void setPassword(String password)
public String getUserName()
setUserName(String)public void setUserName(String userName)
userName - getUserName()Copyright © 2016 Jasig. All Rights Reserved.