Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "ISS API"

(I-Card Operations)
(Main Operations)
Line 3: Line 3:
 
* Returns list of ICard references that match policy.   
 
* Returns list of ICard references that match policy.   
 
* Policy can be null, in which case it returns all i-cards.
 
* Policy can be null, in which case it returns all i-cards.
 
RegisterICardProvider
 
* A way to register a new ICard Provider plug-in
 
 
 
  
 
== IssuedTokenMetadata ==
 
== IssuedTokenMetadata ==

Revision as of 13:51, 16 October 2006

Main Operations

Iterable<ICardRef> getICards(Policy)

  • Returns list of ICard references that match policy.
  • Policy can be null, in which case it returns all i-cards.

IssuedTokenMetadata

getIssuedTokenIssuer()

  • May return null, if no issuer.
  • This is the issuer returned in the RSTR.

Back to the top