Package org.opensaml.saml.ext.saml2mdui
Interface DiscoHints
- All Superinterfaces:
SAMLObject
,XMLObject
- All Known Implementing Classes:
DiscoHintsImpl
See IdP Discovery and Login UI Metadata Extension Profile.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionThe <DomainHint> element specifies a set of DNS domains associated with, or serviced by, the entity.The <GeolocationHint> element specifies the geographic coordinates associated with, or serviced by, the entity.The <IPHint> element specifies a set of [CIDR] blocks associated with, or serviced by, the entity.Get the list of all children of this element.getXMLObjects
(QName typeOrName) Get the list of all children of this element which have the specified name or type.Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
Field Details
-
DEFAULT_ELEMENT_LOCAL_NAME
Name of the element inside the Extensions.- See Also:
-
DEFAULT_ELEMENT_NAME
Default element name. -
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
TYPE_NAME
QName of the XSI type.
-
-
Method Details
-
getIPHints
The <IPHint> element specifies a set of [CIDR] blocks associated with, or serviced by, the entity. Both IPv4 and IPv6 CIDR blocks MUST be supported.- Returns:
- hints
-
getDomainHints
List<DomainHint> getDomainHints()The <DomainHint> element specifies a set of DNS domains associated with, or serviced by, the entity.- Returns:
- hints.
-
getGeolocationHints
List<GeolocationHint> getGeolocationHints()The <GeolocationHint> element specifies the geographic coordinates associated with, or serviced by, the entity. Coordinates are given in decimal form using the World Geodetic System (2d) coordinate system.- Returns:
- hints
-
getXMLObjects
Get the list of all children of this element.- Returns:
- the list of all XMLObject children
-
getXMLObjects
Get the list of all children of this element which have the specified name or type.- Parameters:
typeOrName
- the element name or type of the desired list of elements- Returns:
- the list of all XMLObject children
-