public class IDPEntry
extends oracle.security.xmlsec.util.XMLElement
| Constructor and Description | 
|---|
IDPEntry(org.w3c.dom.Document owner)
Creates a new  
IDPEntry instance. | 
IDPEntry(org.w3c.dom.Document owner, java.lang.String providerId, java.lang.String loc)
Creates a new  
IDPEntry instance. | 
IDPEntry(org.w3c.dom.Element element)
Creates a new  
IDPEntry instance from the given Element node. | 
IDPEntry(org.w3c.dom.Element element, java.lang.String SystemId)
Creates a new  
IDPEntry instance from the given Element node. | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getLoc()
Returns the URI contained in the Loc child element of this IDPEntry, or  
null if no Loc element is present. | 
java.lang.String | 
getProviderID()
Returns the identity provider's URI-based ideitifier contained in the ProviderID child element of this IDPEntry, or  
null if no ProviderID element is present. | 
java.lang.String | 
getProviderName()
Returns the identity provider's human-readable name contained in the ProviderName child element of this IDPEntry, or  
null if no ProviderName element is present. | 
void | 
setLoc(java.lang.String locURI)
Set the value of the Loc child element in this IDPEntry element. 
 | 
void | 
setProviderID(java.lang.String providerID)
Set the value of the ProviderID child element in this IDPEntry element. 
 | 
void | 
setProviderName(java.lang.String providerName)
Set the value of the ProviderName child element in this IDPEntry 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, setDefaultNSPrefixappendChild, 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 IDPEntry(org.w3c.dom.Element element)
         throws org.w3c.dom.DOMException
IDPEntry instance from the given Element node.element - A Liberty IDPEntry element.org.w3c.dom.DOMException
public IDPEntry(org.w3c.dom.Element element,
        java.lang.String SystemId)
         throws org.w3c.dom.DOMException
IDPEntry instance from the given Element node.element - A Liberty IDPEntry element.systemId - The URI string system ID for the IDPEntry.org.w3c.dom.DOMException
public IDPEntry(org.w3c.dom.Document owner)
         throws org.w3c.dom.DOMException
IDPEntry instance.owner - The owner document of the new Liberty IDPEntry element.org.w3c.dom.DOMException
public IDPEntry(org.w3c.dom.Document owner,
        java.lang.String providerId,
        java.lang.String loc)
         throws org.w3c.dom.DOMException
IDPEntry instance.owner - The owner document of the new Liberty IDPEntry element.providerId - The ProviderID child element.loc - The Loc child element.org.w3c.dom.DOMExceptionpublic void setProviderID(java.lang.String providerID)
providerID - The identity provider URI-based identifier.public java.lang.String getProviderID()
null if no ProviderID element is present.public void setProviderName(java.lang.String providerName)
providerName - The identity provider's human-readable name.public java.lang.String getProviderName()
null if no ProviderName element is present.public void setLoc(java.lang.String locURI)
locURI - The URI where the identity provider can be contacted.public java.lang.String getLoc()
null if no Loc element is present.