Uses of Class
org.eclipse.higgins.proxy.web.ws.wsdl.UIResponseCardTO

Packages that use UIResponseCardTO
org.eclipse.higgins.proxy.web.util   
org.eclipse.higgins.proxy.web.ws.wsdl   
 

Uses of UIResponseCardTO in org.eclipse.higgins.proxy.web.util
 

Methods in org.eclipse.higgins.proxy.web.util that return UIResponseCardTO
static UIResponseCardTO CardsUtil.cardToFromCrd(String crd)
           
static UIResponseCardTO StateUtil.getCardTo(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
static UIResponseCardTO StateUtil.getSelectedCardTo(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 

Methods in org.eclipse.higgins.proxy.web.util with parameters of type UIResponseCardTO
static void OpenIDUtil.authResponse(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.openid4java.message.ParameterList parameterList, String username, String password, String policy, UIResponseCardTO selectedCardTo, String cardUsername, String cardPassword, Boolean remember)
           
static void StateUtil.setCardTo(UIResponseCardTO cardTo, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
static void StateUtil.setSelectedCardTo(UIResponseCardTO selectedCardTo, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 

Uses of UIResponseCardTO in org.eclipse.higgins.proxy.web.ws.wsdl
 

Methods in org.eclipse.higgins.proxy.web.ws.wsdl that return UIResponseCardTO
 UIResponseCardTO[] UIResponseUsableCardsTO.getCard()
          Gets the card value for this UIResponseUsableCardsTO.
 UIResponseCardTO RPPSServiceSEIBindingStub.getICardClaims(String userId, String password, String cuid, String policy, String typeofCredential, String[] credentialKey, String[] credentialValue)
           
 UIResponseCardTO RPPSServiceSEI.getICardClaims(String userId, String password, String cuid, String policy, String typeofCredential, String[] credentialKey, String[] credentialValue)
           
 

Methods in org.eclipse.higgins.proxy.web.ws.wsdl with parameters of type UIResponseCardTO
 void UIResponseUsableCardsTO.setCard(UIResponseCardTO[] card)
          Sets the card value for this UIResponseUsableCardsTO.
 

Constructors in org.eclipse.higgins.proxy.web.ws.wsdl with parameters of type UIResponseCardTO
UIResponseUsableCardsTO(UIResponseCardTO[] card, String name)