public class IDPList extends XMLElement
AuthnRequestEnvelope
, IDPEntries
Constructor and Description |
---|
IDPList(org.w3c.dom.Document owner)
Creates a new
IDPList instance. |
IDPList(org.w3c.dom.Element element)
Creates a new
IDPList instance from the given Element node. |
IDPList(org.w3c.dom.Element element, java.lang.String SystemId)
Creates a new
IDPList instance from the given Element node. |
Modifier and Type | Method and Description |
---|---|
void |
addGetComplete(java.lang.String listURI)
Adds a GetComplete element to this
IDPList . |
java.util.List |
getGetCompletes()
Returns a
List containing the URI's specified in the GetComplete elements present in this IDPList. |
IDPEntries |
getIDPEntries()
Gets the IDPEntries element contained in this element.
|
void |
setIDPEntries(IDPEntries entries)
Sets the IDPEntries child element of this element.
|
addNSPrefixAttr, addNSPrefixAttr, addNSPrefixAttrDefault, addNSPrefixAttrDefault, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getChildElementsByTagName, getChildElementsByTagName, getChildElementsByTagNameNS, getChildElementsByTagNameNS, getDefaultNSPrefix, getElement, getElementsByTagName, getElementsByTagNameNS, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setDefaultNSPrefix
appendChild, appendChild, appendTo, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNode, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getSystemId, hasAttributes, hasChildNodes, insertBefore, insertBefore, isSupported, normalize, removeChild, removeChild, replaceChild, replaceChild, setNodeValue, setPrefix, setSystemId, toBytesXML, toStringXML
public IDPList(org.w3c.dom.Element element) throws org.w3c.dom.DOMException
IDPList
instance from the given Element node.element
- A Liberty IDPList element.org.w3c.dom.DOMException
public IDPList(org.w3c.dom.Element element, java.lang.String SystemId) throws org.w3c.dom.DOMException
IDPList
instance from the given Element node.element
- A Liberty IDPList element.systemId
- The URI string system ID for the IDPList
.org.w3c.dom.DOMException
public IDPList(org.w3c.dom.Document owner) throws org.w3c.dom.DOMException
IDPList
instance.owner
- The owner document of the new Liberty IDPList element.org.w3c.dom.DOMException
public void setIDPEntries(IDPEntries entries)
public IDPEntries getIDPEntries()
IDPEntries
object.public void addGetComplete(java.lang.String listURI)
IDPList
. If the identity provider list as specified in the IDEntries element is not complete, this elemnt is included with a URI that points to where the complete list can be retrieved.listURI
- An URI points to a complete list of identity providers.public java.util.List getGetCompletes()
List
containing the URI's specified in the GetComplete elements present in this IDPList.List
object of URI's or an empty List
.