org.eclipse.higgins.icard.policy
Interface ISTSPrivacyPolicy


public interface ISTSPrivacyPolicy

Interface represents STS privacy policy element of managed card


Method Summary
 IElement getPrivacyElement()
           
 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.
 

Method Detail

getPrivacyElement

public IElement getPrivacyElement()
Returns:
Privacy policy element

getPrivacyUrl

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


getPrivacyVersion

public 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.