Uses of Interface
org.eclipse.higgins.icard.ICard

Packages that use ICard
org.eclipse.higgins.icard   
 

Uses of ICard in org.eclipse.higgins.icard
 

Subinterfaces of ICard in org.eclipse.higgins.icard
 interface IInformationCard
          Represents CardSpace-interoperable I-Card
 interface IManagedInformationCard
          Represents managed CardSpace-interoperable I-Card
 interface IPersonalInformationCard
          Represents personal CardSpace-interoperable I-Card
 

Methods in org.eclipse.higgins.icard that return ICard
 ICard ICardProvider.getICardByCUID(CallbackHandler authHandler, CUID cuid)
          Gets user's ICard whose identity could be requested using spesified callback handler which have the spesified unique identifier.
 ICard ICardProvider.getICardByCUID(CallbackHandler authHandler, CUID cuid, ICredential userCredential)
          Gets fully loaded user's ICard whose identity could be requested using spesified callback handler which have the spesified unique identifier.
 ICard ICardProvider.importICard(CallbackHandler authHandler, IElement card)
          Imports i-card data into backed store used by this provider and returns i-card object representing imported i-card.
 ICard ICardProvider.createCard(CallbackHandler authHandler, String id, Properties props)
           
 ICard ICardProvider.createCard(CallbackHandler authHandler, ICardTemplate template)
           
 

Methods in org.eclipse.higgins.icard with parameters of type ICard
 void ICardProvider.deleteCard(CallbackHandler authHandler, ICard card)
           
 boolean IPolicy.isSatisfiedBy(ICard icard)
          Checks whether this policy could be satisfied with given icard.