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)
           
 void IRppsService.addClaimValuesMRU(String claimType, String claimValue)
           
 ResponseMessage IRppsService.addUserProfile(UserProfileTO userProfile)
          Creates new user profile
 void IRppsService.addUserProfileFromHBX(String userId, String password)
          Creates new user profile
 FormatDescriptorTO IRppsService.checkImportStream(byte[] crd)
           
 ICardTO IRppsService.clearCardCredential(String cuid)
           
 boolean IRppsService.clearCardHistory(String cuid)
           
 ICardTO IRppsService.createDuplicateICard(String cardName, String cuid, String pinCode)
          Creates the duplicate card with new card's name
 ICardTO IRppsService.createICard(ICardTemplateTO template)
          Creates a new card by template
 ICardTO IRppsService.createICard(String id, String[] properties)
          Creates a new card
 String IRppsService.createICardFromHBX(String cardname)
          Creates new card
 void IRppsService.deleteAllICard()
          Deletes all user's card.
 boolean IRppsService.deleteCardHistoryRecord(String cuid, String url)
           
 void IRppsService.deleteCategory(String categoryId)
           
 ICardUpdateResponseTO IRppsService.deleteICard(String cuid)
          Deletes specified card.
 boolean IRppsService.deleteUrlCardRelation(String cuid, String url)
           
 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)
           
 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.getTokenByUrl(String policy, String policytype, String sslCert, String url)
          Web service operation.
 ExtraTokenResponseTO IRppsService.getTokenExtraByUrl(String policy, String policytype, String sslCert, String url)
          Web service operation.
 TokenResponseTO IRppsService.getTokenObject(String policy, String policytype, String sslCert, String[] cuids, String typeofCredential, String[] credentialKey, String[] credentialValue)
          Web service operation.
 UIResponseTO IRppsService.getUserInterface(String url, 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)
          Get a icard template for creating personal card
 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)
           
 void RppsService.addClaimValuesMRU(String claimType, String claimValue)
           
 ResponseMessage RppsService.addUserProfile(UserProfileTO userProfile)
          Creates new user profile
 void RppsService.addUserProfileFromHBX(String userId, String password)
          Creates new user profile
 FormatDescriptorTO RppsService.checkImportStream(byte[] crd)
           
 ICardTO RppsService.clearCardCredential(String cuid)
           
 boolean RppsService.clearCardHistory(String cuid)
           
 ICardTO RppsService.createDuplicateICard(String cardName, String cuid, String pinCode)
          Creates the duplicate card with new card's name
 ICardTO RppsService.createICard(ICardTemplateTO template)
          Creates a new card by template
 ICardTO RppsService.createICard(String id, String[] properties)
          Creates a new card
 String RppsService.createICardFromHBX(String cardname)
          Creates new card
 void RppsService.deleteAllICard()
          Deletes all user's card.
 boolean RppsService.deleteCardHistoryRecord(String cuid, String url)
           
 void RppsService.deleteCategory(String categoryId)
           
 ICardUpdateResponseTO RppsService.deleteICard(String cuid)
          Deletes specified card.
 boolean RppsService.deleteUrlCardRelation(String cuid, String url)
           
 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)
           
 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)
          Web service operation.
 ExtraTokenResponseTO RppsService.getTokenExtraByUrl(String policy, String policytype, String sslCert, String url)
          Web service operation.
 TokenResponseTO RppsService.getTokenObject(String policy, String policytype, String sslCert, String[] cuids, String typeofCredential, String[] credentialKey, String[] credentialValue)
          Web service operation.
 UIResponseTO RppsService.getUserInterface(String url, 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 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)
          Get a icard template for creating personal card
 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.