|
Oracle Fusion Middleware Liberty 1.1 Java API Reference for Oracle Security Developer Tools 11g Release 1 (11.1.1.9) E56317-01 |
||||||||
| 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.v11.IDPEntry
public class IDPEntry
Liberty IDPEntry element which describes an identity provider that the service provider support.
| Field Summary |
|---|
| Fields inherited from class oracle.security.xmlsec.util.XMLNode |
|---|
node, systemId |
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
java.lang.String |
getLoc()Returns the URI contained in the Loc child element of this IDPEntry. |
java.lang.String |
getProviderID()Returns the identity provider's URI-based ideitifier contained in the ProviderID child element of this IDPEntry. |
java.lang.String |
getProviderName()Returns the identity provider's human-readable name contained in the ProviderName child element of this IDPEntry. |
void |
setLoc(java.lang.String locURI)Set the Loc child element in this IDPEntry element. |
void |
setProviderID(java.lang.String providerID)Set the ProviderID child element in this IDPEntry element. |
void |
setProviderName(java.lang.String providerName)Set the ProviderName child element in this IDPEntry 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 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.DOMException| Method Detail |
|---|
public void setProviderID(java.lang.String providerID)
providerID - The identity provider URI-based identifier.public java.lang.String getProviderID()
public void setProviderName(java.lang.String providerName)
providerName - The identity provider's human-readable name.public java.lang.String getProviderName()
public void setLoc(java.lang.String locURI)
locURI - The URI at which the identity provider can be contacted.public java.lang.String getLoc()
|
Oracle Fusion Middleware Liberty 1.1 Java API Reference for Oracle Security Developer Tools 11g Release 1 (11.1.1.9) E56317-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||