Uses of Class
org.eclipse.higgins.rpps.core.tobj.UIResponseTO

Packages that use UIResponseTO
org.eclipse.higgins.rpps.core   
org.eclipse.higgins.rpps.core.impl   
 

Uses of UIResponseTO in org.eclipse.higgins.rpps.core
 

Methods in org.eclipse.higgins.rpps.core that return UIResponseTO
 UIResponseTO IRppsService.getUserInterface(org.eclipse.higgins.user.login.UserAccount userAccount, RPEndPointTO rpEndPointTO, String target, String sslCert, String policytype, String policy)
          This method takes as input a policy---for example, one that has been retrieved from the Relying Party Agent (called here the 'Requester')---as well as a description of the Requester.
 UIResponseTO IRppsService.getUserInterface(org.eclipse.higgins.user.login.UserAccount userAccount, String url, String target, String sslCert, String policytype, String policy)
          Deprecated.  
 

Uses of UIResponseTO in org.eclipse.higgins.rpps.core.impl
 

Methods in org.eclipse.higgins.rpps.core.impl that return UIResponseTO
 UIResponseTO RppsService.getUserInterface(org.eclipse.higgins.user.login.UserAccount userAccount, RPEndPointTO rpEndPointTO, String target, String sslCert, String policytype, String policy)
          This method takes as input a policy---for example, one that has been retrieved from the Relying Party Agent (called here the 'Requester')---as well as a description of the Requester.
 UIResponseTO RppsService.getUserInterface(org.eclipse.higgins.user.login.UserAccount userAccount, String url, String target, String sslCert, String policytype, String policy)
          Deprecated.