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
 ISTSPrivacyPolicy getPrivacyNotice()
          Privacy notice of STS
 Boolean getRequireAppliesTo()
          Indicates how RST must provide information identifying the relying party.
 List getTokenServices()
          An ordered list of security token services
 
Methods inherited from interface org.eclipse.higgins.icard.IInformationCard
addExtension, getExtensions, getHashSalt, getIssuerID, getMasterKey, hasExtensions, removeExtension
 
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, toElement
 
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 how RST must provide information identifying the relying party. null - the token requester MUST NOT submit any token scope information. true - the token scope information is not mandatory, but will be accepted by the Identity Provider if submitted. false - the token scope information is mandatory.


getPrivacyNotice

public ISTSPrivacyPolicy getPrivacyNotice()
Privacy notice of STS