Uses of Class
org.eclipse.higgins.rpps.core.tobj.UITokenServiceCredentialTO

Packages that use UITokenServiceCredentialTO
org.eclipse.higgins.rpps.core   
org.eclipse.higgins.rpps.core.impl   
org.eclipse.higgins.rpps.core.tobj   
 

Uses of UITokenServiceCredentialTO in org.eclipse.higgins.rpps.core
 

Methods in org.eclipse.higgins.rpps.core with parameters of type UITokenServiceCredentialTO
 byte[] IRppsService.exportICards(org.eclipse.higgins.user.login.UserAccount userAccount, String formatID, String[] cards, UITokenServiceCredentialTO credential)
          Returns file as byte array with special which contains select cards.
 ICardTO IRppsService.getICardByCUIDAndTokenServiceCredential(org.eclipse.higgins.user.login.UserAccount userAccount, String cuid, UITokenServiceCredentialTO tokenCredential)
          This method gets the card with retrieved claims.
 ImportCardInformationTO[] IRppsService.getImportingCardsInformation(org.eclipse.higgins.user.login.UserAccount userAccount, byte[] crd, String formatID, UITokenServiceCredentialTO credential)
          Get information about cards which can be imported from passed data
 ICardResponseTO IRppsService.importICards(org.eclipse.higgins.user.login.UserAccount userAccount, byte[] crd, String formatID, UITokenServiceCredentialTO credential)
          Import cards from special format file.
 ICardResponseTO IRppsService.importICards(org.eclipse.higgins.user.login.UserAccount userAccount, byte[] crd, String formatID, UITokenServiceCredentialTO credential, Boolean[] importFlag)
          Import cards from special format file.
 boolean IRppsService.setCardCredential(org.eclipse.higgins.user.login.UserAccount userAccount, String cuid, UITokenServiceCredentialTO tokenCredential)
          Saves authentication card information of the specified card.
 

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

Methods in org.eclipse.higgins.rpps.core.impl with parameters of type UITokenServiceCredentialTO
static org.eclipse.higgins.user.profile.entity.CardCredential ConvertHelper.convertUITokenServiceCredentialTO_to_CardCredential(UITokenServiceCredentialTO credential)
           
static org.eclipse.higgins.icard.auth.ICredential ConvertHelper.convertUITokenServiceCredentialTO_to_ICredentials(org.eclipse.higgins.icard.ICard card, UITokenServiceCredentialTO siteCredential)
          Converts UITokenServiceCredential transfer object to ICredential object
static org.eclipse.higgins.icard.auth.ICredential ConvertHelper.convertUITokenServiceCredentialTO_to_ICredentials(UITokenServiceCredentialTO siteCredential)
           
 byte[] RppsService.exportICards(org.eclipse.higgins.user.login.UserAccount userAccount, String formatID, String[] cards, UITokenServiceCredentialTO credential)
          Returns file as byte array with special which contains select cards.
 ICardTO RppsService.getICardByCUIDAndTokenServiceCredential(org.eclipse.higgins.user.login.UserAccount userAccount, String cuid, UITokenServiceCredentialTO tokenCredential)
          Gets a card by CUID and Credential.
 ImportCardInformationTO[] RppsService.getImportingCardsInformation(org.eclipse.higgins.user.login.UserAccount userAccount, byte[] crd, String formatID, UITokenServiceCredentialTO credential)
          Get information about cards which can be imported from passed data
 ICardResponseTO RppsService.importICards(org.eclipse.higgins.user.login.UserAccount userAccount, byte[] crd, String formatID, UITokenServiceCredentialTO credential)
          Imports card from a file.
 ICardResponseTO RppsService.importICards(org.eclipse.higgins.user.login.UserAccount userAccount, byte[] crd, String formatID, UITokenServiceCredentialTO credential, Boolean[] importFlag)
          Imports card from a file.
 boolean RppsService.setCardCredential(org.eclipse.higgins.user.login.UserAccount userAccount, String cuid, UITokenServiceCredentialTO tokenCredential)
           
 

Uses of UITokenServiceCredentialTO in org.eclipse.higgins.rpps.core.tobj
 

Methods in org.eclipse.higgins.rpps.core.tobj that return UITokenServiceCredentialTO
 UITokenServiceCredentialTO FormatDescriptorTO.getCredential()
           
 UITokenServiceCredentialTO ICardUpdateTO.getTokenServiceCredential()
           
 UITokenServiceCredentialTO[] ICardTO.getTokenServiceCredentials()
           
 UITokenServiceCredentialTO[] UIResponseCardTO.getTokenservices()
           
 

Methods in org.eclipse.higgins.rpps.core.tobj with parameters of type UITokenServiceCredentialTO
 void FormatDescriptorTO.setCredential(UITokenServiceCredentialTO credential)
           
 void ICardUpdateTO.setTokenServiceCredential(UITokenServiceCredentialTO credential)
           
 void ICardTO.setTokenServiceCredentials(UITokenServiceCredentialTO[] tokenServiceCredentials)
           
 void UIResponseCardTO.setTokenservices(UITokenServiceCredentialTO[] tokenservices)