Uses of Class
org.eclipse.higgins.ics.ws.wsdl.UITokenServiceCredentialTO

Packages that use UITokenServiceCredentialTO
org.eclipse.higgins.ics.ws.client   
org.eclipse.higgins.ics.ws.wsdl   
 

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

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

Methods in org.eclipse.higgins.ics.ws.client with parameters of type UITokenServiceCredentialTO
 Response WSClient.getICardsFromRestoreAndFormatDescriptor(String userIdentifier, String userPassword, String formatID, byte[] fileData, UITokenServiceCredentialTO uitscTO)
           
static CardCredential Utils.uiTokenServiceCredentialTO2CardCredential(UITokenServiceCredentialTO tokenServiceCredentialTO)
           
 

Uses of UITokenServiceCredentialTO in org.eclipse.higgins.ics.ws.wsdl
 

Methods in org.eclipse.higgins.ics.ws.wsdl that return UITokenServiceCredentialTO
 UITokenServiceCredentialTO FormatDescriptorTO.getCredential()
          Gets the credential value for this FormatDescriptorTO.
 UITokenServiceCredentialTO ICardUpdateTO.getTokenServiceCredential()
          Gets the tokenServiceCredential value for this ICardUpdateTO.
 UITokenServiceCredentialTO[] UIResponseCardTO.getTokenservices()
          Gets the tokenservices value for this UIResponseCardTO.
 UITokenServiceCredentialTO[] ICardTO.getTokenServiceCredentials()
          Gets the tokenServiceCredentials value for this ICardTO.
 

Methods in org.eclipse.higgins.ics.ws.wsdl with parameters of type UITokenServiceCredentialTO
 void FormatDescriptorTO.setCredential(UITokenServiceCredentialTO credential)
          Sets the credential value for this FormatDescriptorTO.
 ICardTO RPPSServiceSEI.getICardByIdAndTokenServiceCredential(String userId, String password, String cuid, UITokenServiceCredentialTO userCredintial)
           
 ICardResponseTO RPPSServiceSEI.importICards(String userId, String password, byte[] crd, String formatID, UITokenServiceCredentialTO credential)
           
 byte[] RPPSServiceSEI.exportICards(String userId, String password, String formatID, String[] cards, UITokenServiceCredentialTO credential)
           
 boolean RPPSServiceSEI.setCardCredential(String userId, String password, String cuid, UITokenServiceCredentialTO tokenCredential)
           
 ICardTO RPPSServiceSEIBindingStub.getICardByIdAndTokenServiceCredential(String userId, String password, String cuid, UITokenServiceCredentialTO userCredintial)
           
 ICardResponseTO RPPSServiceSEIBindingStub.importICards(String userId, String password, byte[] crd, String formatID, UITokenServiceCredentialTO credential)
           
 byte[] RPPSServiceSEIBindingStub.exportICards(String userId, String password, String formatID, String[] cards, UITokenServiceCredentialTO credential)
           
 boolean RPPSServiceSEIBindingStub.setCardCredential(String userId, String password, String cuid, UITokenServiceCredentialTO tokenCredential)
           
 void ICardUpdateTO.setTokenServiceCredential(UITokenServiceCredentialTO tokenServiceCredential)
          Sets the tokenServiceCredential value for this ICardUpdateTO.
 void UIResponseCardTO.setTokenservices(UITokenServiceCredentialTO[] tokenservices)
          Sets the tokenservices value for this UIResponseCardTO.
 void ICardTO.setTokenServiceCredentials(UITokenServiceCredentialTO[] tokenServiceCredentials)
          Sets the tokenServiceCredentials value for this ICardTO.
 

Constructors in org.eclipse.higgins.ics.ws.wsdl with parameters of type UITokenServiceCredentialTO
FormatDescriptorTO(UITokenServiceCredentialTO credential, String fileExtension, String formatID, String name)
           
ICardUpdateTO(String cuid, UITokenServiceCredentialTO tokenServiceCredential)
           
UIResponseCardTO(String cardId, String description, byte[] image, String imagetype, String issuerName, String name, PropertyTO[] optionalClaims, PropertyTO[] properties, boolean saveCard, String[] supportedClaimTypes, UITokenServiceCredentialTO[] tokenservices, String type, String uid)
           
ICardTO(CardExtensionTO[] cardExtensions, String cuid, boolean deleteable, Calendar expiredTime, String id, byte[] image, String imageType, String issuerName, String name, PropertyTO[] properties, boolean selfIssued, STSPolicyTO stsPolicy, UITokenServiceCredentialTO[] tokenServiceCredentials, String type)