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

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

Uses of CardCredential in org.eclipse.higgins.userprofile
 

Methods in org.eclipse.higgins.userprofile with parameters of type CardCredential
 CardInformation IUserProfileService.setCardCredential(CallbackHandler handler, org.eclipse.higgins.icard.CUID cuid, CardCredential cardCredential)
          Sets credential information for the given card.
 

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

Methods in org.eclipse.higgins.userprofile.entity that return CardCredential
 CardCredential CardInformation.getCardCredential()
           
 

Methods in org.eclipse.higgins.userprofile.entity with parameters of type CardCredential
 void CardInformation.setCardCredential(CardCredential cardCredential)
           
 

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

Methods in org.eclipse.higgins.userprofile.inmem with parameters of type CardCredential
 CardInformation MemoryUserProfileService.setCardCredential(CallbackHandler handler, org.eclipse.higgins.icard.CUID cuid, CardCredential cardCredential)