Oracle Security Developer Tools Liberty 1.2 Java API Reference
10g (10.1.4.0.1)

B28180-01


oracle.security.xmlsec.liberty.v12
Class IDPList

java.lang.Object
  extended byoracle.security.xmlsec.util.XMLNode
      extended byoracle.security.xmlsec.util.XMLElement
          extended byoracle.security.xmlsec.liberty.v12.IDPList


public class IDPList
extends oracle.security.xmlsec.util.XMLElement

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.

See Also:
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, 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

IDPList

public IDPList(org.w3c.dom.Element element)
        throws org.w3c.dom.DOMException
Creates a new IDPList instance from the given Element node.
Parameters:
element - A Liberty IDPList element.

IDPList

public IDPList(org.w3c.dom.Element element,
               java.lang.String SystemId)
        throws org.w3c.dom.DOMException
Creates a new IDPList instance from the given Element node.
Parameters:
element - A Liberty IDPList element.

IDPList

public IDPList(org.w3c.dom.Document owner)
        throws org.w3c.dom.DOMException
Creates a new IDPList instance.
Parameters:
owner - The owner document of the new Liberty IDPList element.

Method Detail

setIDPEntries

public void setIDPEntries(IDPEntries entries)
Sets the IDPEntries child element of this element. The IDPEntries contains a list of identity provider entries.

getIDPEntries

public IDPEntries getIDPEntries()
Gets the IDPEntries child element contained in this IDPLIst element, or null if no IDPEntries element is present..
Returns:
An IDPEntries object.

setGetComplete

public void setGetComplete(java.lang.String listURI)
Sets the value of the GetComplete child element element of this 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.
Parameters:
listURI - A URI that points to a complete list of identity providers.

getGetComplete

public java.lang.String getGetComplete()
Returns the URI specified in the GetComplete element of this IDPList, or null if no GetComplete element is specified.
Returns:
A URI string, or null if none is present.

Oracle Security Developer Tools Liberty 1.2 Java API Reference
10g (10.1.4.0.1)

B28180-01


Copyright © 2005, 2006 , Oracle. All rights reserved.