Uses of Class
org.eclipse.higgins.ics.gwt.base.client.model.entity.CardCredential

Packages that use CardCredential
org.eclipse.higgins.ics.gwt.base.client.model.entity   
org.eclipse.higgins.ics.gwt.icm.client   
org.eclipse.higgins.ics.gwt.icm.client.backup   
org.eclipse.higgins.ics.gwt.icm.client.panel.cardcredential   
org.eclipse.higgins.ics.model.bean   
org.eclipse.higgins.ics.ws.client   
 

Uses of CardCredential in org.eclipse.higgins.ics.gwt.base.client.model.entity
 

Methods in org.eclipse.higgins.ics.gwt.base.client.model.entity that return CardCredential
 CardCredential[] Card.getCardCredential()
           
 CardCredential FormatDescriptor.getCardCredential()
           
 

Methods in org.eclipse.higgins.ics.gwt.base.client.model.entity with parameters of type CardCredential
 void Card.setCardCredential(CardCredential[] cardCredential)
           
 void FormatDescriptor.setCardCredential(CardCredential cr)
           
 

Uses of CardCredential in org.eclipse.higgins.ics.gwt.icm.client
 

Methods in org.eclipse.higgins.ics.gwt.icm.client with parameters of type CardCredential
 void ICMServiceAsync.setCardCredential(String userId, String password, String cuid, CardCredential tokenCredential, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 void ICMServiceAsync.exportICards(String userId, String password, String formatID, String[] cards, CardCredential credential, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 GWTResponse ICMService.setCardCredential(String userId, String password, String cuid, CardCredential tokenCredential)
           
 GWTResponse ICMService.exportICards(String userId, String password, String formatID, String[] cards, CardCredential credential)
           
 

Uses of CardCredential in org.eclipse.higgins.ics.gwt.icm.client.backup
 

Methods in org.eclipse.higgins.ics.gwt.icm.client.backup that return CardCredential
 CardCredential PasswordBackupPanel.getCredential()
           
 

Constructors in org.eclipse.higgins.ics.gwt.icm.client.backup with parameters of type CardCredential
PasswordBackupPanel(CardCredential credential)
           
 

Uses of CardCredential in org.eclipse.higgins.ics.gwt.icm.client.panel.cardcredential
 

Methods in org.eclipse.higgins.ics.gwt.icm.client.panel.cardcredential that return CardCredential
 CardCredential PinCredentialPanel.getCardCredential()
           
 CardCredential SelfIssuedCredentialPanel.getCardCredential()
           
 CardCredential CardCredentialEditor.getCardCredential()
           
 CardCredential UserNamePasswordCredentialPanel.getCardCredential()
           
 

Constructors in org.eclipse.higgins.ics.gwt.icm.client.panel.cardcredential with parameters of type CardCredential
PinCredentialPanel(CardCredential cardCredential)
           
PinCredentialPanel(CardCredential cardCredential, String labelText)
           
SelfIssuedCredentialPanel(CardCredential cardCredential)
           
SelfIssuedCredentialPanel(CardCredential cardCredential, String labelText)
           
UserNamePasswordCredentialPanel(CardCredential cardCredential)
           
 

Uses of CardCredential in org.eclipse.higgins.ics.model.bean
 

Methods in org.eclipse.higgins.ics.model.bean with parameters of type CardCredential
 Response ManagerBean.setCardCredential(String userId, String password, String cuid, CardCredential tokenCredential)
           
 Response ManagerBean.exportICards(String userId, String password, String formatID, String[] cards, CardCredential credential)
           
 GWTResponse RPCBean.setCardCredential(String userId, String password, String cuid, CardCredential tokenCredential)
           
 GWTResponse RPCBean.exportICards(String userId, String password, String formatID, String[] cards, CardCredential credential)
           
 

Uses of CardCredential in org.eclipse.higgins.ics.ws.client
 

Methods in org.eclipse.higgins.ics.ws.client that return CardCredential
static CardCredential Utils.uiTokenServiceCredentialTO2CardCredential(UITokenServiceCredentialTO tokenServiceCredentialTO)
           
 

Methods in org.eclipse.higgins.ics.ws.client with parameters of type CardCredential
 Response WSClient.setCardCredential(String userId, String password, String cuid, CardCredential tokenCredential)
           
 Response WSClient.exportICards(String userId, String password, String formatID, String[] cards, CardCredential credential)
           
static UITokenServiceCredentialTO Utils.cardCredential2UITokenServiceCredentialTO(CardCredential cardCredential)