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

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

Uses of CardInformation in org.eclipse.higgins.userprofile
 

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

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

Methods in org.eclipse.higgins.userprofile.inmem that return CardInformation
 CardInformation MemoryUserProfileService.clearCardCredential(CallbackHandler handler, org.eclipse.higgins.icard.CUID cuid)
           
 CardInformation MemoryUserProfileService.getCardInformation(CallbackHandler handler, org.eclipse.higgins.icard.CUID cuid)
           
 CardInformation MemoryUserProfileService.setCardCredential(CallbackHandler handler, org.eclipse.higgins.icard.CUID cuid, CardCredential cardCredential)