|
Oracle Security Developer Tools Liberty 1.2 Java API Reference 11g (11.1.1) E10671-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.security.xmlsec.util.XMLNode
oracle.security.xmlsec.util.XMLElement
oracle.security.xmlsec.liberty.v12.IDPList
public class IDPList
Liberty IDPList element which is used in the AuthnRequestEnvelope to allow the service provider to transport a list of identity providers to the user agent.
AuthnRequestEnvelope, IDPEntries| Field Summary |
|---|
| Fields inherited from class oracle.security.xmlsec.util.XMLNode |
|---|
node, systemId |
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
java.lang.String |
getGetComplete()Returns the URI specified in the GetComplete element of this IDPList, or null if no GetComplete element is specified. |
IDPEntries |
getIDPEntries()Gets the IDPEntries child element contained in this IDPLIst element, or null if no IDPEntries element is present.. |
void |
setGetComplete(java.lang.String listURI)Sets the value of the GetComplete child element element of this IDPList. |
void |
setIDPEntries(IDPEntries entries)Sets the IDPEntries child element of this element. |
| Methods inherited from class oracle.security.xmlsec.util.XMLElement |
|---|
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 |
| Methods inherited from class oracle.security.xmlsec.util.XMLNode |
|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
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| Method Detail |
|---|
public void setIDPEntries(IDPEntries entries)
public IDPEntries getIDPEntries()
null if no IDPEntries element is present..IDPEntries object.public void setGetComplete(java.lang.String listURI)
IDPList. If the identity provider list specified in the IDPEntries child element is not complete, this element is included with a URI that points to where the complete list can be retrieved.listURI - A URI that points to a complete list of identity providers.public java.lang.String getGetComplete()
null if no GetComplete element is specified.null if none is present.
|
Oracle Security Developer Tools Liberty 1.2 Java API Reference 11g (11.1.1) E10671-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||