org.eclipse.higgins.cardstore.schemas._2005._05.identity
Interface IInformationCard
- All Superinterfaces:
- XMLSerializer
- All Known Subinterfaces:
- IInformationCardMetaData
- All Known Implementing Classes:
- InformationCardMetaData
- public interface IInformationCard
- extends XMLSerializer
copyright
public static final String copyright
- See Also:
- Constant Field Values
getInformationCardReference
public IInformationCardReference getInformationCardReference()
setInformationCardReference
public void setInformationCardReference(IInformationCardReference value)
getCardName
public String getCardName()
setCardName
public void setCardName(String value)
getCardImage
public ICardImage getCardImage()
setCardImage
public void setCardImage(ICardImage value)
getIssuer
public String getIssuer()
setIssuer
public void setIssuer(String value)
getTimeIssued
public Date getTimeIssued()
setTimeIssued
public void setTimeIssued(Date timeIssued)
getTimeExpires
public Date getTimeExpires()
setTimeExpires
public void setTimeExpires(Date timeExpires)
getTokenServiceList
public ITokenService[] getTokenServiceList()
setTokenServiceList
public void setTokenServiceList(ITokenService[] value)
getSupportedTokenTypeList
public ITokenType[] getSupportedTokenTypeList()
setSupportedTokenTypeList
public void setSupportedTokenTypeList(ITokenType[] value)
getSupportedClaimTypeList
public ISupportedClaimType[] getSupportedClaimTypeList()
setSupportedClaimTypeList
public void setSupportedClaimTypeList(ISupportedClaimType[] value)
getRequireAppliesTo
public IRequireAppliesTo getRequireAppliesTo()
setRequireAppliesTo
public void setRequireAppliesTo(IRequireAppliesTo value)
getPrivacyNotice
public IPrivacyNoticeLocation getPrivacyNotice()
setPrivacyNotice
public void setPrivacyNotice(IPrivacyNoticeLocation value)
getLang
public Locale getLang()
setLang
public void setLang(Locale locale)