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 relying party.
 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)
          Delete relation between card and relying party.
 boolean IRppsService.deleteUrlsCardsRelations(String cuid)
          Deprecated.  
 boolean IRppsService.deleteRPEndPointsCardsRelations(String cuid)
          Delete all relations between card and relying party.
 ResponseMessage IRppsService.deleteUserProfile()
          Deletes user profile.
 ICardTO IRppsService.editPinCode(String cuid, String oldPinCode, String newPinCode)
          Changes pin code for personal card.
 byte[] IRppsService.exportICards(String formatID, String[] cards, UITokenServiceCredentialTO credential)
          Returns file as byte array with special which contains select cards.
 CardInformationTO IRppsService.getCardInformation(String cuid, int size)
          Gets card information object.
 CategoryTO[] IRppsService.getCategory()
          Gets list of card categories.
 MapTO[] IRppsService.getClaimValuesMRU()
          Gets most recently used records.
 ICardTO IRppsService.getICardByCUID(String cuid)
          Gets a card by CUID.
 ICardTO IRppsService.getICardByCUIDAndTokenServiceCredential(String cuid, UITokenServiceCredentialTO tokenCredential)
          This method gets the card with retrieved claims.
 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)
          Created for some demo.
 ICardTemplateTO[] IRppsService.getICardCreationTemplate()
          This method return list of card creation template as array of ICardTemplateTO.
 org.eclipse.higgins.icard.ICardTemplate[] IRppsService.getICardCreationTemplateByProvider(String extID)
          This method return list of card creation template by provider id.
 ICardsAndCategoryTO IRppsService.getICardsAndCategoriesByUser()
          This method gets the card list and category list of the specified user.
 ICardTO[] IRppsService.getICardsByFormat(String formatID)
          Gets cards which may be export to special file format.
 FormatDescriptorTO[] IRppsService.getOutputFormats()
          Gets available file format for cards export.
 TokenResponseTO IRppsService.getTokenByClaims(String sslCert, String[] claimName, String[] claimValue)
          Makes xmlToken usage claim list.
 TokenResponseTO IRppsService.getTokenByRPEndPoint(String policy, String policytype, String sslCert, RPEndPointTO rpEndPointTO)
          Makes security token usage saved users information.
 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)
          Makes security token with extra card's information usage saved users information.
 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)
          Given the Relying Party Agent (aka 'Requester')'s policy, identity information about the requester, and the set of one or more selections that the user has just made in the ISS Web UI (see userInterfaceRequest), AND presuming that the protocol involved in interacting with the RPA requires a security token, request the token that corresponds to the user's selection(s).
 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()
          Gets user profile as a UserProfileTO.
 ICardResponseTO IRppsService.importICards(byte[] crd)
          Imports card from a file.
 ICardResponseTO IRppsService.importICards(byte[] crd, String formatID, UITokenServiceCredentialTO credential)
          Import cards from special format file.
 ResponseMessage IRppsService.modifyCategories(CategoryTO[] categoriesTO)
          Modifies list of card's category.
 CategoryTO IRppsService.modifyCategory(CategoryTO categoryTO)
          Modifies the card's category.
 UserProfileTO IRppsService.modifyUserProfile(UserProfileTO userProfile)
          Update user profile.
 void IRppsService.removeClaimValuesMRU(String claimType, String claimValue)
          Deletes most recently used record.
 ICardTO IRppsService.resetPinCode(String cuid, String oldPinCode)
          Remove pin code protection from personal card.
 boolean IRppsService.setCardCredential(String cuid, UITokenServiceCredentialTO tokenCredential)
          Saves authentication card information of the specified card.
 ICardTO IRppsService.setPinCode(String cuid, String pinCode)
          Sets pin code protection on personal card.
 ICardUpdateResponseTO[] IRppsService.updateClaimsAcrossCards(String[] claimTypes, String[] claimValues, ICardUpdateTO[] cardUpdate)
          This method updates some claim values in list of cards.
 ICardTO IRppsService.updateICard(ICardTO icardTO)
          This method update card.
 ICardUpdateResponseTO[] IRppsService.updateICards(ICardTO[] icardTOList)
          This method update list of cards.
 void IRppsService.setDefaultPCard(String pcardId)
          Set default personal card.
 ICardTO IRppsService.getDefaultPCard()
          Return default personal card.
 void IRppsService.generatePasswordResetCode(String userIdentifier)
          Generate and send user email with new password reset code.
 void IRppsService.modifyPasswordWithPasswordResetCode(String userIdentifier, String passwordResetCode, String newPassword)
          Update user password, requires password reset code for identify.
 void IRppsService.modifyPasswordWithOldPassword(String userIdentifier, String oldPassword, String newPassword)
          Update user password, requires oldPassword for identify.
 org.eclipse.higgins.userprofile.entity.Captcha IRppsService.createCaptcha()
          Create new Captcha entity and store it via UserProfileService.
 org.eclipse.higgins.userprofile.entity.Captcha IRppsService.getCaptcha(String id)
          Retrieve Captcha entity via UserProfileService.
 void IRppsService.deleteCaptcha(String id)
          Delete Captcha entity via UserProfileService.
 

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)
          Create relation between card and relying party.
 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)
          Delete relation between card and relying party.
 boolean RppsService.deleteUrlCardRelation(String cuid, String url)
          Deprecated.  
 boolean RppsService.deleteUrlsCardsRelations(String cuid)
          Deprecated.  
 boolean RppsService.deleteRPEndPointsCardsRelations(String cuid)
          Delete relation between card and relying party.
 ResponseMessage RppsService.deleteUserProfile()
          Deletes user profile.
 ICardTO RppsService.editPinCode(String cuid, String oldPinCode, String newPinCode)
          Changes pin code for personal card.
 byte[] RppsService.exportICards(String formatID, String[] cards, UITokenServiceCredentialTO credential)
          Returns file as byte array with special which contains select cards.
 CardInformationTO RppsService.getCardInformation(String cuid, int size)
          Gets card information object.
 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)
          Created for some demo.
 org.eclipse.higgins.icard.ICardTemplate[] RppsService.getICardCreationTemplateByProvider(String extID)
          This method return list of card creation template by provider id.
 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)
          Gets cards which may be export to special file format.
 FormatDescriptorTO[] RppsService.getOutputFormats()
          Gets available file format for cards export.
 TokenResponseTO RppsService.getTokenByClaims(String sslCert, String[] claimName, String[] claimValue)
          Makes xmlToken usage claim list.
 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.
 ICardTO RppsService.getDefaultPCard()
           
 void RppsService.setDefaultPCard(String pcardId)
           
 void RppsService.generatePasswordResetCode(String userIdentifier)
           
 void RppsService.modifyPasswordWithPasswordResetCode(String userIdentifier, String passwordResetCode, String newPassword)
           
 void RppsService.modifyPasswordWithOldPassword(String userIdentifier, String oldPassword, String newPassword)
           
 org.eclipse.higgins.userprofile.entity.Captcha RppsService.createCaptcha()
           
 org.eclipse.higgins.userprofile.entity.Captcha RppsService.getCaptcha(String id)
           
 void RppsService.deleteCaptcha(String id)