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(String cuid, String policy, String typeofCredential, String[] credentialKey, String[] credentialValue)
           
 

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

Methods in org.eclipse.higgins.rpps.core.impl that return UIResponseCardTO
 UIResponseCardTO RppsService.getICardClaims(String cuid, String policy, String typeofCredential, String[] credentialKey, String[] credentialValue)
           
 

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.