|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.eclipse.higgins.rpps.webservices.RPPSServiceImpl
This is the implementation bean class for the RPPSService web service. Created 18.01.2007 10:34:54
| Constructor Summary | |
|---|---|
RPPSServiceImpl()
|
|
| Method Summary | |
|---|---|
org.eclipse.higgins.rpps.core.tobj.CategoryTO |
addCategory(String userId,
String password,
org.eclipse.higgins.rpps.core.tobj.CategoryTO category)
Web service operation. |
void |
addClaimValuesMRU(String userId,
String password,
String claimType,
String claimValue)
Web service operation. |
boolean |
addUrlCardRelation(String userId,
String password,
String cuid,
String url)
Web service operation. |
org.eclipse.higgins.rpps.core.tobj.ResponseMessage |
addUserProfile(String userId,
String password,
org.eclipse.higgins.rpps.core.tobj.UserProfileTO userProfile)
Web service operation. |
void |
addUserProfileFromHBX(String userId,
String password)
Web service operation. |
org.eclipse.higgins.rpps.core.tobj.FormatDescriptorTO |
checkImportStream(String userId,
String password,
byte[] crd)
Checks whether RppsService can recognize data format of the provided input stream. |
org.eclipse.higgins.rpps.core.tobj.ICardTO |
clearCardCredential(String userId,
String password,
String cuid)
Web service operation. |
boolean |
clearCardHistory(String userId,
String password,
String cuid)
Web service operation. |
org.eclipse.higgins.rpps.core.tobj.ICardTO |
createDuplicateICard(String userId,
String password,
String cardName,
String cuid,
String pinCode)
Web service operation. |
org.eclipse.higgins.rpps.core.tobj.ICardTO |
createICardByTemplate(String userId,
String password,
org.eclipse.higgins.rpps.core.tobj.ICardTemplateTO template)
Web service operation creating a new card by card template |
String |
createICardFromHBX(String userId,
String password,
String cardname)
Deprecated. |
void |
deleteAllICard(String userId,
String password)
Web service operation. |
boolean |
deleteCardHistoryRecord(String userId,
String password,
String cuid,
String url)
Web service operation. |
void |
deleteCategory(String userId,
String password,
String categoryId)
Web service operation. |
org.eclipse.higgins.rpps.core.tobj.ICardUpdateResponseTO |
deleteICard(String userId,
String password,
String cuid)
Web service operation. |
boolean |
deleteUrlCardRelation(String userId,
String password,
String cuid,
String url)
Web service operation. |
boolean |
deleteUrlsCardsRelations(String userId,
String password,
String cuid)
Web service operation. |
org.eclipse.higgins.rpps.core.tobj.ResponseMessage |
deleteUserProfile(String userId,
String password)
Web service operation. |
org.eclipse.higgins.rpps.core.tobj.ICardTO |
editPinCode(String userId,
String password,
String cuid,
String oldPinCode,
String newPinCode)
Web service operation. |
byte[] |
exportICards(String userId,
String password,
String formatID,
String[] cards,
org.eclipse.higgins.rpps.core.tobj.UITokenServiceCredentialTO credential)
Web service operation. |
void |
generatePasswordResetCode(String userIdentifier)
Web service operation. |
void |
generatePasswordResetCodeWithCaptcha(String userIdentifier,
String captchaId,
String captchaResponse)
Web service operation. |
org.eclipse.higgins.rpps.core.tobj.CaptchaTO |
getCaptcha()
Generate CaptchaTO. |
org.eclipse.higgins.rpps.core.tobj.CardUsageTO[] |
getCardHistory(String userId,
String password,
String cuid,
int startFrom,
int capacity,
String orderBy,
String orderDirection)
Web service operation. |
org.eclipse.higgins.rpps.core.tobj.CardInformationTO |
getCardInformation(String userId,
String password,
String cuid,
int size)
Web service operation. |
org.eclipse.higgins.rpps.core.tobj.CategoryTO[] |
getCategory(String userId,
String password)
Web service operation. |
org.eclipse.higgins.rpps.core.tobj.MapTO[] |
getClaimValuesMRU(String userId,
String password)
Web service operation. |
org.eclipse.higgins.rpps.core.tobj.ICardTO |
getDefaultPCard(String userId,
String password)
Web service operation. |
String[] |
getHBXUIList(String version,
String windowsName)
Web service operation. |
String |
getHigginsServiceGlobalIName()
Web service operation. |
org.eclipse.higgins.rpps.core.tobj.ICardTO |
getICardById(String userId,
String password,
String cuid)
Gets the card by id |
org.eclipse.higgins.rpps.core.tobj.ICardTO |
getICardByIdAndTokenServiceCredential(String userId,
String password,
String cuid,
org.eclipse.higgins.rpps.core.tobj.UITokenServiceCredentialTO userCredintial)
Web service operation. |
org.eclipse.higgins.rpps.core.tobj.UIResponseCardTO |
getICardClaims(String userId,
String password,
String cuid,
String policy,
String typeofCredential,
String[] credentialKey,
String[] credentialValue)
Web service operation. |
org.eclipse.higgins.rpps.core.tobj.ICardTemplateTO[] |
getICardCreationTemplate(String userId,
String password)
Web service operation returns template list for card creating |
org.eclipse.higgins.rpps.core.tobj.ICardResponseTO |
getICards(String userId,
String password)
Gets the card list of the specified user. |
org.eclipse.higgins.rpps.core.tobj.ICardsAndCategoryTO |
getICardsAndCategoriesByUser(String userId,
String password)
Web service operation. |
org.eclipse.higgins.rpps.core.tobj.ICardTO[] |
getICardsByCUIDs(String userId,
String password,
String[] cuids)
Gets cards by CUIDs array. |
org.eclipse.higgins.rpps.core.tobj.ICardTO[] |
getICardsByFormat(String userId,
String password,
String formatID)
Web service operation. |
org.eclipse.higgins.rpps.core.tobj.FormatDescriptorTO[] |
getOutputFormats(String userId,
String password)
Web service operation. |
org.eclipse.higgins.rpps.core.tobj.TokenResponseTO |
getTokenByClaims(String sslCert,
String claimNameArray,
String claimValueArray)
Web service operation return security token by list claims. |
org.eclipse.higgins.rpps.core.tobj.TokenResponseTO |
getTokenByUrl(String userId,
String password,
String policy,
String policytype,
String sslCert,
String url)
Web service operation. |
org.eclipse.higgins.rpps.core.tobj.ExtraTokenResponseTO |
getTokenExtraByUrl(String userId,
String password,
String policy,
String policytype,
String sslCert,
String url)
Web service operation. |
org.eclipse.higgins.rpps.core.tobj.TokenResponseTO |
getTokenObject(String userId,
String password,
String policy,
String policytype,
String sslCert,
String[] cuids,
String typeofCredential,
String[] credentialKey,
String[] credentialValue)
Web service operation. |
org.eclipse.higgins.rpps.core.tobj.UIResponseTO |
getUI(String userId,
String password,
String url,
String target,
String sslCert,
String policytype,
String policy)
Web service operation. |
org.eclipse.higgins.rpps.core.tobj.UserProfileTO |
getUserProfile(String userId,
String password)
Web service operation. |
org.eclipse.higgins.rpps.core.tobj.ICardResponseTO |
importICardAsByteArray(String userId,
String password,
byte[] crd)
Web service operation. |
org.eclipse.higgins.rpps.core.tobj.ICardResponseTO |
importICards(String userId,
String password,
byte[] crd,
String formatID,
org.eclipse.higgins.rpps.core.tobj.UITokenServiceCredentialTO credential)
Web service operation. |
void |
importICardsAsString(String userId,
String password,
String crd)
Web service operation. |
org.eclipse.higgins.rpps.core.tobj.ResponseMessage |
modifyCategories(String userId,
String password,
org.eclipse.higgins.rpps.core.tobj.CategoryTO[] categories)
Web service operation. |
org.eclipse.higgins.rpps.core.tobj.CategoryTO |
modifyCategory(String userId,
String password,
org.eclipse.higgins.rpps.core.tobj.CategoryTO category)
Web service operation. |
void |
modifyPasswordWithOldPassword(String userIdentifier,
String oldPassword,
String newPassword)
Update user password, requires oldPassword for identify. |
void |
modifyPasswordWithPasswordResetCode(String userIdentifier,
String passwordResetCode,
String newPassword)
Update user password, requires password reset code for identify. |
void |
modifyPasswordWithPasswordResetCodeAndCaptcha(String userIdentifier,
String passwordResetCode,
String newPassword,
String captchaId,
String captchaResponse)
Update user password, requires password reset code for identify. |
org.eclipse.higgins.rpps.core.tobj.UserProfileTO |
modifyUserProfile(String userId,
String password,
org.eclipse.higgins.rpps.core.tobj.UserProfileTO userProfile)
Web service operation. |
void |
removeClaimValuesMRU(String userId,
String password,
String claimType,
String claimValue)
Web service operation. |
org.eclipse.higgins.rpps.core.tobj.ICardTO |
resetPinCode(String userId,
String password,
String cuid,
String oldPinCode)
Web service operation. |
boolean |
setCardCredential(String userId,
String password,
String cuid,
org.eclipse.higgins.rpps.core.tobj.UITokenServiceCredentialTO tokenCredential)
Web service operation. |
void |
setDefaultPCard(String userId,
String password,
String pcardId)
Web service operation. |
org.eclipse.higgins.rpps.core.tobj.ICardTO |
setPinCode(String userId,
String password,
String cuid,
String pinCode)
Web service operation. |
String[] |
testStringArray(String[] strArray)
Web service operation. |
org.eclipse.higgins.rpps.core.tobj.ICardUpdateResponseTO[] |
updateClaimsAcrossCards(String userId,
String password,
String[] claimTypes,
String[] claimValues,
org.eclipse.higgins.rpps.core.tobj.ICardUpdateTO[] cardUpdate)
Web service operation. |
org.eclipse.higgins.rpps.core.tobj.ICardTO |
updateICard(String userId,
String password,
org.eclipse.higgins.rpps.core.tobj.ICardTO icardTO)
Web service operation. |
org.eclipse.higgins.rpps.core.tobj.ICardUpdateResponseTO[] |
updateICards(String userId,
String password,
org.eclipse.higgins.rpps.core.tobj.ICardTO[] icardTOs)
Web service operation. |
boolean |
userIdentifierExists(String userIdentifier)
Web service operation. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RPPSServiceImpl()
| Method Detail |
public org.eclipse.higgins.rpps.core.tobj.ICardTO createICardByTemplate(String userId,
String password,
org.eclipse.higgins.rpps.core.tobj.ICardTemplateTO template)
throws javax.xml.rpc.soap.SOAPFaultException
createICardByTemplate in interface RPPSServiceSEIuserId - the id to identify the user.password - the password to identify the user.template - the icard's template
javax.xml.rpc.soap.SOAPFaultException
public String createICardFromHBX(String userId,
String password,
String cardname)
throws javax.xml.rpc.soap.SOAPFaultException
createICardFromHBX in interface RPPSServiceSEIuserId - the id to identify the user.password - the password to identify the user.cardname - the card's name
javax.xml.rpc.soap.SOAPFaultException
public org.eclipse.higgins.rpps.core.tobj.ICardTO createDuplicateICard(String userId,
String password,
String cardName,
String cuid,
String pinCode)
throws javax.xml.rpc.soap.SOAPFaultException
RPPSServiceSEI
createDuplicateICard in interface RPPSServiceSEIuserId - the id to identify the user.password - the password to identify the user.cardName - name of new cardcuid - the old icard's cuidpinCode - pinCode for retrieve claims of personal card if that is pin protected. Otherwise null
javax.xml.rpc.soap.SOAPFaultException
public org.eclipse.higgins.rpps.core.tobj.ICardUpdateResponseTO deleteICard(String userId,
String password,
String cuid)
throws javax.xml.rpc.soap.SOAPFaultException
deleteICard in interface RPPSServiceSEIuserId - the id to identify the user.password - the password to identify the user.cuid - the icard's CUID
code field equals
0 then card was updated correctly. Otherwise code field contains error code. If
deleted card had self signed type then cuid field contains cuid of personal card which had
been used to signed managed card.
javax.xml.rpc.soap.SOAPFaultException
public void deleteAllICard(String userId,
String password)
throws javax.xml.rpc.soap.SOAPFaultException
deleteAllICard in interface RPPSServiceSEIuserId - the id to identify the user.password - the password to identify the user.
java.rmi.SOAPFaultException
javax.xml.rpc.soap.SOAPFaultException
public String getHigginsServiceGlobalIName()
throws javax.xml.rpc.soap.SOAPFaultException
getHigginsServiceGlobalIName in interface RPPSServiceSEIjavax.xml.rpc.soap.SOAPFaultException
public org.eclipse.higgins.rpps.core.tobj.ICardResponseTO importICardAsByteArray(String userId,
String password,
byte[] crd)
throws javax.xml.rpc.soap.SOAPFaultException
importICardAsByteArray in interface RPPSServiceSEIuserId - the id to identify the user.password - the password to identify the user.crd - the card as a byte array.
javax.xml.rpc.soap.SOAPFaultException
public org.eclipse.higgins.rpps.core.tobj.ICardResponseTO importICards(String userId,
String password,
byte[] crd,
String formatID,
org.eclipse.higgins.rpps.core.tobj.UITokenServiceCredentialTO credential)
throws javax.xml.rpc.soap.SOAPFaultException
RPPSServiceSEI
importICards in interface RPPSServiceSEIuserId - the id to identify the user.password - the password to identify the user.crd - file's contextformatID - file's format identifiercredential - authentication information
javax.xml.rpc.soap.SOAPFaultException
public org.eclipse.higgins.rpps.core.tobj.FormatDescriptorTO checkImportStream(String userId,
String password,
byte[] crd)
throws javax.xml.rpc.soap.SOAPFaultException
RPPSServiceSEIRppsService can recognize data format of the provided input stream. Some formats
require authentication information in order to process input data. This method should be used prior to actual
attempt to import data from the input stream in order to retrieve an information about data format and required
authentication data to process the data successfully.
checkImportStream in interface RPPSServiceSEIuserId - the id to identify the user.password - the password to identify the user.crd - context of file as byte array
null
otherwise.
javax.xml.rpc.soap.SOAPFaultException
public byte[] exportICards(String userId,
String password,
String formatID,
String[] cards,
org.eclipse.higgins.rpps.core.tobj.UITokenServiceCredentialTO credential)
throws javax.xml.rpc.soap.SOAPFaultException
RPPSServiceSEI
exportICards in interface RPPSServiceSEIuserId - the id to identify the user.password - the password to identify the user.formatID - file's format identifiercards - the icard's CUIDscredential - authentication information
javax.xml.rpc.soap.SOAPFaultException
public org.eclipse.higgins.rpps.core.tobj.ICardTO[] getICardsByFormat(String userId,
String password,
String formatID)
throws javax.xml.rpc.soap.SOAPFaultException
RPPSServiceSEI
getICardsByFormat in interface RPPSServiceSEIuserId - the id to identify the user.password - the password to identify the user.formatID -
javax.xml.rpc.soap.SOAPFaultException
public org.eclipse.higgins.rpps.core.tobj.FormatDescriptorTO[] getOutputFormats(String userId,
String password)
throws javax.xml.rpc.soap.SOAPFaultException
RPPSServiceSEI
getOutputFormats in interface RPPSServiceSEIuserId - the id to identify the user.password - the password to identify the user.
javax.xml.rpc.soap.SOAPFaultExceptionFormatDescriptorTO
public void importICardsAsString(String userId,
String password,
String crd)
throws javax.xml.rpc.soap.SOAPFaultException
importICardsAsString in interface RPPSServiceSEIuserId - the id to identify the user.password - the password to identify the user.crd - the card as a string.
javax.xml.rpc.soap.SOAPFaultException
public String[] testStringArray(String[] strArray)
throws javax.xml.rpc.soap.SOAPFaultException
testStringArray in interface RPPSServiceSEIstrArray - the string array to be returned.
javax.xml.rpc.soap.SOAPFaultException
public org.eclipse.higgins.rpps.core.tobj.UIResponseTO getUI(String userId,
String password,
String url,
String target,
String sslCert,
String policytype,
String policy)
throws javax.xml.rpc.soap.SOAPFaultException
getUI in interface RPPSServiceSEIuserId - the id to identify the user.password - the password to identify the user.url - the URL to the html page with
public org.eclipse.higgins.rpps.core.tobj.TokenResponseTO getTokenByClaims(String sslCert,
String claimNameArray,
String claimValueArray)
throws javax.xml.rpc.soap.SOAPFaultException
getTokenByClaims in interface RPPSServiceSEIsslCert - the SSL certificateclaimNameArray - list of claim's namesclaimValueArray - list of claim's values
javax.xml.rpc.soap.SOAPFaultException
public org.eclipse.higgins.rpps.core.tobj.TokenResponseTO getTokenObject(String userId,
String password,
String policy,
String policytype,
String sslCert,
String[] cuids,
String typeofCredential,
String[] credentialKey,
String[] credentialValue)
throws javax.xml.rpc.soap.SOAPFaultException
getTokenObject in interface RPPSServiceSEIuserId - the id to identify the user.password - the password to identify the user.policy - the RP Agent's Relying Party Security Policypolicytype - the RP Security Policy typesslCert - the SSL certificatecuids - the user-selected subset of the UIDs (handles) contained in the UserInterfaceResponse object returned
from an earlier invocation of 'userInterfaceRequest'typeofCredential - the type of selected credentialcredentialKey - the names of fields of selected credentialcredentialValue - the value of fields of selected credential
javax.xml.rpc.soap.SOAPFaultException
public org.eclipse.higgins.rpps.core.tobj.ExtraTokenResponseTO getTokenExtraByUrl(String userId,
String password,
String policy,
String policytype,
String sslCert,
String url)
throws javax.xml.rpc.soap.SOAPFaultException
getTokenExtraByUrl in interface RPPSServiceSEIuserId - the id to identify the user.password - the password to identify the user.policy - the RP Agent's Relying Party Security Policypolicytype - the RP Security Policy typesslCert - the SSL certificateurl - the url of site which needs token
javax.xml.rpc.soap.SOAPFaultException
public org.eclipse.higgins.rpps.core.tobj.TokenResponseTO getTokenByUrl(String userId,
String password,
String policy,
String policytype,
String sslCert,
String url)
throws javax.xml.rpc.soap.SOAPFaultException
getTokenByUrl in interface RPPSServiceSEIuserId - the id to identify the user.password - the password to identify the user.policy - the RP Agent's Relying Party Security Policypolicytype - the RP Security Policy typesslCert - the SSL certificateurl - the url of site which needs token
javax.xml.rpc.soap.SOAPFaultException
public org.eclipse.higgins.rpps.core.tobj.ICardTO updateICard(String userId,
String password,
org.eclipse.higgins.rpps.core.tobj.ICardTO icardTO)
throws javax.xml.rpc.soap.SOAPFaultException
updateICard in interface RPPSServiceSEIuserId - the id to identify the user.password - the password to identify the user.icardTO - icardTO object with modified claims
javax.xml.rpc.soap.SOAPFaultException
public org.eclipse.higgins.rpps.core.tobj.ICardUpdateResponseTO[] updateICards(String userId,
String password,
org.eclipse.higgins.rpps.core.tobj.ICardTO[] icardTOs)
throws javax.xml.rpc.soap.SOAPFaultException
updateICards in interface RPPSServiceSEIuserId - the id to identify the user.password - the password to identify the user.
javax.xml.rpc.soap.SOAPFaultException
public org.eclipse.higgins.rpps.core.tobj.ICardTO getICardById(String userId,
String password,
String cuid)
throws javax.xml.rpc.soap.SOAPFaultException
getICardById in interface RPPSServiceSEIuserId - the id to identify the user.password - the password to identify the user.cuid - the i-card CUID
javax.xml.rpc.soap.SOAPFaultException
public org.eclipse.higgins.rpps.core.tobj.ICardsAndCategoryTO getICardsAndCategoriesByUser(String userId,
String password)
throws javax.xml.rpc.soap.SOAPFaultException
RPPSServiceSEI
getICardsAndCategoriesByUser in interface RPPSServiceSEIuserId - the id to identify the user.password - the password to identify the user.
javax.xml.rpc.soap.SOAPFaultException
public org.eclipse.higgins.rpps.core.tobj.ICardTO getICardByIdAndTokenServiceCredential(String userId,
String password,
String cuid,
org.eclipse.higgins.rpps.core.tobj.UITokenServiceCredentialTO userCredintial)
throws org.eclipse.higgins.rpps.core.tobj.StsFaultException,
javax.xml.rpc.soap.SOAPFaultException
getICardByIdAndTokenServiceCredential in interface RPPSServiceSEIuserId - the id to identify the user.password - the password to identify the user.cuid - the i-card CUIDuserCredintial - the authentication information for getting card's claim
javax.xml.rpc.soap.SOAPFaultException
org.eclipse.higgins.rpps.core.tobj.StsFaultException
public org.eclipse.higgins.rpps.core.tobj.UIResponseCardTO getICardClaims(String userId,
String password,
String cuid,
String policy,
String typeofCredential,
String[] credentialKey,
String[] credentialValue)
throws javax.xml.rpc.soap.SOAPFaultException
RPPSServiceSEI
getICardClaims in interface RPPSServiceSEIuserId - the id to identify the user.password - the password to identify the user.cuid - the card's cuid.policy - typeofCredential - credentialKey - credentialValue -
javax.xml.rpc.soap.SOAPFaultException
public org.eclipse.higgins.rpps.core.tobj.ICardTemplateTO[] getICardCreationTemplate(String userId,
String password)
throws javax.xml.rpc.soap.SOAPFaultException
getICardCreationTemplate in interface RPPSServiceSEIuserId - the id to identify the user.password - the password to identify the user.
javax.xml.rpc.soap.SOAPFaultException
public org.eclipse.higgins.rpps.core.tobj.ICardResponseTO getICards(String userId,
String password)
throws javax.xml.rpc.soap.SOAPFaultException
getICards in interface RPPSServiceSEIuserId - the id to identify the user.password - the password to identify the user.
javax.xml.rpc.soap.SOAPFaultException
public org.eclipse.higgins.rpps.core.tobj.ICardTO[] getICardsByCUIDs(String userId,
String password,
String[] cuids)
throws javax.xml.rpc.soap.SOAPFaultException
getICardsByCUIDs in interface RPPSServiceSEIuserId - the id to identify the user.password - the password to identify the user.cuids - the card CUIDs.
javax.xml.rpc.soap.SOAPFaultException
public org.eclipse.higgins.rpps.core.tobj.UserProfileTO getUserProfile(String userId,
String password)
throws javax.xml.rpc.soap.SOAPFaultException
RPPSServiceSEI
getUserProfile in interface RPPSServiceSEIuserId - the id to identify the user.password - the password to identify the user.
javax.xml.rpc.soap.SOAPFaultException
public void addUserProfileFromHBX(String userId,
String password)
throws javax.xml.rpc.soap.SOAPFaultException
addUserProfileFromHBX in interface RPPSServiceSEIuserId - the id to identify the user.password - the password to identify the user.
Exception
javax.xml.rpc.soap.SOAPFaultException
public boolean addUrlCardRelation(String userId,
String password,
String cuid,
String url)
throws javax.xml.rpc.soap.SOAPFaultException
addUrlCardRelation in interface RPPSServiceSEIuserId - the id to identify the user.password - the password to identify the user.cuid - the icard's CUIDurl - the web page url
true if relation was added. Otherwise false
javax.xml.rpc.soap.SOAPFaultException
public org.eclipse.higgins.rpps.core.tobj.ResponseMessage addUserProfile(String userId,
String password,
org.eclipse.higgins.rpps.core.tobj.UserProfileTO userProfile)
throws javax.xml.rpc.soap.SOAPFaultException
addUserProfile in interface RPPSServiceSEIuserId - the id to identify the user.password - the password to identify the user.userProfile - the userProfile profile information as UserProfileTO
ResponseMessage with code field equals 0 if profile was
added. Otherwise returns ResponseMessage with error code or throws an SOAPFaultException
javax.xml.rpc.soap.SOAPFaultException
public org.eclipse.higgins.rpps.core.tobj.ResponseMessage deleteUserProfile(String userId,
String password)
throws javax.xml.rpc.soap.SOAPFaultException
RPPSServiceSEI
deleteUserProfile in interface RPPSServiceSEIuserId - the id to identify the user.password - the password to identify the user.
ResponseMessage with code field equals 0 if profile was
deleted. Otherwise returns ResponseMessage with error code or throws an SOAPFaultException
javax.xml.rpc.soap.SOAPFaultException
public boolean deleteUrlsCardsRelations(String userId,
String password,
String cuid)
throws javax.xml.rpc.soap.SOAPFaultException
RPPSServiceSEI
deleteUrlsCardsRelations in interface RPPSServiceSEIuserId - the id to identify the user.password - the password to identify the user.cuid - the icard's CUID
true if relations were deleted. Otherwise false
javax.xml.rpc.soap.SOAPFaultException
public boolean deleteUrlCardRelation(String userId,
String password,
String cuid,
String url)
throws javax.xml.rpc.soap.SOAPFaultException
RPPSServiceSEI
deleteUrlCardRelation in interface RPPSServiceSEIuserId - the id to identify the user.password - the password to identify the user.cuid - the icard's CUIDurl - the url of site
true if relation was deleted. Otherwise false
javax.xml.rpc.soap.SOAPFaultException
public boolean userIdentifierExists(String userIdentifier)
throws javax.xml.rpc.soap.SOAPFaultException
RPPSServiceSEI
userIdentifierExists in interface RPPSServiceSEIuserIdentifier - the id to identify the user.
true if user identifier exists. Otherwise false
javax.xml.rpc.soap.SOAPFaultException
public org.eclipse.higgins.rpps.core.tobj.UserProfileTO modifyUserProfile(String userId,
String password,
org.eclipse.higgins.rpps.core.tobj.UserProfileTO userProfile)
throws javax.xml.rpc.soap.SOAPFaultException
RPPSServiceSEI
modifyUserProfile in interface RPPSServiceSEIuserId - the id to identify the user.password - the password to identify the user.userProfile - user profile information
javax.xml.rpc.soap.SOAPFaultException
public org.eclipse.higgins.rpps.core.tobj.ICardTO setPinCode(String userId,
String password,
String cuid,
String pinCode)
throws javax.xml.rpc.soap.SOAPFaultException
RPPSServiceSEI
setPinCode in interface RPPSServiceSEIuserId - the id to identify the user.password - the password to identify the user.cuid - the icard's CUIDpinCode - pin code
javax.xml.rpc.soap.SOAPFaultException
public org.eclipse.higgins.rpps.core.tobj.ICardTO resetPinCode(String userId,
String password,
String cuid,
String oldPinCode)
throws javax.xml.rpc.soap.SOAPFaultException
RPPSServiceSEI
resetPinCode in interface RPPSServiceSEIuserId - the id to identify the user.password - the password to identify the user.cuid - the icard's CUIDoldPinCode - pin code
javax.xml.rpc.soap.SOAPFaultException
public org.eclipse.higgins.rpps.core.tobj.ICardTO editPinCode(String userId,
String password,
String cuid,
String oldPinCode,
String newPinCode)
throws javax.xml.rpc.soap.SOAPFaultException
RPPSServiceSEI
editPinCode in interface RPPSServiceSEIuserId - the id to identify the user.password - the password to identify the user.cuid - the icard's CUIDoldPinCode - Old pin codenewPinCode - New pin code
javax.xml.rpc.soap.SOAPFaultException
public org.eclipse.higgins.rpps.core.tobj.CategoryTO[] getCategory(String userId,
String password)
throws javax.xml.rpc.soap.SOAPFaultException
RPPSServiceSEI
getCategory in interface RPPSServiceSEIuserId - the id to identify the user.password - the password to identify the user.
javax.xml.rpc.soap.SOAPFaultException
public org.eclipse.higgins.rpps.core.tobj.CategoryTO addCategory(String userId,
String password,
org.eclipse.higgins.rpps.core.tobj.CategoryTO category)
throws javax.xml.rpc.soap.SOAPFaultException
RPPSServiceSEI
addCategory in interface RPPSServiceSEIuserId - the id to identify the user.password - the password to identify the user.category - the category transfer object
javax.xml.rpc.soap.SOAPFaultException
public void deleteCategory(String userId,
String password,
String categoryId)
throws javax.xml.rpc.soap.SOAPFaultException
RPPSServiceSEI
deleteCategory in interface RPPSServiceSEIuserId - the id to identify the user.password - the password to identify the user.categoryId - category identifier
javax.xml.rpc.soap.SOAPFaultException
public org.eclipse.higgins.rpps.core.tobj.CategoryTO modifyCategory(String userId,
String password,
org.eclipse.higgins.rpps.core.tobj.CategoryTO category)
throws javax.xml.rpc.soap.SOAPFaultException
RPPSServiceSEI
modifyCategory in interface RPPSServiceSEIuserId - the id to identify the user.password - the password to identify the user.category - category transfer object
javax.xml.rpc.soap.SOAPFaultException
public org.eclipse.higgins.rpps.core.tobj.ResponseMessage modifyCategories(String userId,
String password,
org.eclipse.higgins.rpps.core.tobj.CategoryTO[] categories)
throws javax.xml.rpc.soap.SOAPFaultException
RPPSServiceSEI
modifyCategories in interface RPPSServiceSEIuserId - the id to identify the user.password - the password to identify the user.categories - list of card's category
ResponseMessage with code field equals 0 if category was
updated. Otherwise returns ResponseMessage with error code or throws an SOAPFaultException
javax.xml.rpc.soap.SOAPFaultException
public org.eclipse.higgins.rpps.core.tobj.CardInformationTO getCardInformation(String userId,
String password,
String cuid,
int size)
throws javax.xml.rpc.soap.SOAPFaultException
RPPSServiceSEI
getCardInformation in interface RPPSServiceSEIuserId - the id to identify the user.password - the password to identify the user.cuid - the icard's CUIDsize - count of card history element which will be returned
javax.xml.rpc.soap.SOAPFaultException
public org.eclipse.higgins.rpps.core.tobj.ICardTO clearCardCredential(String userId,
String password,
String cuid)
throws javax.xml.rpc.soap.SOAPFaultException
RPPSServiceSEI
clearCardCredential in interface RPPSServiceSEIuserId - the id to identify the user.password - the password to identify the user.cuid - the icard's CUID
javax.xml.rpc.soap.SOAPFaultException
public boolean setCardCredential(String userId,
String password,
String cuid,
org.eclipse.higgins.rpps.core.tobj.UITokenServiceCredentialTO tokenCredential)
throws javax.xml.rpc.soap.SOAPFaultException
RPPSServiceSEI
setCardCredential in interface RPPSServiceSEIuserId - the id to identify the user.password - the password to identify the user.cuid - the icard's CUIDtokenCredential - authentication card information
true if card credential was set. Otherwise false
javax.xml.rpc.soap.SOAPFaultException
public boolean clearCardHistory(String userId,
String password,
String cuid)
throws javax.xml.rpc.soap.SOAPFaultException
RPPSServiceSEI
clearCardHistory in interface RPPSServiceSEIuserId - the id to identify the user.password - the password to identify the user.cuid - the icard's CUID
true if card history was cleared. Otherwise false
javax.xml.rpc.soap.SOAPFaultException
public boolean deleteCardHistoryRecord(String userId,
String password,
String cuid,
String url)
throws javax.xml.rpc.soap.SOAPFaultException
RPPSServiceSEI
deleteCardHistoryRecord in interface RPPSServiceSEIuserId - the id to identify the user.password - the password to identify the user.cuid - the icard's CUIDurl - url of site which will be deleted from card history
true if card history record was deleted. Otherwise false
javax.xml.rpc.soap.SOAPFaultException
public org.eclipse.higgins.rpps.core.tobj.CardUsageTO[] getCardHistory(String userId,
String password,
String cuid,
int startFrom,
int capacity,
String orderBy,
String orderDirection)
throws javax.xml.rpc.soap.SOAPFaultException
RPPSServiceSEI
getCardHistory in interface RPPSServiceSEIuserId - the id to identify the user.password - the password to identify the user.cuid - the icard's CUIDstartFrom - starting position in the selectioncapacity - count of record which will be returnedorderBy - name of field which be used for sorting. Can take one of these values: "date","
site","useAlways"orderDirection - If value of this parameter is "desc" then result will be sorted in descending order.
Otherwise in ascending order.
javax.xml.rpc.soap.SOAPFaultException
public String[] getHBXUIList(String version,
String windowsName)
throws javax.xml.rpc.soap.SOAPFaultException
RPPSServiceSEI
getHBXUIList in interface RPPSServiceSEIversion - windowsName -
javax.xml.rpc.soap.SOAPFaultException
public org.eclipse.higgins.rpps.core.tobj.ICardUpdateResponseTO[] updateClaimsAcrossCards(String userId,
String password,
String[] claimTypes,
String[] claimValues,
org.eclipse.higgins.rpps.core.tobj.ICardUpdateTO[] cardUpdate)
throws javax.xml.rpc.soap.SOAPFaultException
RPPSServiceSEI
updateClaimsAcrossCards in interface RPPSServiceSEIuserId - the id to identify the user.password - the password to identify the user.claimTypes - array of claim's typesclaimValues - array of claim's types. Must be in the same order as claimTypescardUpdate - array of ICardUpdateTO
code
field equals 0 then card was updated correctly. Otherwise code field contains
error code
javax.xml.rpc.soap.SOAPFaultException
public org.eclipse.higgins.rpps.core.tobj.MapTO[] getClaimValuesMRU(String userId,
String password)
throws javax.xml.rpc.soap.SOAPFaultException
RPPSServiceSEI
getClaimValuesMRU in interface RPPSServiceSEIuserId - the id to identify the user.password - the password to identify the user.
javax.xml.rpc.soap.SOAPFaultException
public void addClaimValuesMRU(String userId,
String password,
String claimType,
String claimValue)
throws javax.xml.rpc.soap.SOAPFaultException
RPPSServiceSEI
addClaimValuesMRU in interface RPPSServiceSEIuserId - the id to identify the user.password - the password to identify the user.claimType - claim's typeclaimValue - claim's value
javax.xml.rpc.soap.SOAPFaultException
public void removeClaimValuesMRU(String userId,
String password,
String claimType,
String claimValue)
throws javax.xml.rpc.soap.SOAPFaultException
RPPSServiceSEI
removeClaimValuesMRU in interface RPPSServiceSEIuserId - the id to identify the user.password - the password to identify the user.claimType - claim's typeclaimValue - claim's value
javax.xml.rpc.soap.SOAPFaultException
public org.eclipse.higgins.rpps.core.tobj.ICardTO getDefaultPCard(String userId,
String password)
throws javax.xml.rpc.soap.SOAPFaultException
RPPSServiceSEI
getDefaultPCard in interface RPPSServiceSEIjavax.xml.rpc.soap.SOAPFaultException
public void setDefaultPCard(String userId,
String password,
String pcardId)
throws javax.xml.rpc.soap.SOAPFaultException
RPPSServiceSEI
setDefaultPCard in interface RPPSServiceSEIpcardId - personal card id (cuid)
javax.xml.rpc.soap.SOAPFaultException - if coudn't find pcardId throw SOAPFaultException
public void generatePasswordResetCode(String userIdentifier)
throws javax.xml.rpc.soap.SOAPFaultException
RPPSServiceSEI
generatePasswordResetCode in interface RPPSServiceSEIuserIdentifier -
javax.xml.rpc.soap.SOAPFaultException - if couldn't send email or if userIdentifier is invalid.WWM-1264 RPPS Changes for password reset http://graceland.parityinc.net:8090/browse/WWM-1264
public void modifyPasswordWithPasswordResetCode(String userIdentifier,
String passwordResetCode,
String newPassword)
throws javax.xml.rpc.soap.SOAPFaultException
RPPSServiceSEI
modifyPasswordWithPasswordResetCode in interface RPPSServiceSEIuserIdentifier - passwordResetCode -
javax.xml.rpc.soap.SOAPFaultExceptionWWM-1264 RPPS Changes for password reset http://graceland.parityinc.net:8090/browse/WWM-1264
public void modifyPasswordWithOldPassword(String userIdentifier,
String oldPassword,
String newPassword)
throws javax.xml.rpc.soap.SOAPFaultException
RPPSServiceSEI
modifyPasswordWithOldPassword in interface RPPSServiceSEIuserIdentifier - oldPassword - newPassword -
javax.xml.rpc.soap.SOAPFaultExceptionWWM-1264 RPPS Changes for password reset http://graceland.parityinc.net:8090/browse/WWM-1264
public void generatePasswordResetCodeWithCaptcha(String userIdentifier,
String captchaId,
String captchaResponse)
throws javax.xml.rpc.soap.SOAPFaultException
RPPSServiceSEI
generatePasswordResetCodeWithCaptcha in interface RPPSServiceSEIuserIdentifier - captchaId - captchaResponse -
javax.xml.rpc.soap.SOAPFaultException - If captchaResponse is invalid. if couldn't send email. if userIdentifier is invalid.WWM-1264 RPPS Changes for password reset http://graceland.parityinc.net:8090/browse/WWM-1264
public org.eclipse.higgins.rpps.core.tobj.CaptchaTO getCaptcha()
throws javax.xml.rpc.soap.SOAPFaultException
RPPSServiceSEI
getCaptcha in interface RPPSServiceSEIjavax.xml.rpc.soap.SOAPFaultExceptionWWM-1264 RPPS Changes for password reset http://graceland.parityinc.net:8090/browse/WWM-1264
public void modifyPasswordWithPasswordResetCodeAndCaptcha(String userIdentifier,
String passwordResetCode,
String newPassword,
String captchaId,
String captchaResponse)
throws javax.xml.rpc.soap.SOAPFaultException
RPPSServiceSEI
modifyPasswordWithPasswordResetCodeAndCaptcha in interface RPPSServiceSEIuserIdentifier - passwordResetCode - newPassword - captchaId - captchaResponse -
javax.xml.rpc.soap.SOAPFaultExceptionWWM-1264 RPPS Changes for password reset http://graceland.parityinc.net:8090/browse/WWM-1264
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||