|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.webmethods.caf.faces.bean.PageFlowScopeAdapter
com.webmethods.caf.faces.bean.Credentials
public class Credentials
Adapter to enable populating credentials via binding expressions.
Field Summary | |
---|---|
protected String |
fImpersonated
The user to impersonate. |
protected String |
fPassword
The Password. |
protected String |
fUserId
The User ID. |
Fields inherited from class com.webmethods.caf.faces.bean.PageFlowScopeAdapter |
---|
fExpireWithPageFlow |
Constructor Summary | |
---|---|
Credentials()
|
Method Summary | |
---|---|
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. |
Methods inherited from class com.webmethods.caf.faces.bean.PageFlowScopeAdapter |
---|
getExpireWithPageFlow, setExpireWithPageFlow |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String fUserId
protected String fPassword
protected String fImpersonated
Constructor Detail |
---|
public Credentials()
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |