public interface DiscoHints extends SAMLObject
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_ELEMENT_LOCAL_NAME
Name of the element inside the Extensions.
|
static javax.xml.namespace.QName |
DEFAULT_ELEMENT_NAME
Default element name.
|
static java.lang.String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static javax.xml.namespace.QName |
TYPE_NAME
QName of the XSI type.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DomainHint> |
getDomainHints()
The
|
java.util.List<GeolocationHint> |
getGeolocationHints()
The
|
java.util.List<IPHint> |
getIPHints()
The
|
java.util.List<XMLObject> |
getXMLObjects()
Get the list of all children of this element.
|
java.util.List<XMLObject> |
getXMLObjects(javax.xml.namespace.QName typeOrName)
Get the list of all children of this element which have the specified name or type.
|
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, setSchemaLocationstatic final java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
static final javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
static final java.lang.String TYPE_LOCAL_NAME
static final javax.xml.namespace.QName TYPE_NAME
java.util.List<IPHint> getIPHints()
java.util.List<DomainHint> getDomainHints()
java.util.List<GeolocationHint> getGeolocationHints()
java.util.List<XMLObject> getXMLObjects()
java.util.List<XMLObject> getXMLObjects(javax.xml.namespace.QName typeOrName)
typeOrName - the element name or type of the desired list of elements