Uses of Class
org.eclipse.higgins.rpps.core.RppsException

Packages that use RppsException
org.eclipse.higgins.rpps.core   
org.eclipse.higgins.rpps.core.impl   
 

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

Methods in org.eclipse.higgins.rpps.core that throw RppsException
 CategoryTO IRppsService.addCategory(CategoryTO categoryTO)
          Creates a new card's category
 void IRppsService.addClaimValuesMRU(String claimType, String claimValue)
          Adds most recently used record
 ResponseMessage IRppsService.addUserProfile(UserProfileTO userProfile, String password)
          Creates a new user profile
 boolean IRppsService.addRPEndPointCardRelation(String cuid, RPEndPointTO rpEndPointTO)
          Create relation between card and url
 boolean IRppsService.addUrlCardRelation(String cuid, String url)
          Deprecated.  
 FormatDescriptorTO IRppsService.checkImportStream(byte[] crd)
          Checks whether RppsService can recognize data format of the provided input stream.
 ICardTO IRppsService.clearCardCredential(String cuid)
          Deletes saved authentication card information of the specified card
 boolean IRppsService.clearCardHistory(String cuid)
          Deletes card history of the specified card on all URLs unless it is checked as "Use Always".
 ICardTO IRppsService.createDuplicateICard(String cardName, String cuid, String pinCode)
          Creates duplicate of personal card only with new card's name
 ICardTO IRppsService.createICard(ICardTemplateTO template)
          Creates a new card by template
 String IRppsService.createICardFromHBX(String cardname)
          Deprecated.  
 void IRppsService.deleteAllICard()
          Deletes all user's card.
 boolean IRppsService.deleteCardHistoryRecord(String cuid, RPEndPointTO rpEndPointTO)
          Delete specified record of card history.
 boolean IRppsService.deleteCardHistoryRecord(String cuid, String url)
          Deprecated.  
 void IRppsService.deleteCategory(String categoryId)
          Delete the card's category
 ICardUpdateResponseTO IRppsService.deleteICard(String cuid)
          Deletes specified card.
 boolean IRppsService.deleteUrlCardRelation(String cuid, String url)
          Deprecated.  
 boolean IRppsService.deleteRPEndPointCardRelation(String cuid, RPEndPointTO rpEndPointTO)
           
 boolean IRppsService.deleteUrlsCardsRelations(String cuid)
          Deprecated.  
 boolean IRppsService.deleteRPEndPointsCardsRelations(String cuid)
           
 ResponseMessage IRppsService.deleteUserProfile()
          Deletes user profile
 ICardTO IRppsService.editPinCode(String cuid, String oldPinCode, String newPinCode)
           
 byte[] IRppsService.exportICards(String formatID, String[] cards, UITokenServiceCredentialTO credential)
           
 CardInformationTO IRppsService.getCardInformation(String cuid, int size)
           
 CategoryTO[] IRppsService.getCategory()
           
 MapTO[] IRppsService.getClaimValuesMRU()
           
 ICardTO IRppsService.getICardByCUID(String cuid)
          Gets a card by CUID.
 ICardTO IRppsService.getICardByCUIDAndTokenServiceCredential(String cuid, UITokenServiceCredentialTO tokenCredential)
          Gets a card by CUID and Credential.
 UIResponseCardTO IRppsService.getICardClaims(String cuid, String policy, String typeofCredential, String[] credentialKey, String[] credentialValue)
          Deprecated.  
 UIResponseCardTO IRppsService.getICardClaims(String cuid, String policy, String typeofCredential, String[] credentialKey, String[] credentialValue, RPEndPointTO rpEndPointTO)
           
 ICardTemplateTO[] IRppsService.getICardCreationTemplate()
          Return templates for creating cards
 org.eclipse.higgins.icard.ICardTemplate[] IRppsService.getICardCreationTemplateByProvider(String extID)
           
 ICardsAndCategoryTO IRppsService.getICardsAndCategoriesByUser()
          Gets the card and category lists of the specified user.
 ICardTO[] IRppsService.getICardsByFormat(String formatID)
           
 FormatDescriptorTO[] IRppsService.getOutputFormats()
           
 TokenResponseTO IRppsService.getTokenByClaims(String sslCert, String[] claimName, String[] claimValue)
          Web service operation.
 TokenResponseTO IRppsService.getTokenByRPEndPoint(String policy, String policytype, String sslCert, RPEndPointTO rpEndPointTO)
          Web service operation.
 TokenResponseTO IRppsService.getTokenByUrl(String policy, String policytype, String sslCert, String url)
          Deprecated.  
 ExtraTokenResponseTO IRppsService.getTokenExtraByUrl(String policy, String policytype, String sslCert, String url)
          Deprecated.  
 ExtraTokenResponseTO IRppsService.getTokenExtraByRPEndPoint(String policy, String policytype, String sslCert, RPEndPointTO rpEndPointTO)
          Web service operation.
 TokenResponseTO IRppsService.getTokenObject(String policy, String policytype, String sslCert, String[] cuids, String typeofCredential, String[] credentialKey, String[] credentialValue)
          Deprecated.  
 TokenResponseTO IRppsService.getTokenObject(String policy, String policytype, String sslCert, String[] cuids, String typeofCredential, String[] credentialKey, String[] credentialValue, RPEndPointTO rpEndPointTO)
          Web service operation.
 UIResponseTO IRppsService.getUserInterface(String url, String target, String sslCert, String policytype, String policy)
          Deprecated.  
 UIResponseTO IRppsService.getUserInterface(RPEndPointTO rpEndPointTO, String target, String sslCert, String policytype, String policy)
          This method takes as input a policy---for example, one that has been retrieved from the Relying Party Agent (called here the 'Requester')---as well as a description of the Requester.
 UserProfileTO IRppsService.getUserProfile()
           
 ICardResponseTO IRppsService.importICards(byte[] crd)
          Imports card from a file.
 ICardResponseTO IRppsService.importICards(byte[] crd, String formatID, UITokenServiceCredentialTO credential)
           
 ResponseMessage IRppsService.modifyCategories(CategoryTO[] categoriesTO)
           
 CategoryTO IRppsService.modifyCategory(CategoryTO categoryTO)
           
 UserProfileTO IRppsService.modifyUserProfile(UserProfileTO userProfile)
          Update user profile
 void IRppsService.removeClaimValuesMRU(String claimType, String claimValue)
           
 ICardTO IRppsService.resetPinCode(String cuid, String oldPinCode)
           
 boolean IRppsService.setCardCredential(String cuid, UITokenServiceCredentialTO tokenCredential)
           
 ICardTO IRppsService.setPinCode(String cuid, String pinCode)
           
 ICardUpdateResponseTO[] IRppsService.updateClaimsAcrossCards(String[] claimTypes, String[] claimValues, ICardUpdateTO[] cardUpdate)
           
 ICardTO IRppsService.updateICard(ICardTO icardTO)
          Update card.
 ICardUpdateResponseTO[] IRppsService.updateICards(ICardTO[] icardTOList)
           
 

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

