|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(org.eclipse.higgins.user.login.UserAccount userAccount,
CategoryTO categoryTO)
Creates a new card's category. |
void |
IRppsService.addClaimValuesMRU(org.eclipse.higgins.user.login.UserAccount userAccount,
String claimType,
String claimValue)
Adds most recently used record. |
boolean |
IRppsService.addRPEndPointCardRelation(org.eclipse.higgins.user.login.UserAccount userAccount,
String cuid,
RPEndPointTO rpEndPointTO)
Create relation between card and relying party. |
boolean |
IRppsService.addUrlCardRelation(org.eclipse.higgins.user.login.UserAccount userAccount,
String cuid,
String url)
Deprecated. |
ResponseMessage |
IRppsService.addUserProfile(UserProfileTO userProfile,
String password)
Creates a new user profile. |
FormatDescriptorTO |
IRppsService.checkImportStream(org.eclipse.higgins.user.login.UserAccount userAccount,
byte[] crd)
Checks whether RppsService can recognize data format of the provided input stream. |
ICardTO |
IRppsService.clearCardCredential(org.eclipse.higgins.user.login.UserAccount userAccount,
String cuid)
Deletes saved authentication card information of the specified card. |
boolean |
IRppsService.clearCardHistory(org.eclipse.higgins.user.login.UserAccount userAccount,
String cuid)
Deletes card history of the specified card on all URLs unless it is checked as "Use Always". |
org.eclipse.higgins.user.profile.entity.Captcha |
IRppsService.createCaptcha()
Create new Captcha entity and store it via UserProfileService. |
ICardTO |
IRppsService.createDuplicateICard(org.eclipse.higgins.user.login.UserAccount userAccount,
String cardName,
String cuid,
String pinCode)
Creates duplicate of personal card only with new card's name. |
ICardTO |
IRppsService.createICard(org.eclipse.higgins.user.login.UserAccount userAccount,
ICardTemplateTO template)
Creates a new card by template. |
String |
IRppsService.createICardFromHBX(org.eclipse.higgins.user.login.UserAccount userAccount,
String cardname)
Deprecated. |
void |
IRppsService.deleteAllICard(org.eclipse.higgins.user.login.UserAccount userAccount)
Deletes all user's card. |
void |
IRppsService.deleteCaptcha(String id)
Delete Captcha entity via UserProfileService. |
boolean |
IRppsService.deleteCardHistoryRecord(org.eclipse.higgins.user.login.UserAccount userAccount,
String cuid,
RPEndPointTO rpEndPointTO)
Delete specified record of card history. |
boolean |
IRppsService.deleteCardHistoryRecord(org.eclipse.higgins.user.login.UserAccount userAccount,
String cuid,
String url)
Deprecated. |
void |
IRppsService.deleteCategory(org.eclipse.higgins.user.login.UserAccount userAccount,
String categoryId)
Delete the card's category. |
ICardUpdateResponseTO |
IRppsService.deleteICard(org.eclipse.higgins.user.login.UserAccount userAccount,
String cuid)
Deletes specified card. |
boolean |
IRppsService.deleteRPEndPointCardRelation(org.eclipse.higgins.user.login.UserAccount userAccount,
String cuid,
RPEndPointTO rpEndPointTO)
Delete relation between card and relying party. |
boolean |
IRppsService.deleteRPEndPointsCardsRelations(org.eclipse.higgins.user.login.UserAccount userAccount,
String cuid)
Delete all relations between card and relying party. |
boolean |
IRppsService.deleteUrlCardRelation(org.eclipse.higgins.user.login.UserAccount userAccount,
String cuid,
String url)
Deprecated. |
boolean |
IRppsService.deleteUrlsCardsRelations(org.eclipse.higgins.user.login.UserAccount userAccount,
String cuid)
Deprecated. |
ResponseMessage |
IRppsService.deleteUserProfile(org.eclipse.higgins.user.login.UserAccount userAccount)
Deletes user profile. |
ICardTO |
IRppsService.editPinCode(org.eclipse.higgins.user.login.UserAccount userAccount,
String cuid,
String oldPinCode,
String newPinCode)
Changes pin code for personal card. |
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. |
void |
IRppsService.generatePasswordResetCode(String userIdentifier)
Generate and send user email with new password reset code. |
org.eclipse.higgins.user.profile.entity.Captcha |
IRppsService.getCaptcha(String id)
Retrieve Captcha entity via UserProfileService. |
CardInformationTO |
IRppsService.getCardInformation(org.eclipse.higgins.user.login.UserAccount userAccount,
String cuid,
int size)
Gets card information object. |
CategoryTO[] |
IRppsService.getCategory(org.eclipse.higgins.user.login.UserAccount userAccount)
Gets list of card categories. |
MapTO[] |
IRppsService.getClaimValuesMRU(org.eclipse.higgins.user.login.UserAccount userAccount)
Gets most recently used records. |
ICardTO |
IRppsService.getDefaultPCard(org.eclipse.higgins.user.login.UserAccount userAccount)
Return default personal card. |
ICardTO |
IRppsService.getICardByCUID(org.eclipse.higgins.user.login.UserAccount userAccount,
String cuid)
Gets a card by CUID. |
ICardTO |
IRppsService.getICardByCUIDAndTokenServiceCredential(org.eclipse.higgins.user.login.UserAccount userAccount,
String cuid,
UITokenServiceCredentialTO tokenCredential)
This method gets the card with retrieved claims. |
UIResponseCardTO |
IRppsService.getICardClaims(org.eclipse.higgins.user.login.UserAccount userAccount,
String cuid,
String policy,
String typeofCredential,
String[] credentialKey,
String[] credentialValue)
Deprecated. |
UIResponseCardTO |
IRppsService.getICardClaims(org.eclipse.higgins.user.login.UserAccount userAccount,
String cuid,
String policy,
String typeofCredential,
String[] credentialKey,
String[] credentialValue,
RPEndPointTO rpEndPointTO)
Created for some demo. |
org.eclipse.higgins.icard.ICardTemplate[] |
IRppsService.getICardCreationTemplateByProvider(org.eclipse.higgins.user.login.UserAccount userAccount,
String extID)
This method return list of card creation template by provider id. |
ICardsAndCategoryTO |
IRppsService.getICardsAndCategoriesByUser(org.eclipse.higgins.user.login.UserAccount userAccount)
This method gets the card list and category list of the specified user. |
ICardTO[] |
IRppsService.getICardsByFormat(org.eclipse.higgins.user.login.UserAccount userAccount,
String formatID)
Gets cards which may be export to special file format. |
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 |
FormatDescriptorTO[] |
IRppsService.getOutputFormats(org.eclipse.higgins.user.login.UserAccount userAccount)
Gets available file format for cards export. |
TokenResponseTO |
IRppsService.getTokenByRPEndPoint(org.eclipse.higgins.user.login.UserAccount userAccount,
String policy,
String policytype,
String sslCert,
RPEndPointTO rpEndPointTO)
Makes security token usage saved users information. |
TokenResponseTO |
IRppsService.getTokenByUrl(org.eclipse.higgins.user.login.UserAccount userAccount,
String policy,
String policytype,
String sslCert,
String url)
Deprecated. |
ExtraTokenResponseTO |
IRppsService.getTokenExtraByRPEndPoint(org.eclipse.higgins.user.login.UserAccount userAccount,
String policy,
String policytype,
String sslCert,
RPEndPointTO rpEndPointTO)
Makes security token with extra card's information usage saved users information. |
ExtraTokenResponseTO |
IRppsService.getTokenExtraByUrl(org.eclipse.higgins.user.login.UserAccount userAccount,
String policy,
String policytype,
String sslCert,
String url)
Deprecated. |
TokenResponseTO |
IRppsService.getTokenObject(org.eclipse.higgins.user.login.UserAccount userAccount,
String policy,
String policytype,
String sslCert,
String[] cuids,
String typeofCredential,
String[] credentialKey,
String[] credentialValue)
Deprecated. |
TokenResponseTO |
IRppsService.getTokenObject(org.eclipse.higgins.user.login.UserAccount userAccount,
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(org.eclipse.higgins.user.login.UserAccount userAccount,
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 |
IRppsService.getUserInterface(org.eclipse.higgins.user.login.UserAccount userAccount,
String url,
String target,
String sslCert,
String policytype,
String policy)
Deprecated. |
UserProfileTO |
IRppsService.getUserProfile(org.eclipse.higgins.user.login.UserAccount userAccount)
Gets user profile as a UserProfileTO. |
ICardResponseTO |
IRppsService.importICards(org.eclipse.higgins.user.login.UserAccount userAccount,
byte[] crd)
Imports card from a file. |
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. |
ResponseMessage |
IRppsService.modifyCategories(org.eclipse.higgins.user.login.UserAccount userAccount,
CategoryTO[] categoriesTO)
Modifies list of card's category. |
CategoryTO |
IRppsService.modifyCategory(org.eclipse.higgins.user.login.UserAccount userAccount,
CategoryTO categoryTO)
Modifies the card's category. |
void |
IRppsService.modifyPasswordWithOldPassword(String userIdentifier,
String oldPassword,
String newPassword)
Update user password, requires oldPassword for identify. |
void |
IRppsService.modifyPasswordWithPasswordResetCode(String userIdentifier,
String passwordResetCode,
String newPassword)
Update user password, requires password reset code for identify. |
UserProfileTO |
IRppsService.modifyUserProfile(org.eclipse.higgins.user.login.UserAccount userAccount,
UserProfileTO userProfile)
Update user profile. |
void |
IRppsService.removeClaimValuesMRU(org.eclipse.higgins.user.login.UserAccount userAccount,
String claimType,
String claimValue)
Deletes most recently used record. |
ICardTO |
IRppsService.resetPinCode(org.eclipse.higgins.user.login.UserAccount userAccount,
String cuid,
String oldPinCode)
Remove pin code protection from personal card. |
boolean |
IRppsService.setCardCredential(org.eclipse.higgins.user.login.UserAccount userAccount,
String cuid,
UITokenServiceCredentialTO tokenCredential)
Saves authentication card information of the specified card. |
void |
IRppsService.setDefaultPCard(org.eclipse.higgins.user.login.UserAccount userAccount,
String pcardId)
Set default personal card. |
ICardTO |
IRppsService.setPinCode(org.eclipse.higgins.user.login.UserAccount userAccount,
String cuid,
String pinCode)
Sets pin code protection on personal card. |
ICardUpdateResponseTO[] |
IRppsService.updateClaimsAcrossCards(org.eclipse.higgins.user.login.UserAccount userAccount,
String[] claimTypes,
String[] claimValues,
ICardUpdateTO[] cardUpdate)
This method updates some claim values in list of cards. |
ICardTO |
IRppsService.updateICard(org.eclipse.higgins.user.login.UserAccount userAccount,
ICardTO icardTO)
This method update card. |
ICardUpdateResponseTO[] |
IRppsService.updateICards(org.eclipse.higgins.user.login.UserAccount userAccount,
ICardTO[] icardTOList)
This method update list of cards. |
| Uses of RppsException in org.eclipse.higgins.rpps.core.impl |
|---|
| Methods in org.eclipse.higgins.rpps.core.impl that throw RppsException | |
|---|---|
CategoryTO |
RppsService.addCategory(org.eclipse.higgins.user.login.UserAccount userAccount,
CategoryTO categoryTO)
Creates a new card's category. |
void |
RppsService.addClaimValuesMRU(org.eclipse.higgins.user.login.UserAccount userAccount,
String claimType,
String claimValue)
Adds most recently used record. |
boolean |
RppsService.addRPEndPointCardRelation(org.eclipse.higgins.user.login.UserAccount userAccount,
String cuid,
RPEndPointTO rpEndPointTO)
Create relation between card and relying party. |
boolean |
RppsService.addUrlCardRelation(org.eclipse.higgins.user.login.UserAccount userAccount,
String cuid,
String url)
Deprecated. |
ResponseMessage |
RppsService.addUserProfile(UserProfileTO userProfile,
String password)
Creates a new user profile. |
FormatDescriptorTO |
RppsService.checkImportStream(org.eclipse.higgins.user.login.UserAccount userAccount,
byte[] crd)
Checks whether RppsService can recognize data format of the provided input stream. |
ICardTO |
RppsService.clearCardCredential(org.eclipse.higgins.user.login.UserAccount userAccount,
String cuid)
Deletes saved authentication card information for specified card. |
boolean |
RppsService.clearCardHistory(org.eclipse.higgins.user.login.UserAccount userAccount,
String cuid)
Deletes card history of the specified card on all URLs unless it is checked as "Use Always". |
org.eclipse.higgins.user.profile.entity.Captcha |
RppsService.createCaptcha()
|
ICardTO |
RppsService.createDuplicateICard(org.eclipse.higgins.user.login.UserAccount userAccount,
String cardName,
String cuid,
String pinCode)
Creates duplicate of personal card only with new card's name. |
ICardTO |
RppsService.createICard(org.eclipse.higgins.user.login.UserAccount userAccount,
ICardTemplateTO template)
Creates a new card by template. |
String |
RppsService.createICardFromHBX(org.eclipse.higgins.user.login.UserAccount userAccount,
String cardname)
Deprecated. |
void |
RppsService.deleteAllICard(org.eclipse.higgins.user.login.UserAccount userAccount)
Deletes all user's card. |
void |
RppsService.deleteCaptcha(String id)
|
boolean |
RppsService.deleteCardHistoryRecord(org.eclipse.higgins.user.login.UserAccount userAccount,
String cuid,
RPEndPointTO rpEndPointTO)
Delete specified record of card history. |
boolean |
RppsService.deleteCardHistoryRecord(org.eclipse.higgins.user.login.UserAccount userAccount,
String cuid,
String url)
Deprecated. |
void |
RppsService.deleteCategory(org.eclipse.higgins.user.login.UserAccount userAccount,
String categoryId)
Delete the card's category. |
ICardUpdateResponseTO |
RppsService.deleteICard(org.eclipse.higgins.user.login.UserAccount userAccount,
String cuid)
Deletes specified card. |
boolean |
RppsService.deleteRPEndPointCardRelation(org.eclipse.higgins.user.login.UserAccount userAccount,
String cuid,
RPEndPointTO rpEndPointTO)
Delete relation between card and relying party. |
boolean |
RppsService.deleteRPEndPointsCardsRelations(org.eclipse.higgins.user.login.UserAccount userAccount,
String cuid)
Delete relation between card and relying party. |
boolean |
RppsService.deleteUrlCardRelation(org.eclipse.higgins.user.login.UserAccount userAccount,
String cuid,
String url)
Deprecated. |
boolean |
RppsService.deleteUrlsCardsRelations(org.eclipse.higgins.user.login.UserAccount userAccount,
String cuid)
Deprecated. |
ResponseMessage |
RppsService.deleteUserProfile(org.eclipse.higgins.user.login.UserAccount userAccount)
Deletes user profile. |
ICardTO |
RppsService.editPinCode(org.eclipse.higgins.user.login.UserAccount userAccount,
String cuid,
String oldPinCode,
String newPinCode)
Changes pin code for personal card. |
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. |
void |
RppsService.generatePasswordResetCode(String userIdentifier)
|
org.eclipse.higgins.user.profile.entity.Captcha |
RppsService.getCaptcha(String id)
|
CardInformationTO |
RppsService.getCardInformation(org.eclipse.higgins.user.login.UserAccount userAccount,
String cuid,
int size)
Gets card information object. |
CategoryTO[] |
RppsService.getCategory(org.eclipse.higgins.user.login.UserAccount userAccount)
|
MapTO[] |
RppsService.getClaimValuesMRU(org.eclipse.higgins.user.login.UserAccount userAccount)
|
ICardTO |
RppsService.getDefaultPCard(org.eclipse.higgins.user.login.UserAccount userAccount)
|
ICardTO |
RppsService.getICardByCUID(org.eclipse.higgins.user.login.UserAccount userAccount,
String cuid)
Gets a card by CUID. |
ICardTO |
RppsService.getICardByCUIDAndTokenServiceCredential(org.eclipse.higgins.user.login.UserAccount userAccount,
String cuid,
UITokenServiceCredentialTO tokenCredential)
Gets a card by CUID and Credential. |
UIResponseCardTO |
RppsService.getICardClaims(org.eclipse.higgins.user.login.UserAccount userAccount,
String cuid,
String policy,
String typeofCredential,
String[] credentialKey,
String[] credentialValue)
Deprecated. |
UIResponseCardTO |
RppsService.getICardClaims(org.eclipse.higgins.user.login.UserAccount userAccount,
String cuid,
String policy,
String typeofCredential,
String[] credentialKey,
String[] credentialValue,
RPEndPointTO rpEndPointTO)
Created for some demo. |
org.eclipse.higgins.icard.ICardTemplate[] |
RppsService.getICardCreationTemplateByProvider(org.eclipse.higgins.user.login.UserAccount userAccount,
String extID)
This method return list of card creation template by provider id. |
ICardTemplateTO |
RppsService.getICardCreationTemplateByTUID(org.eclipse.higgins.user.login.UserAccount userAccount,
String tuid)
Return templates for creating cards. |
ICardsAndCategoryTO |
RppsService.getICardsAndCategoriesByUser(org.eclipse.higgins.user.login.UserAccount userAccount)
Gets the card and category lists of the specified user. |
ICardTO[] |
RppsService.getICardsByFormat(org.eclipse.higgins.user.login.UserAccount userAccount,
String formatID)
Gets cards which may be export to special file format. |
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 |
FormatDescriptorTO[] |
RppsService.getOutputFormats(org.eclipse.higgins.user.login.UserAccount userAccount)
Gets available file format for cards export. |
TokenResponseTO |
RppsService.getTokenByRPEndPoint(org.eclipse.higgins.user.login.UserAccount userAccount,
String policy,
String policytype,
String sslCert,
RPEndPointTO rpEndPointTO)
Web service operation. |
TokenResponseTO |
RppsService.getTokenByUrl(org.eclipse.higgins.user.login.UserAccount userAccount,
String policy,
String policytype,
String sslCert,
String url)
Deprecated. |
ExtraTokenResponseTO |
RppsService.getTokenExtraByRPEndPoint(org.eclipse.higgins.user.login.UserAccount userAccount,
String policy,
String policytype,
String sslCert,
RPEndPointTO rpEndPointTO)
Web service operation. |
ExtraTokenResponseTO |
RppsService.getTokenExtraByUrl(org.eclipse.higgins.user.login.UserAccount userAccount,
String policy,
String policytype,
String sslCert,
String url)
Deprecated. |
TokenResponseTO |
RppsService.getTokenObject(org.eclipse.higgins.user.login.UserAccount userAccount,
org.eclipse.higgins.icard.IPolicy policy,
String policytype,
String sslCert,
String[] cuids,
org.eclipse.higgins.icard.auth.ICredential credential,
org.eclipse.higgins.user.profile.entity.WebForm webForm)
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). |
TokenResponseTO |
RppsService.getTokenObject(org.eclipse.higgins.user.login.UserAccount userAccount,
String policy,
String policytype,
String sslCert,
String[] cuids,
String typeofCredential,
String[] credentialKey,
String[] credentialValue)
Deprecated. |
TokenResponseTO |
RppsService.getTokenObject(org.eclipse.higgins.user.login.UserAccount userAccount,
String policy,
String policytype,
String sslCert,
String[] cuids,
String typeofCredential,
String[] credentialKey,
String[] credentialValue,
RPEndPointTO rpEndPointTO)
Web service operation. |
UIResponseTO |
RppsService.getUserInterface(org.eclipse.higgins.user.login.UserAccount userAccount,
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(org.eclipse.higgins.user.login.UserAccount userAccount,
String url,
String target,
String sslCert,
String policytype,
String policy)
Deprecated. |
UserProfileTO |
RppsService.getUserProfile(org.eclipse.higgins.user.login.UserAccount userAccount)
|
ICardResponseTO |
RppsService.importICards(org.eclipse.higgins.user.login.UserAccount userAccount,
byte[] crd)
Imports card from a file. |
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. |
ResponseMessage |
RppsService.modifyCategories(org.eclipse.higgins.user.login.UserAccount userAccount,
CategoryTO[] categoriesTO)
|
CategoryTO |
RppsService.modifyCategory(org.eclipse.higgins.user.login.UserAccount userAccount,
CategoryTO categoryTO)
|
void |
RppsService.modifyPasswordWithOldPassword(String userIdentifier,
String oldPassword,
String newPassword)
|
void |
RppsService.modifyPasswordWithPasswordResetCode(String userIdentifier,
String passwordResetCode,
String newPassword)
|
UserProfileTO |
RppsService.modifyUserProfile(org.eclipse.higgins.user.login.UserAccount userAccount,
UserProfileTO userProfileTO)
Update user profile. |
void |
RppsService.removeClaimValuesMRU(org.eclipse.higgins.user.login.UserAccount userAccount,
String claimType,
String claimValue)
|
ICardTO |
RppsService.resetPinCode(org.eclipse.higgins.user.login.UserAccount userAccount,
String cuid,
String oldPinCode)
|
boolean |
RppsService.setCardCredential(org.eclipse.higgins.user.login.UserAccount userAccount,
String cuid,
UITokenServiceCredentialTO tokenCredential)
|
void |
RppsService.setDefaultPCard(org.eclipse.higgins.user.login.UserAccount userAccount,
String pcardId)
|
ICardTO |
RppsService.setPinCode(org.eclipse.higgins.user.login.UserAccount userAccount,
String cuid,
String pinCode)
|
ICardUpdateResponseTO[] |
RppsService.updateClaimsAcrossCards(org.eclipse.higgins.user.login.UserAccount userAccount,
String[] claimTypes,
String[] claimValues,
ICardUpdateTO[] cardUpdate)
Update claim across cards. |
ICardTO |
RppsService.updateICard(org.eclipse.higgins.user.login.UserAccount userAccount,
ICardTO icardTO)
Update card. |
ICardUpdateResponseTO[] |
RppsService.updateICards(org.eclipse.higgins.user.login.UserAccount userAccount,
ICardTO[] icardTOList)
Update card. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||