org.eclipse.higgins.icard.policy
Interface IRPPolicy

All Superinterfaces:
IPolicy
All Known Subinterfaces:
ICardSpacePolicy, IRSSPPolicy, ISSFFPolicy

public interface IRPPolicy
extends IPolicy


Method Summary
 String getPrivacyUrl()
          This parameter specifies the URL of the human-readable privacy policy of the site, if provided.
 String getPrivacyVersion()
          This parameter specifies the privacy policy version.
 URL getSite()
          Returns the URL of the relaying party site.
 
Methods inherited from interface org.eclipse.higgins.icard.IPolicy
getICardTypes, getRequiredClaims, getSummary, getType, isSatisfiedBy
 

Method Detail

getSite

URL getSite()
Returns the URL of the relaying party site.


getPrivacyUrl

String getPrivacyUrl()
This parameter specifies the URL of the human-readable privacy policy of the site, if provided.


getPrivacyVersion

String getPrivacyVersion()
This parameter specifies the privacy policy version. This must be a value greater than 0 if a privacyUrl is specified. If this value changes, the UI notifies the user and allows them review the change to the privacy policy.