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
static final String copyright
- See Also:
- Constant Field Values
getInformationCardReference
IInformationCardReference getInformationCardReference()
setInformationCardReference
void setInformationCardReference(IInformationCardReference value)
getCardName
String getCardName()
setCardName
void setCardName(String value)
getCardImage
ICardImage getCardImage()
setCardImage
void setCardImage(ICardImage value)
getIssuer
String getIssuer()
setIssuer
void setIssuer(String value)
getTimeIssued
Date getTimeIssued()
setTimeIssued
void setTimeIssued(Date timeIssued)
getTimeExpires
Date getTimeExpires()
setTimeExpires
void setTimeExpires(Date timeExpires)
getTokenServiceList
ITokenService[] getTokenServiceList()
setTokenServiceList
void setTokenServiceList(ITokenService[] value)
getSupportedTokenTypeList
ITokenType[] getSupportedTokenTypeList()
setSupportedTokenTypeList
void setSupportedTokenTypeList(ITokenType[] value)
getSupportedClaimTypeList
ISupportedClaimType[] getSupportedClaimTypeList()
setSupportedClaimTypeList
void setSupportedClaimTypeList(ISupportedClaimType[] value)
getRequireAppliesTo
IRequireAppliesTo getRequireAppliesTo()
setRequireAppliesTo
void setRequireAppliesTo(IRequireAppliesTo value)
getPrivacyNotice
IPrivacyNoticeLocation getPrivacyNotice()
setPrivacyNotice
void setPrivacyNotice(IPrivacyNoticeLocation value)
getLang
Locale getLang()
setLang
void setLang(Locale locale)