|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
interface |
IPwmCard
Password managed card |
| Methods in org.eclipse.higgins.icard that return ICard | |
|---|---|
ICard |
ICardProvider.createCard(CallbackHandler authHandler,
ICardTemplate template)
|
ICard |
ICardProvider.createCard(CallbackHandler authHandler,
String id,
Properties props)
|
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.parseCardElement(CallbackHandler authHandler,
IElement card)
Tests whether this provider can import i-card represented by card parameter. |
ICard |
ICardProvider.persistCard(CallbackHandler authHandler,
ICard card)
Add or update a card |
| 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. |
ICard |
ICardProvider.persistCard(CallbackHandler authHandler,
ICard card)
Add or update a card |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||