public interface UIInfo 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 |
LANG_ATTRIB_NAME
Language attribute 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<Description> |
getDescriptions()
Return the descriptions.
|
java.util.List<DisplayName> |
getDisplayNames()
Get the Display Names
The
|
java.util.List<InformationURL> |
getInformationURLs()
Get the URLs.
|
java.util.List<Keywords> |
getKeywords()
Get the keywords.
|
java.util.List<Logo> |
getLogos()
Get the logos.
|
java.util.List<PrivacyStatementURL> |
getPrivacyStatementURLs()
Get the Privacy Statement URLs.
|
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
static final java.lang.String LANG_ATTRIB_NAME
java.util.List<DisplayName> getDisplayNames()
java.util.List<Keywords> getKeywords()
java.util.List<Description> getDescriptions()
java.util.List<Logo> getLogos()
java.util.List<InformationURL> getInformationURLs()
java.util.List<PrivacyStatementURL> getPrivacyStatementURLs()
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