Uses of Interface
org.opensaml.samlext.saml2mdui.PrivacyStatementURL

Packages that use PrivacyStatementURL
org.opensaml.samlext.saml2mdui Interfaces for SAML 2 Metadata Extensions for UI and Discovery

Information on using this library can be found in the User's Manual and information on extending its functionality can be found in the Developer's Manual

org.opensaml.samlext.saml2mdui.impl Implementation for SAML 2 Metadata Extensions for UI and Discovery objects. 
 

Uses of PrivacyStatementURL in org.opensaml.samlext.saml2mdui
 

Methods in org.opensaml.samlext.saml2mdui that return types with arguments of type PrivacyStatementURL
 List<PrivacyStatementURL> UIInfo.getPrivacyStatementURLs()
          Get the Privacy Statement URLs.
 

Uses of PrivacyStatementURL in org.opensaml.samlext.saml2mdui.impl
 

Classes in org.opensaml.samlext.saml2mdui.impl that implement PrivacyStatementURL
 class PrivacyStatementURLImpl
          Concrete implementation of PrivacyStatementURL.
 

Fields in org.opensaml.samlext.saml2mdui.impl with type parameters of type PrivacyStatementURL
private  XMLObjectChildrenList<PrivacyStatementURL> UIInfoImpl.privacyStatementURLs
          localized PrivacyStatementURLs.
 

Methods in org.opensaml.samlext.saml2mdui.impl that return PrivacyStatementURL
 PrivacyStatementURL PrivacyStatementURLBuilder.buildObject()
          Builds a SAMLObject using the default name and namespace information provided SAML specifications.
 PrivacyStatementURL PrivacyStatementURLBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 

Methods in org.opensaml.samlext.saml2mdui.impl that return types with arguments of type PrivacyStatementURL
 List<PrivacyStatementURL> UIInfoImpl.getPrivacyStatementURLs()
          Get the Privacy Statement URLs.
 



Copyright © 1999-2013. All Rights Reserved.