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

Packages that use UIResponseCardTO
org.eclipse.higgins.rpps.core   
org.eclipse.higgins.rpps.core.impl   
org.eclipse.higgins.rpps.core.tobj   
 

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

Methods in org.eclipse.higgins.rpps.core that return UIResponseCardTO
 UIResponseCardTO IRppsService.getICardClaims(org.eclipse.higgins.user.login.UserAccount userAccount, String cuid, String policy, String typeofCredential, String[] credentialKey, String[] credentialValue)
          Deprecated.  
 UIResponseCardTO IRppsService.getICardClaims(org.eclipse.higgins.user.login.UserAccount userAccount, String cuid, String policy, String typeofCredential, String[] credentialKey, String[] credentialValue, RPEndPointTO rpEndPointTO)
          Created for some demo.
 

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

Methods in org.eclipse.higgins.rpps.core.impl that return UIResponseCardTO
 UIResponseCardTO RppsService.convertICard_To_UIResponseCardTO(org.eclipse.higgins.user.login.UserAccount userAccount, org.eclipse.higgins.icard.ICard icard, org.eclipse.higgins.user.profile.entity.WebForm webForm, org.eclipse.higgins.icard.IPolicy policy, org.eclipse.higgins.user.profile.entity.CardInformation cardInformation, X509Certificate[] sslCerts)
          Converts the card to the transfer object for the CARD element of UserInterfaceResponse.
 UIResponseCardTO RppsService.getICardClaims(org.eclipse.higgins.user.login.UserAccount userAccount, String cuid, String policy, String typeofCredential, String[] credentialKey, String[] credentialValue)
          Deprecated.  
 UIResponseCardTO RppsService.getICardClaims(org.eclipse.higgins.user.login.UserAccount userAccount, String cuid, String policy, String typeofCredential, String[] credentialKey, String[] credentialValue, RPEndPointTO rpEndPointTO)
          Created for some demo.
 

Uses of UIResponseCardTO in org.eclipse.higgins.rpps.core.tobj
 

Methods in org.eclipse.higgins.rpps.core.tobj that return UIResponseCardTO
 UIResponseCardTO[] UIResponseUsableCardsTO.getCard()
          Gets the array of CARD element.
 

Methods in org.eclipse.higgins.rpps.core.tobj with parameters of type UIResponseCardTO
 void UIResponseUsableCardsTO.setCard(UIResponseCardTO[] card)
          Sets the array of CARD element.