Methods in org.eclipse.higgins.rpps.core.impl that throw RppsException
 CategoryTO RppsService.addCategory(CategoryTO categoryTO)
          Creates a new card's category
 void RppsService.addClaimValuesMRU(String claimType, String claimValue)
          Adds most recently used record
 boolean RppsService.addUrlCardRelation(String cuid, String url)
          Deprecated.  
 boolean RppsService.addRPEndPointCardRelation(String cuid, RPEndPointTO rpEndPointTO)
          Methods of storage relation between card and url
 ResponseMessage RppsService.addUserProfile(UserProfileTO userProfile, String password)
          Creates a new user profile
 FormatDescriptorTO RppsService.checkImportStream(byte[] crd)
          Checks whether RppsService can recognize data format of the provided input stream.
 ICardTO RppsService.clearCardCredential(String cuid)
          Deletes saved authentication card information for specified card
 boolean RppsService.clearCardHistory(String cuid)
          Deletes card history of the specified card on all URLs unless it is checked as "Use Always".
 ICardTO RppsService.createDuplicateICard(String cardName, String cuid, String pinCode)
          Creates duplicate of personal card only with new card's name
 ICardTO RppsService.createICard(ICardTemplateTO template)
          Creates a new card by template
 String RppsService.createICardFromHBX(String cardname)
          Deprecated.  
 void RppsService.deleteAllICard()
          Deletes all user's card.
 boolean RppsService.deleteCardHistoryRecord(String cuid, String url)
          Deprecated.  
 boolean RppsService.deleteCardHistoryRecord(String cuid, RPEndPointTO rpEndPointTO)
          Delete specified record of card history.
 void RppsService.deleteCategory(String categoryId)
          Delete the card's category
 ICardUpdateResponseTO RppsService.deleteICard(String cuid)
          Deletes specified card.
 boolean RppsService.deleteRPEndPointCardRelation(String cuid, RPEndPointTO rpEndPointTO)
           
 boolean RppsService.deleteUrlCardRelation(String cuid, String url)
          Deprecated.  
 boolean RppsService.deleteUrlsCardsRelations(String cuid)
          Deprecated.  
 boolean RppsService.deleteRPEndPointsCardsRelations(String cuid)
           
 ResponseMessage RppsService.deleteUserProfile()
          Deletes user profile
 ICardTO RppsService.editPinCode(String cuid, String oldPinCode, String newPinCode)
           
 byte[] RppsService.exportICards(String formatID, String[] cards, UITokenServiceCredentialTO credential)
           
 CardInformationTO RppsService.getCardInformation(String cuid, int size)
           
 CategoryTO[] RppsService.getCategory()
           
 MapTO[] RppsService.getClaimValuesMRU()
           
 ICardTO RppsService.getICardByCUID(String cuid)
          Gets a card by CUID.
 ICardTO RppsService.getICardByCUIDAndTokenServiceCredential(String cuid, UITokenServiceCredentialTO tokenCredential)
          Gets a card by CUID and Credential.
 UIResponseCardTO RppsService.getICardClaims(String cuid, String policy, String typeofCredential, String[] credentialKey, String[] credentialValue)
          Deprecated.  
 UIResponseCardTO RppsService.getICardClaims(String cuid, String policy, String typeofCredential, String[] credentialKey, String[] credentialValue, RPEndPointTO rpEndPointTO)
           
 org.eclipse.higgins.icard.ICardTemplate[] RppsService.getICardCreationTemplateByProvider(String extID)
           
 ICardTemplateTO RppsService.getICardCreationTemplateByTUID(String tuid)
          Return templates for creating cards
 ICardsAndCategoryTO RppsService.getICardsAndCategoriesByUser()
          Gets the card and category lists of the specified user.
 ICardTO[] RppsService.getICardsByFormat(String formatID)
           
 FormatDescriptorTO[] RppsService.getOutputFormats()
           
 TokenResponseTO RppsService.getTokenByClaims(String sslCert, String[] claimName, String[] claimValue)
          Web service operation.
 TokenResponseTO RppsService.getTokenByUrl(String policy, String policytype, String sslCert, String url)
          Deprecated.  
 TokenResponseTO RppsService.getTokenByRPEndPoint(String policy, String policytype, String sslCert, RPEndPointTO rpEndPointTO)
          Web service operation.
 ExtraTokenResponseTO RppsService.getTokenExtraByRPEndPoint(String policy, String policytype, String sslCert, RPEndPointTO rpEndPointTO)
          Web service operation.
 ExtraTokenResponseTO RppsService.getTokenExtraByUrl(String policy, String policytype, String sslCert, String url)
          Deprecated.  
 TokenResponseTO RppsService.getTokenObject(String policy, String policytype, String sslCert, String[] cuids, String typeofCredential, String[] credentialKey, String[] credentialValue, RPEndPointTO rpEndPointTO)
          Web service operation.
 TokenResponseTO RppsService.getTokenObject(String policy, String policytype, String sslCert, String[] cuids, String typeofCredential, String[] credentialKey, String[] credentialValue)
          Deprecated.  
 UIResponseTO RppsService.getUserInterface(RPEndPointTO rpEndPointTO, String target, String sslCert, String policytype, String policy)
          This method takes as input a policy---for example, one that has been retrieved from the Relying Party Agent (called here the 'Requester')---as well as a description of the Requester.
 UIResponseTO RppsService.getUserInterface(String url, String target, String sslCert, String policytype, String policy)
          Deprecated.  
 UserProfileTO RppsService.getUserProfile()
           
 ICardResponseTO RppsService.importICards(byte[] crd)
          Imports card from a file.
 ICardResponseTO RppsService.importICards(byte[] crd, String formatID, UITokenServiceCredentialTO credential)
          Imports card from a file.
 ResponseMessage RppsService.modifyCategories(CategoryTO[] categoriesTO)
           
 CategoryTO RppsService.modifyCategory(CategoryTO categoryTO)
           
 UserProfileTO RppsService.modifyUserProfile(UserProfileTO userProfile)
          Update user profile
 void RppsService.removeClaimValuesMRU(String claimType, String claimValue)
           
 ICardTO RppsService.resetPinCode(String cuid, String oldPinCode)
           
 boolean RppsService.setCardCredential(String cuid, UITokenServiceCredentialTO tokenCredential)
           
 ICardTO RppsService.setPinCode(String cuid, String pinCode)
           
 ICardUpdateResponseTO[] RppsService.updateClaimsAcrossCards(String[] claimTypes, String[] claimValues, ICardUpdateTO[] cardUpdate)
          Update claim across cards.
 ICardTO RppsService.updateICard(ICardTO icardTO)
          Update card.
 ICardUpdateResponseTO[] RppsService.updateICards(ICardTO[] icardTOList)
          Update card.