Uses of Interface
org.eclipse.higgins.cardstore.schemas._2005._02.trust.ITokenType

Packages that use ITokenType
org.eclipse.higgins.cardstore   
org.eclipse.higgins.cardstore.schemas._2005._02.trust.impl   
org.eclipse.higgins.cardstore.schemas._2005._05.identity   
org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl   
 

Uses of ITokenType in org.eclipse.higgins.cardstore
 

Methods in org.eclipse.higgins.cardstore that return ITokenType
 ITokenType CardStoreDomBuilder.createTokenType()
           
 ITokenType ICardStoreBuilder.createTokenType()
           
 

Uses of ITokenType in org.eclipse.higgins.cardstore.schemas._2005._02.trust.impl
 

Classes in org.eclipse.higgins.cardstore.schemas._2005._02.trust.impl that implement ITokenType
 class TokenType
           
 

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

Methods in org.eclipse.higgins.cardstore.schemas._2005._05.identity that return ITokenType
 ITokenType[] IInformationCard.getSupportedTokenTypeList()
           
 

Methods in org.eclipse.higgins.cardstore.schemas._2005._05.identity with parameters of type ITokenType
 void IInformationCard.setSupportedTokenTypeList(ITokenType[] value)
           
 

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

Methods in org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl that return ITokenType
 ITokenType[] InformationCardMetaData.getSupportedTokenTypeList()
           
 

Methods in org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl with parameters of type ITokenType
 void InformationCardMetaData.setSupportedTokenTypeList(ITokenType[] value)