Uses of Class
org.eclipse.higgins.userprofile.entity.WebForm

Packages that use WebForm
org.eclipse.higgins.userprofile   
org.eclipse.higgins.userprofile.entity   
org.eclipse.higgins.userprofile.inmem   
 

Uses of WebForm in org.eclipse.higgins.userprofile
 

Methods in org.eclipse.higgins.userprofile with parameters of type WebForm
 PolicyVersion IUserProfileService.getRPPolicyVersion(CallbackHandler handler, WebForm form)
           
 CardUsage ICardUsageManager.addCardHistory(org.eclipse.higgins.icard.CUID cuid, WebForm form)
          Adds info about card usage event
 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, WebForm form)
          Remembers this card for this site and form for subsequent zero-click logins
 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, 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, 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(WebForm form)
          Returns the List of CardUsage objects of all the cards, which ever been logged into site with the given form
 org.eclipse.higgins.icard.CUID ICardUsageManager.getUsedAlwaysCard(WebForm form)
          Returns the card remembered for the given web form on the site
 

Uses of WebForm in org.eclipse.higgins.userprofile.entity
 

Methods in org.eclipse.higgins.userprofile.entity that return WebForm
 WebForm PolicyVersion.getForm()
           
 WebForm CardUsage.getForm()
           
 

Methods in org.eclipse.higgins.userprofile.entity with parameters of type WebForm
 void PolicyVersion.setForm(WebForm form)
           
 void CardUsage.setForm(WebForm form)
           
 

Constructors in org.eclipse.higgins.userprofile.entity with parameters of type WebForm
CardUsage(org.eclipse.higgins.icard.CUID cuid, WebForm form, Date date, Boolean useAlways)
           
 

Uses of WebForm in org.eclipse.higgins.userprofile.inmem
 

Methods in org.eclipse.higgins.userprofile.inmem with parameters of type WebForm
 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)
           
 PolicyVersion MemoryUserProfileService.getRPPolicyVersion(CallbackHandler handler, WebForm form)