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

Packages that use CardUsage
org.eclipse.higgins.userprofile   
org.eclipse.higgins.userprofile.inmem   
 

Uses of CardUsage in org.eclipse.higgins.userprofile
 

Methods in org.eclipse.higgins.userprofile that return CardUsage
 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
 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
 

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

Methods in org.eclipse.higgins.userprofile.inmem that return CardUsage
 CardUsage MemCardUsageManager.addCardHistory(org.eclipse.higgins.icard.CUID cuid, URI uri)
           
 CardUsage MemCardUsageManager.deleteUsedAlways(org.eclipse.higgins.icard.CUID cuid, URI uri)
           
 CardUsage MemCardUsageManager.setUsedAlways(org.eclipse.higgins.icard.CUID cuid, URI uri, Set optionalClaims)
           
 CardUsage MemCardUsageManager.setUsedAlways(org.eclipse.higgins.icard.CUID cuid, URI uri)
           
 CardUsage MemCardUsageManager.deleteUsedAlways(org.eclipse.higgins.icard.CUID cuid, WebForm form)
           
 CardUsage MemCardUsageManager.setUsedAlways(org.eclipse.higgins.icard.CUID cuid, WebForm form)
           
 CardUsage MemCardUsageManager.addCardHistory(org.eclipse.higgins.icard.CUID cuid, WebForm form)