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

Packages that use DomainHint
org.opensaml.samlext.saml2mdui   
org.opensaml.samlext.saml2mdui.impl   
 

Uses of DomainHint in org.opensaml.samlext.saml2mdui
 

Methods in org.opensaml.samlext.saml2mdui that return types with arguments of type DomainHint
 List<DomainHint> DiscoHints.getDomainHints()
          The element specifies a set of DNS domains associated with, or serviced by, the entity.
 

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

Classes in org.opensaml.samlext.saml2mdui.impl that implement DomainHint
 class DomainHintImpl
          Concrete implementation of DomainHint.
 

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

Methods in org.opensaml.samlext.saml2mdui.impl that return types with arguments of type DomainHint
 List<DomainHint> DiscoHintsImpl.getDomainHints()
          The element specifies a set of DNS domains associated with, or serviced by, the entity.
 



Copyright © 2006-2013 Internet2. All Rights Reserved.