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

Packages that use UITokenServiceCredentialTO
org.eclipse.higgins.proxy.web.ws.wsdl   
 

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

Methods in org.eclipse.higgins.proxy.web.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[] ICardTO.getTokenServiceCredentials()
          Gets the tokenServiceCredentials value for this ICardTO.
 UITokenServiceCredentialTO[] UIResponseCardTO.getTokenservices()
          Gets the tokenservices value for this UIResponseCardTO.
 

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

Constructors in org.eclipse.higgins.proxy.web.ws.wsdl with parameters of type UITokenServiceCredentialTO
FormatDescriptorTO(UITokenServiceCredentialTO credential, String fileExtension, String formatID, String name)
           
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)
           
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)