|
|||||||||||
| 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 | |
ICardTO |
IRppsService.createICard(String id,
String[] properties)
Creates a new card |
ICardTO |
IRppsService.createICard(ICardTemplateTO template)
Creates a new card by template |
ICardTO |
IRppsService.createDuplicateICard(String cardName,
String cuid,
String pinCode)
Creates the duplicate card with new card's name |
String |
IRppsService.createICardFromHBX(String cardname)
Creates new card |
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)
|
ICardsAndCategoryTO |
IRppsService.getICardsAndCategoriesByUser()
Gets the card and category lists of the specified user. |
ICardTO |
IRppsService.updateICard(ICardTO icardTO)
Update card. |
ICardResponseTO |
IRppsService.importICards(byte[] crd)
Imports card from a file. |
ICardResponseTO |
IRppsService.importICards(byte[] crd,
String formatID,
UITokenServiceCredentialTO credential)
|
FormatDescriptorTO |
IRppsService.checkImportStream(byte[] crd)
|
byte[] |
IRppsService.exportICards(String formatID,
String[] cards,
UITokenServiceCredentialTO credential)
|
ICardTO[] |
IRppsService.getICardsByFormat(String formatID)
|
FormatDescriptorTO[] |
IRppsService.getOutputFormats()
|
ICardUpdateResponseTO |
IRppsService.deleteICard(String cuid)
Deletes specified card. |
void |
IRppsService.deleteAllICard()
Deletes all user's card. |
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. |
TokenResponseTO |
IRppsService.getTokenByClaims(String sslCert,
String[] claimName,
String[] claimValue)
Web service operation. |
TokenResponseTO |
IRppsService.getTokenObject(String policy,
String policytype,
String sslCert,
String[] cuids,
String typeofCredential,
String[] credentialKey,
String[] credentialValue)
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. |
ICardTemplateTO[] |
IRppsService.getICardCreationTemplate()
Return templates for creating cards |
org.eclipse.higgins.icard.ICardTemplate[] |
IRppsService.getICardCreationTemplateByProvider(String extID)
|
ICardTO |
IRppsService.setPinCode(String cuid,
String pinCode)
Get a icard template for creating personal card |
ICardTO |
IRppsService.resetPinCode(String cuid,
String oldPinCode)
|
ICardTO |
IRppsService.editPinCode(String cuid,
String oldPinCode,
String newPinCode)
|
boolean |
IRppsService.clearCardHistory(String cuid)
|
CategoryTO[] |
IRppsService.getCategory()
|
CategoryTO |
IRppsService.addCategory(CategoryTO categoryTO)
|
void |
IRppsService.deleteCategory(String categoryId)
|
CategoryTO |
IRppsService.modifyCategory(CategoryTO categoryTO)
|
ResponseMessage |
IRppsService.modifyCategories(CategoryTO[] categoriesTO)
|
UserProfileTO |
IRppsService.getUserProfile()
|
void |
IRppsService.addUserProfileFromHBX(String userId,
String password)
Creates new user profile |
ResponseMessage |
IRppsService.addUserProfile(UserProfileTO userProfile)
Creates new user profile |
ResponseMessage |
IRppsService.deleteUserProfile()
Deletes user profile |
UserProfileTO |
IRppsService.modifyUserProfile(UserProfileTO userProfile)
Update user profile |
CardInformationTO |
IRppsService.getCardInformation(String cuid,
int size)
|
ICardTO |
IRppsService.clearCardCredential(String cuid)
|
boolean |
IRppsService.setCardCredential(String cuid,
UITokenServiceCredentialTO tokenCredential)
|
boolean |
IRppsService.deleteUrlCardRelation(String cuid,
String url)
|
ICardUpdateResponseTO[] |
IRppsService.updateClaimAcrossCards(String claimType,
String claimValue,
ICardUpdateTO[] cardUpdate)
|
MapTO[] |
IRppsService.getClaimValuesMRU()
|
void |
IRppsService.addClaimValuesMRU(String claimType,
String claimValue)
|
void |
IRppsService.removeClaimValuesMRU(String claimType,
String claimValue)
|
| Uses of RppsException in org.eclipse.higgins.rpps.core.impl |
|---|
| Methods in org.eclipse.higgins.rpps.core.impl that throw RppsException | |
ICardTO |
RppsService.createICard(String id,
String[] properties)
Creates a new card |
ICardTO |
RppsService.createICard(ICardTemplateTO template)
Creates a new card by template |
ICardTO |
RppsService.createDuplicateICard(String cardName,
String cuid,
String pinCode)
Creates the duplicate card with new card's name |
String |
RppsService.createICardFromHBX(String cardname)
Creates new card |
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)
|
ICardsAndCategoryTO |
RppsService.getICardsAndCategoriesByUser()
Gets the card and category lists of the specified user. |
ICardTO |
RppsService.updateICard(ICardTO icardTO)
Update card. |
ICardUpdateResponseTO[] |
RppsService.updateClaimAcrossCards(String claimType,
String claimValue,
ICardUpdateTO[] cardUpdate)
Update claim across cards. |
MapTO[] |
RppsService.getClaimValuesMRU()
|
void |
RppsService.addClaimValuesMRU(String claimType,
String claimValue)
|
void |
RppsService.removeClaimValuesMRU(String claimType,
String claimValue)
|
ICardResponseTO |
RppsService.importICards(byte[] crd)
Imports card from a file. |
ICardResponseTO |
RppsService.importICards(byte[] crd,
String formatID,
UITokenServiceCredentialTO credential)
Imports card from a file. |
FormatDescriptorTO |
RppsService.checkImportStream(byte[] crd)
|
byte[] |
RppsService.exportICards(String formatID,
String[] cards,
UITokenServiceCredentialTO credential)
|
ICardTO[] |
RppsService.getICardsByFormat(String formatID)
|
FormatDescriptorTO[] |
RppsService.getOutputFormats()
|
ICardUpdateResponseTO |
RppsService.deleteICard(String cuid)
Deletes specified card. |
void |
RppsService.deleteAllICard()
Deletes all user's card. |
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. |
TokenResponseTO |
RppsService.getTokenByClaims(String sslCert,
String[] claimName,
String[] claimValue)
Web service operation. |
TokenResponseTO |
RppsService.getTokenObject(String policy,
String policytype,
String sslCert,
String[] cuids,
String typeofCredential,
String[] credentialKey,
String[] credentialValue)
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. |
ICardTemplateTO |
RppsService.getICardCreationTemplateByTUID(String tuid)
Return templates for creating cards |
org.eclipse.higgins.icard.ICardTemplate[] |
RppsService.getICardCreationTemplateByProvider(String extID)
|
ICardTO |
RppsService.setPinCode(String cuid,
String pinCode)
Get a icard template for creating personal card |
ICardTO |
RppsService.resetPinCode(String cuid,
String oldPinCode)
|
ICardTO |
RppsService.editPinCode(String cuid,
String oldPinCode,
String newPinCode)
|
CategoryTO[] |
RppsService.getCategory()
|
CategoryTO |
RppsService.addCategory(CategoryTO categoryTO)
|
void |
RppsService.deleteCategory(String categoryId)
|
CategoryTO |
RppsService.modifyCategory(CategoryTO categoryTO)
|
ResponseMessage |
RppsService.modifyCategories(CategoryTO[] categoriesTO)
|
UserProfileTO |
RppsService.getUserProfile()
|
void |
RppsService.addUserProfileFromHBX(String userId,
String password)
Creates new user profile |
ResponseMessage |
RppsService.addUserProfile(UserProfileTO userProfile)
Creates new user profile |
ResponseMessage |
RppsService.deleteUserProfile()
Deletes user profile |
UserProfileTO |
RppsService.modifyUserProfile(UserProfileTO userProfile)
Update user profile |
CardInformationTO |
RppsService.getCardInformation(String cuid,
int size)
|
ICardTO |
RppsService.clearCardCredential(String cuid)
|
boolean |
RppsService.setCardCredential(String cuid,
UITokenServiceCredentialTO tokenCredential)
|
boolean |
RppsService.deleteUrlCardRelation(String cuid,
String url)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||