org.eclipse.higgins.iss
Interface IDisplayToken

All Superinterfaces:
IToken

public interface IDisplayToken
extends IToken


Method Summary
 org.eclipse.higgins.icard.IClaim getClaim(String type)
          Returns the specified claim from this object.
 List getClaims()
          Return all claims available for display purposes.
 
Methods inherited from interface org.eclipse.higgins.iss.IToken
getAs, getSupportedClasses
 

Method Detail

getClaims

public List getClaims()
Return all claims available for display purposes.

Returns:
A List of IClaims.

getClaim

public org.eclipse.higgins.icard.IClaim getClaim(String type)
Returns the specified claim from this object.

Parameters:
type - the identifier of the claim to be returned.
Returns:
an IClaim or if none exits.