|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use UserProfileException | |
|---|---|
| org.eclipse.higgins.userprofile | |
| org.eclipse.higgins.userprofile.entity | |
| org.eclipse.higgins.userprofile.inmem | |
| Uses of UserProfileException in org.eclipse.higgins.userprofile |
|---|
| Subclasses of UserProfileException in org.eclipse.higgins.userprofile | |
class |
CategoryNotFoundException
|
class |
NoSuchEntityException
|
class |
UserAlreadyExistsException
|
class |
UserNotFoundException
|
class |
UserProfileAuthenticationException
|
class |
WrongPasswordException
|
| Methods in org.eclipse.higgins.userprofile that throw UserProfileException | |
IUserProfileService |
UserProfileRegistry.getUserProfileService()
|
UserProfile |
UserProfileRegistry.getUserProfile(CallbackHandler handler)
|
UserProfile |
IUserProfileService.getUserProfile(CallbackHandler handler)
|
UserProfile |
IUserProfileService.getUserProfile(String userID)
|
UserProfile |
IUserProfileService.addUserProfile(CallbackHandler handler,
UserProfile userProfile)
|
UserProfile |
IUserProfileService.modifyUserProfile(CallbackHandler handler,
UserProfile userProfile)
|
UserProfile |
IUserProfileService.modifyUserProfile(UserProfile userProfile)
|
void |
IUserProfileService.deleteUserProfile(CallbackHandler handler)
|
String |
IUserProfileService.resetPassword(CallbackHandler handler)
|
void |
IUserProfileService.modifyPassword(String userId,
String newPassword)
|
boolean |
IUserProfileService.userIdentifierExists(String userIdentifier)
|
String |
IUserProfileService.resolveUserIdentifier(String privateSelectorINumber)
Resolves user private Selector I-Number to user Identifier |
List |
IUserProfileService.getCategories(CallbackHandler handler)
|
Category |
IUserProfileService.addCategory(CallbackHandler handler,
Category category)
|
Category |
IUserProfileService.modifyCategory(CallbackHandler handler,
Category category)
|
void |
IUserProfileService.deleteCategory(CallbackHandler handler,
String categoryId)
|
CardInformation |
IUserProfileService.setCardCredential(CallbackHandler handler,
org.eclipse.higgins.icard.CUID cuid,
CardCredential cardCredential)
Sets credential information for the given card. |
CardInformation |
IUserProfileService.clearCardCredential(CallbackHandler handler,
org.eclipse.higgins.icard.CUID cuid)
Clears credential information for the given card. |
CardInformation |
IUserProfileService.getCardInformation(CallbackHandler handler,
org.eclipse.higgins.icard.CUID cuid)
Returns the whole information about the given card |
ICardUsageManager |
IUserProfileService.getCardUsageManager(CallbackHandler handler)
Returns class that manages all Card usage and URI relations information |
PolicyVersion |
IUserProfileService.getRPPolicyVersion(CallbackHandler handler,
WebForm form)
|
void |
IUserProfileService.setRPPolicyVersion(CallbackHandler handler,
PolicyVersion policyVersion)
|
void |
IUserProfileService.setNewPassword(CallbackHandler handler,
String newPassword)
Sets the new password allowing authentication both by new and old passwords until the successful deleteOldPassword() call. |
void |
IUserProfileService.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 |
IUserProfileService.deleteOldPassword(CallbackHandler handler)
Deletes the old password and change it to the new one. |
void |
IUserProfileService.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. |
Captcha |
IUserProfileService.getCaptcha(String captchaID)
|
Captcha |
IUserProfileService.addCaptcha(Captcha captcha)
|
void |
IUserProfileService.deleteCaptcha(Captcha captcha)
|
Captcha |
IUserProfileService.modifyCaptcha(Captcha captcha)
|
CardUsage |
ICardUsageManager.addCardHistory(org.eclipse.higgins.icard.CUID cuid,
URI uri)
Deprecated. |
CardUsage |
ICardUsageManager.addCardHistory(org.eclipse.higgins.icard.CUID cuid,
WebForm form)
Adds info about card usage event |
List |
ICardUsageManager.getCardHistory(org.eclipse.higgins.icard.CUID cuid)
Returns the card usage history |
List |
ICardUsageManager.getCardHistory(org.eclipse.higgins.icard.CUID cuid,
int startFrom,
int size,
String orderBy,
boolean desc)
Returns the card usage history in a paging manner |
int |
ICardUsageManager.getHistoryTotalSize(org.eclipse.higgins.icard.CUID cuid)
Returns the total size of history for paging output |
void |
ICardUsageManager.clearCardHistory(org.eclipse.higgins.icard.CUID cuid)
Deletes all the usage events of the given card on all URIs unless it is checked as "Use Always". |
void |
ICardUsageManager.clearCardHistory(org.eclipse.higgins.icard.CUID cuid,
URI site)
Deprecated. |
void |
ICardUsageManager.clearCardHistory(org.eclipse.higgins.icard.CUID cuid,
WebForm form)
Deletes one usage event of the given card on the given site unless it is checked as "Use Always". |
CardUsage |
ICardUsageManager.setUsedAlways(org.eclipse.higgins.icard.CUID cuid,
URI uri)
Deprecated. |
CardUsage |
ICardUsageManager.setUsedAlways(org.eclipse.higgins.icard.CUID cuid,
WebForm form)
Remembers this card for this site and form for subsequent zero-click logins |
CardUsage |
ICardUsageManager.deleteUsedAlways(org.eclipse.higgins.icard.CUID cuid,
URI uri)
Deprecated. |
CardUsage |
ICardUsageManager.deleteUsedAlways(org.eclipse.higgins.icard.CUID cuid,
WebForm form)
Deletes the "Use Always" relation between this card and this site and form |
void |
ICardUsageManager.setOptionalClaims(org.eclipse.higgins.icard.CUID cuid,
URI site,
Set optionalClaims)
Deprecated. |
void |
ICardUsageManager.setOptionalClaims(org.eclipse.higgins.icard.CUID cuid,
WebForm from,
Set optionalClaims)
Remembers the list of optional claim types of the card that are need to be used during subsequent zero-click logins with the given form on the site |
Set |
ICardUsageManager.getOptionalClaims(org.eclipse.higgins.icard.CUID cuid,
URI site)
Deprecated. |
Set |
ICardUsageManager.getOptionalClaims(org.eclipse.higgins.icard.CUID cuid,
WebForm form)
Returns list of the remembered optional claim types of the given card which will be used on the given site when zero-click login occurs |
List |
ICardUsageManager.getUsedCards(URI uri)
Deprecated. |
List |
ICardUsageManager.getUsedCards(WebForm form)
Returns the List of CardUsage objects of all the cards, which ever been logged into site with the given form |
List |
ICardUsageManager.getUsedAlwaysURLs(org.eclipse.higgins.icard.CUID cuid)
Returns the List of CardUsage objects with web form info for which the given card is remembered |
org.eclipse.higgins.icard.CUID |
ICardUsageManager.getUsedAlwaysCard(URI uri)
Deprecated. |
org.eclipse.higgins.icard.CUID |
ICardUsageManager.getUsedAlwaysCard(WebForm form)
Returns the card remembered for the given web form on the site |
void |
ICardUsageManager.clearUsedAlwaysURLs(org.eclipse.higgins.icard.CUID cuid)
Deletes state "Use Always" on all web forms for the given card |
List |
ICardUsageManager.getCardUsageSummary(org.eclipse.higgins.icard.CUID cuid)
Returns card relations to web site forms with last used dates and state remembered it on this site and form or not |
List |
ICardUsageManager.getCardUsageSummary(org.eclipse.higgins.icard.CUID cuid,
int startFrom,
int size,
String orderBy,
boolean desc)
Returns card relations to URI with last used dates and state remembered it on this site or not |
int |
ICardUsageManager.getSummaryTotalSize(org.eclipse.higgins.icard.CUID cuid)
|
Map |
ICardUsageManager.getClaimValuesMRU()
Return all the remembered claim values by types in a map where key is claim type and value is Set of claim values |
Set |
ICardUsageManager.getClaimValuesMRU(String claimType)
Return remembered claim values for the specified claim type |
void |
ICardUsageManager.setClaimValuesMRU(String claimType,
Set claimValues)
Set the values for the specified claim type |
void |
ICardUsageManager.save()
Commits changes |
void |
ICardUsageManager.close()
Closes session |
| Uses of UserProfileException in org.eclipse.higgins.userprofile.entity |
|---|
| Methods in org.eclipse.higgins.userprofile.entity that throw UserProfileException | |
void |
CardUsage.setSite(URI site)
Deprecated. |
| Constructors in org.eclipse.higgins.userprofile.entity that throw UserProfileException | |
CardUsage(org.eclipse.higgins.icard.CUID cuid,
URI site,
Date date,
Boolean useAlways)
Deprecated. |
|
WebForm(URI url,
String formName,
String formId,
String formAction)
|
|
| Uses of UserProfileException in org.eclipse.higgins.userprofile.inmem |
|---|
| Methods in org.eclipse.higgins.userprofile.inmem that throw UserProfileException | |
CardUsage |
MemCardUsageManager.addCardHistory(org.eclipse.higgins.icard.CUID cuid,
URI uri)
|
void |
MemCardUsageManager.clearCardHistory(org.eclipse.higgins.icard.CUID cuid)
|
void |
MemCardUsageManager.clearUsedAlwaysURLs(org.eclipse.higgins.icard.CUID cuid)
|
void |
MemCardUsageManager.close()
|
CardUsage |
MemCardUsageManager.deleteUsedAlways(org.eclipse.higgins.icard.CUID cuid,
URI uri)
|
List |
MemCardUsageManager.getCardHistory(org.eclipse.higgins.icard.CUID cuid)
|
List |
MemCardUsageManager.getCardHistory(org.eclipse.higgins.icard.CUID cuid,
int startFrom,
int size,
String orderBy,
boolean desc)
|
List |
MemCardUsageManager.getCardUsageSummary(org.eclipse.higgins.icard.CUID cuid)
|
List |
MemCardUsageManager.getCardUsageSummary(org.eclipse.higgins.icard.CUID cuid,
int startFrom,
int size,
String orderBy,
boolean desc)
|
int |
MemCardUsageManager.getHistoryTotalSize(org.eclipse.higgins.icard.CUID cuid)
|
int |
MemCardUsageManager.getSummaryTotalSize(org.eclipse.higgins.icard.CUID cuid)
|
org.eclipse.higgins.icard.CUID |
MemCardUsageManager.getUsedAlwaysCard(URI uri)
|
List |
MemCardUsageManager.getUsedAlwaysURLs(org.eclipse.higgins.icard.CUID cuid)
|
List |
MemCardUsageManager.getUsedCards(URI uri)
|
CardUsage |
MemCardUsageManager.setUsedAlways(org.eclipse.higgins.icard.CUID cuid,
URI uri,
Set optionalClaims)
|
Set |
MemCardUsageManager.getOptionalClaims(org.eclipse.higgins.icard.CUID cuid,
URI uri)
|
Map |
MemCardUsageManager.getClaimValuesMRU()
|
Set |
MemCardUsageManager.getClaimValuesMRU(String claimType)
|
void |
MemCardUsageManager.setClaimValuesMRU(String claimType,
Set claimValues)
|
void |
MemCardUsageManager.setOptionalClaims(org.eclipse.higgins.icard.CUID cuid,
URI site,
Set optionalClaims)
|
CardUsage |
MemCardUsageManager.setUsedAlways(org.eclipse.higgins.icard.CUID cuid,
URI uri)
|
void |
MemCardUsageManager.clearCardHistory(org.eclipse.higgins.icard.CUID cuid,
URI uri)
|
CardUsage |
MemCardUsageManager.deleteUsedAlways(org.eclipse.higgins.icard.CUID cuid,
WebForm form)
|
Set |
MemCardUsageManager.getOptionalClaims(org.eclipse.higgins.icard.CUID cuid,
WebForm form)
|
org.eclipse.higgins.icard.CUID |
MemCardUsageManager.getUsedAlwaysCard(WebForm form)
|
List |
MemCardUsageManager.getUsedCards(WebForm form)
|
void |
MemCardUsageManager.setOptionalClaims(org.eclipse.higgins.icard.CUID cuid,
WebForm from,
Set optionalClaims)
|
CardUsage |
MemCardUsageManager.setUsedAlways(org.eclipse.higgins.icard.CUID cuid,
WebForm form)
|
CardUsage |
MemCardUsageManager.addCardHistory(org.eclipse.higgins.icard.CUID cuid,
WebForm form)
|
void |
MemCardUsageManager.clearCardHistory(org.eclipse.higgins.icard.CUID cuid,
WebForm form)
|
void |
MemCardUsageManager.save()
|
Category |
MemoryUserProfileService.addCategory(CallbackHandler handler,
Category category)
|
UserProfile |
MemoryUserProfileService.addUserProfile(CallbackHandler handler,
UserProfile userProfile)
|
CardInformation |
MemoryUserProfileService.clearCardCredential(CallbackHandler handler,
org.eclipse.higgins.icard.CUID cuid)
|
void |
MemoryUserProfileService.deleteCategory(CallbackHandler handler,
String categoryId)
|
void |
MemoryUserProfileService.deleteUserProfile(CallbackHandler handler)
|
CardInformation |
MemoryUserProfileService.getCardInformation(CallbackHandler handler,
org.eclipse.higgins.icard.CUID cuid)
|
List |
MemoryUserProfileService.getCategories(CallbackHandler handler)
|
UserProfile |
MemoryUserProfileService.getUserProfile(CallbackHandler handler)
|
Category |
MemoryUserProfileService.modifyCategory(CallbackHandler handler,
Category category)
|
UserProfile |
MemoryUserProfileService.modifyUserProfile(CallbackHandler handler,
UserProfile userProfile)
|
String |
MemoryUserProfileService.resetPassword(CallbackHandler handler)
|
CardInformation |
MemoryUserProfileService.setCardCredential(CallbackHandler handler,
org.eclipse.higgins.icard.CUID cuid,
CardCredential cardCredential)
|
boolean |
MemoryUserProfileService.userIdentifierExists(String userIdentifier)
|
ICardUsageManager |
MemoryUserProfileService.getCardUsageManager(CallbackHandler handler)
|
String |
MemoryUserProfileService.resolveUserIdentifier(String privateSelectorINumber)
|
PolicyVersion |
MemoryUserProfileService.getRPPolicyVersion(CallbackHandler handler,
URI url)
|
void |
MemoryUserProfileService.setRPPolicyVersion(CallbackHandler handler,
PolicyVersion policyVersion)
|
void |
MemoryUserProfileService.deleteOldPassword(CallbackHandler handler)
|
void |
MemoryUserProfileService.setNewPassword(CallbackHandler handler,
String newPassword)
|
void |
MemoryUserProfileService.setNewPasswordByPasswordIsapMd5(String userId,
byte[] passwordIsapMd5,
String newPassword)
|
void |
MemoryUserProfileService.addSelectorAndSetPasswordByPasswordIsapMd5(String userId,
String privateSelectorINumber,
byte[] passwordIsapMd5,
String newPassword)
|
PolicyVersion |
MemoryUserProfileService.getRPPolicyVersion(CallbackHandler handler,
WebForm form)
|
UserProfile |
MemoryUserProfileService.getUserProfile(String userID)
|
UserProfile |
MemoryUserProfileService.modifyUserProfile(UserProfile userProfile)
|
void |
MemoryUserProfileService.modifyPassword(String userId,
String newPassword)
|
Captcha |
MemoryUserProfileService.addCaptcha(Captcha captcha)
|
void |
MemoryUserProfileService.deleteCaptcha(Captcha captcha)
|
Captcha |
MemoryUserProfileService.getCaptcha(String userID)
|
Captcha |
MemoryUserProfileService.modifyCaptcha(Captcha captcha)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||