com.webmethods.caf.jcr.faces.bean
Class BindableCredentials

java.lang.Object
  extended by com.webmethods.caf.faces.bean.PageFlowScopeAdapter
      extended by com.webmethods.caf.faces.bean.Credentials
          extended by com.webmethods.caf.jcr.faces.bean.BindableCredentials
All Implemented Interfaces:
IPageFlowScopeAdapter

public class BindableCredentials
extends Credentials

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
BindableCredentials()
           
 
Method Summary
 SimpleCredentials getSimpleCredentials()
          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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindableCredentials

public BindableCredentials()
Method Detail

getSimpleCredentials

public SimpleCredentials getSimpleCredentials()
Return the credentials object that can be used to login to the JCR repository.

Returns:
JCR credentials