Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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"

(IssuedTokenMetadata)
(Main Operations)
Line 8: Line 8:
 
* May return null, if no issuer.
 
* May return null, if no issuer.
 
* This is the issuer returned in the RSTR.
 
* This is the issuer returned in the RSTR.
 +
 +
==See Also==
 +
* [[I-Card Web UI]]
 +
* [[I-Card Client UI]]
 +
* [[Core Components]]

Revision as of 13:53, 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.


getIssuedTokenIssuer()

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

See Also

Back to the top