public class Credentials extends PageFlowScopeAdapter
Modifier and Type | Field and Description |
---|---|
protected String |
fImpersonated
The user to impersonate.
|
protected String |
fPassword
The Password.
|
protected String |
fUserId
The User ID.
|
fExpireWithPageFlow
Constructor and Description |
---|
Credentials() |
Modifier and Type | Method and Description |
---|---|
String |
getPassword()
Returns the Password.
|
String |
getUserId()
Returns the User ID.
|
String |
getUserToImpersonate()
Retrieve the user to impersonate
|
void |
setPassword(String password)
Sets the password.
|
void |
setUserId(String userId)
Sets the User ID.
|
void |
setUserToImpersonate(String userID)
Sets User ID to impersonate.
|
getExpireWithPageFlow, setExpireWithPageFlow
protected String fUserId
protected String fPassword
protected String fImpersonated
public String getUserId()
public void setUserId(String userId)
userId
- the userId to setpublic String getPassword()
public void setPassword(String password)
password
- the password to setpublic String getUserToImpersonate()
public void setUserToImpersonate(String userID)
userID
- to impersonate