Class BindableCredentials
java.lang.Object
com.webmethods.caf.faces.bean.PageFlowScopeAdapter
com.webmethods.caf.faces.bean.Credentials
com.webmethods.caf.jcr.faces.bean.BindableCredentials
- All Implemented Interfaces:
IPageFlowScopeAdapter
Adapter to enable populating JCR credentials via binding expressions.
- Since:
- 8.0
-
Field Summary
Fields inherited from class com.webmethods.caf.faces.bean.Credentials
fImpersonated, fPassword, fUserId
Fields inherited from class com.webmethods.caf.faces.bean.PageFlowScopeAdapter
fExpireWithPageFlow
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.jcr.SimpleCredentials
Return the credentials object that can be used to login to the JCR repository.Methods inherited from class com.webmethods.caf.faces.bean.Credentials
getPassword, getUserId, getUserToImpersonate, setPassword, setUserId, setUserToImpersonate
Methods inherited from class com.webmethods.caf.faces.bean.PageFlowScopeAdapter
getExpireWithPageFlow, setExpireWithPageFlow
-
Constructor Details
-
BindableCredentials
public BindableCredentials()
-
-
Method Details
-
getSimpleCredentials
public javax.jcr.SimpleCredentials getSimpleCredentials()Return the credentials object that can be used to login to the JCR repository.- Returns:
- JCR credentials
-