Uses of Interface
org.opensaml.saml.ext.saml2mdui.DomainHint
Packages that use DomainHint
Package
Description
Interfaces for SAML 2 Metadata Extensions for Login UI and Discovery.
Implementation for SAML V2 Metadata Extensions for UI and Discovery.
-
Uses of DomainHint in org.opensaml.saml.ext.saml2mdui
Methods in org.opensaml.saml.ext.saml2mdui that return types with arguments of type DomainHintModifier and TypeMethodDescriptionDiscoHints.getDomainHints()The <DomainHint> element specifies a set of DNS domains associated with, or serviced by, the entity. -
Uses of DomainHint in org.opensaml.saml.ext.saml2mdui.impl
Classes in org.opensaml.saml.ext.saml2mdui.impl that implement DomainHintMethods in org.opensaml.saml.ext.saml2mdui.impl that return DomainHintModifier and TypeMethodDescriptionDomainHintBuilder.buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.DomainHintBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.Methods in org.opensaml.saml.ext.saml2mdui.impl that return types with arguments of type DomainHintModifier and TypeMethodDescriptionDiscoHintsImpl.getDomainHints()The <DomainHint> element specifies a set of DNS domains associated with, or serviced by, the entity.