|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
| Method Summary | |
|---|---|
Category |
addCategory(CallbackHandler handler,
Category category)
|
void |
addSelectorAndSetPasswordByPasswordIsapMd5(String userId,
String privateSelectorINumber,
byte[] passwordIsapMd5,
String newPassword)
Add the new Selector given by the privateSelectorINumber and set the new password without remembering it. |
UserProfile |
addUserProfile(CallbackHandler handler,
UserProfile userProfile)
|
CardInformation |
clearCardCredential(CallbackHandler handler,
org.eclipse.higgins.icard.CUID cuid)
Clears credential information for the given card. |
void |
deleteCategory(CallbackHandler handler,
String categoryId)
|
void |
deleteOldPassword(CallbackHandler handler)
Deletes the old password and change it to the new one. |
void |
deleteUserProfile(CallbackHandler handler)
|
CardInformation |
getCardInformation(CallbackHandler handler,
org.eclipse.higgins.icard.CUID cuid)
Returns the whole information about the given card |
ICardUsageManager |
getCardUsageManager(CallbackHandler handler)
Returns class that manages all Card usage and URI relations information |
List |
getCategories(CallbackHandler handler)
|
PolicyVersion |
getRPPolicyVersion(CallbackHandler handler,
WebForm form)
|
UserProfile |
getUserProfile(CallbackHandler handler)
|
Category |
modifyCategory(CallbackHandler handler,
Category category)
|
UserProfile |
modifyUserProfile(CallbackHandler handler,
UserProfile userProfile)
|
String |
resetPassword(CallbackHandler handler)
|
String |
resolveUserIdentifier(String privateSelectorINumber)
Resolves user private Selector I-Number to user Identifier |
CardInformation |
setCardCredential(CallbackHandler handler,
org.eclipse.higgins.icard.CUID cuid,
CardCredential cardCredential)
Sets credential information for the given card. |
void |
setNewPassword(CallbackHandler handler,
String newPassword)
Sets the new password allowing authentication both by new and old passwords until the successful deleteOldPassword() call. |
void |
setNewPasswordByPasswordIsapMd5(String userId,
byte[] passwordIsapMd5,
String newPassword)
Sets the new password allowing authentication both by new and old passwords until the successful deleteOldPassword() call. |
void |
setRPPolicyVersion(CallbackHandler handler,
PolicyVersion policyVersion)
|
boolean |
userIdentifierExists(String userIdentifier)
|
| Methods inherited from interface org.eclipse.higgins.registry.IServiceProvider |
|---|
getConfiguration, getID, setID |
| Method Detail |
public UserProfile getUserProfile(CallbackHandler handler)
throws UserProfileException
org.eclipse.higgins.icard.CardException
UserProfileException
public UserProfile addUserProfile(CallbackHandler handler,
UserProfile userProfile)
throws UserProfileException
userProfile -
org.eclipse.higgins.icard.CardException
UserProfileException
public UserProfile modifyUserProfile(CallbackHandler handler,
UserProfile userProfile)
throws UserProfileException
userProfile -
UserProfileException
public void deleteUserProfile(CallbackHandler handler)
throws UserProfileException
UserProfileException
public String resetPassword(CallbackHandler handler)
throws UserProfileException
UserProfileException
public boolean userIdentifierExists(String userIdentifier)
throws UserProfileException
userIdentifier -
UserProfileException
public String resolveUserIdentifier(String privateSelectorINumber)
throws UserProfileException
privateSelectorINumber -
UserProfileException
public List getCategories(CallbackHandler handler)
throws UserProfileException
handler - - authentication handler
UserProfileException
public Category addCategory(CallbackHandler handler,
Category category)
throws UserProfileException
handler - - authentication handlercategory -
UserProfileException
public Category modifyCategory(CallbackHandler handler,
Category category)
throws UserProfileException
handler - - authentication handlercategory -
UserProfileException
public void deleteCategory(CallbackHandler handler,
String categoryId)
throws UserProfileException
categoryId -
UserProfileException
public CardInformation setCardCredential(CallbackHandler handler,
org.eclipse.higgins.icard.CUID cuid,
CardCredential cardCredential)
throws UserProfileException
handler - cuid - cardCredential -
UserProfileException
public CardInformation clearCardCredential(CallbackHandler handler,
org.eclipse.higgins.icard.CUID cuid)
throws UserProfileException
handler -
UserProfileException
public CardInformation getCardInformation(CallbackHandler handler,
org.eclipse.higgins.icard.CUID cuid)
throws UserProfileException
handler - cuid -
UserProfileException
public ICardUsageManager getCardUsageManager(CallbackHandler handler)
throws UserProfileException
handler -
UserProfileException
public PolicyVersion getRPPolicyVersion(CallbackHandler handler,
WebForm form)
throws UserProfileException
UserProfileException
public void setRPPolicyVersion(CallbackHandler handler,
PolicyVersion policyVersion)
throws UserProfileException
UserProfileException
public void setNewPassword(CallbackHandler handler,
String newPassword)
throws UserProfileException
handler - - Callback handler containing current and valid "old password" or the new one.newPassword - - password, on which the authentication will try. If not succeeded,
will conduct on the old one.
UserProfileException
public void setNewPasswordByPasswordIsapMd5(String userId,
byte[] passwordIsapMd5,
String newPassword)
throws UserProfileException
passwordIsapMd5 - - hash of Installation Key MD5 by which authentication
occurs herenewPassword - - password, on which the authentication will try. If not
succeeded, will conduct on the old one.
UserProfileException
public void deleteOldPassword(CallbackHandler handler)
throws UserProfileException
handler - - Callback handler containing current and valid "old password" or the new one.
UserProfileException
public void addSelectorAndSetPasswordByPasswordIsapMd5(String userId,
String privateSelectorINumber,
byte[] passwordIsapMd5,
String newPassword)
throws UserProfileException
userId - - private-user-i-number at the Private BrokerprivateSelectorINumber - passwordIsapMd5 - newPassword -
UserProfileException
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||