|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.xml.AbstractXMLObject
org.opensaml.xml.validation.AbstractValidatingXMLObject
org.opensaml.common.impl.AbstractSAMLObject
org.opensaml.samlext.saml2mdui.impl.UIInfoImpl
public class UIInfoImpl
Concrete implementation of UIInfo.
| Field Summary | |
|---|---|
private XMLObjectChildrenList<Description> |
descriptions
localized descriptions. |
private XMLObjectChildrenList<DisplayName> |
displayNames
localized displayNames. |
private XMLObjectChildrenList<Keywords> |
keywords
localized displayNames. |
private XMLObjectChildrenList<Logo> |
logos
(posibly) localized Logos. |
private XMLObjectChildrenList<PrivacyStatementURL> |
privacyStatementURLs
localized PrivacyStatementURLs. |
private XMLObjectChildrenList<InformationURL> |
urls
localized Informational URLs. |
| Fields inherited from interface org.opensaml.samlext.saml2mdui.UIInfo |
|---|
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, LANG_ATTRIB_NAME, MDUI_NS, MDUI_PREFIX, TYPE_LOCAL_NAME, TYPE_NAME |
| Constructor Summary | |
|---|---|
protected |
UIInfoImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor. |
| Method Summary | |
|---|---|
List<Description> |
getDescriptions()
Return the descriptions. |
List<DisplayName> |
getDisplayNames()
Get the Display Names The |
List<InformationURL> |
getInformationURLs()
Get the URLs. |
List<Keywords> |
getKeywords()
Get the Keywords. |
List<Logo> |
getLogos()
Get the logos. |
List<XMLObject> |
getOrderedChildren()
|
List<PrivacyStatementURL> |
getPrivacyStatementURLs()
Get the Privacy Statement URLs. |
| Methods inherited from class org.opensaml.common.impl.AbstractSAMLObject |
|---|
equals, hashCode, prepareForAssignment |
| Methods inherited from class org.opensaml.xml.validation.AbstractValidatingXMLObject |
|---|
deregisterValidator, getValidators, registerValidator, validate, validateChildren |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject |
|---|
deregisterValidator, getValidators, registerValidator, validate |
| Methods inherited from interface org.opensaml.xml.XMLObject |
|---|
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
| Field Detail |
|---|
private final XMLObjectChildrenList<Description> descriptions
private final XMLObjectChildrenList<DisplayName> displayNames
private final XMLObjectChildrenList<Keywords> keywords
private final XMLObjectChildrenList<Logo> logos
private final XMLObjectChildrenList<InformationURL> urls
private final XMLObjectChildrenList<PrivacyStatementURL> privacyStatementURLs
| Constructor Detail |
|---|
protected UIInfoImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
namespaceURI - namespaceURIelementLocalName - elementLocalNamenamespacePrefix - namespacePrefix| Method Detail |
|---|
public List<Description> getDescriptions()
getDescriptions in interface UIInfopublic List<DisplayName> getDisplayNames()
getDisplayNames in interface UIInfopublic List<Keywords> getKeywords()
getKeywords in interface UIInfopublic List<InformationURL> getInformationURLs()
getInformationURLs in interface UIInfopublic List<Logo> getLogos()
getLogos in interface UIInfopublic List<PrivacyStatementURL> getPrivacyStatementURLs()
getPrivacyStatementURLs in interface UIInfopublic List<XMLObject> getOrderedChildren()
getOrderedChildren in interface XMLObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||