org.eclipse.higgins.icard
Interface IManagedInformationCard

All Superinterfaces:
ICard, IClaimContainer, IClaimTypeContainer, IInformationCard

public interface IManagedInformationCard
extends IInformationCard

Represents managed CardSpace-interoperable I-Card


Method Summary
 Element getPrivacyNotice()
          PrivacyNotice XML element as it was imported from xml file
 Boolean getRequireAppliesTo()
          Indicates that RST must include information identifying the relying party.
 List getTokenServices()
          An ordered list of security token services
 
Methods inherited from interface org.eclipse.higgins.icard.IInformationCard
getHashSalt, getIssuerID, getMasterKey, toElement
 
Methods inherited from interface org.eclipse.higgins.icard.ICard
applyUpdates, beginUpdates, cancelUpdates, getClaimByLocalName, getCUID, getDescription, getID, getImage, getImageType, getIssuer, getIssuerName, getName, getProvider, getRequiredCredentials, getSupportedClaimTypesUris, getSupportedTokenTypes, getTimeExpires, getTimeIssued, getTimeLastUpdated, getType, getVersion, isClaimsRetrieved, isEditable, isEditMode, isFormatSupported, isSelfIssued, setImage, setIssuerName, setName, setTimeExpires
 
Methods inherited from interface org.eclipse.higgins.icard.IClaimTypeContainer
getSupportedClaimTypes
 
Methods inherited from interface org.eclipse.higgins.icard.IClaimContainer
createClaim, getClaim, getClaims, setClaim
 

Method Detail

getTokenServices

public List getTokenServices()
An ordered list of security token services


getRequireAppliesTo

public Boolean getRequireAppliesTo()
Indicates that RST must include information identifying the relying party.


getPrivacyNotice

public Element getPrivacyNotice()
PrivacyNotice XML element as it was imported from xml file