Uses of Interface
org.eclipse.higgins.cardstore.schemas._2005._05.identity.IUserCredential

Packages that use IUserCredential
org.eclipse.higgins.cardstore   
org.eclipse.higgins.cardstore.schemas._2005._05.identity   
org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl   
 

Uses of IUserCredential in org.eclipse.higgins.cardstore
 

Methods in org.eclipse.higgins.cardstore that return IUserCredential
 IUserCredential CardStoreDomBuilder.createUserCredential()
           
 IUserCredential ICardStoreBuilder.createUserCredential()
           
 

Uses of IUserCredential in org.eclipse.higgins.cardstore.schemas._2005._05.identity
 

Methods in org.eclipse.higgins.cardstore.schemas._2005._05.identity that return IUserCredential
 IUserCredential ITokenService.getUserCredential()
           
 

Methods in org.eclipse.higgins.cardstore.schemas._2005._05.identity with parameters of type IUserCredential
 void ITokenService.setUserCredential(IUserCredential value)
           
 

Uses of IUserCredential in org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl
 

Classes in org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl that implement IUserCredential
 class UserCredential
           
 

Methods in org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl that return IUserCredential
 IUserCredential TokenService.getUserCredential()
           
 

Methods in org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl with parameters of type IUserCredential
 void TokenService.setUserCredential(IUserCredential value)