Skip navigation links

Oracle Fusion Middleware Liberty 1.1 Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10670-04


oracle.security.xmlsec.liberty.v11
Class IDPEntry

java.lang.Object
  extended by oracle.security.xmlsec.util.XMLNode
      extended by oracle.security.xmlsec.util.XMLElement
          extended by oracle.security.xmlsec.liberty.v11.IDPEntry


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

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

IDPEntry

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

IDPEntry

public IDPEntry(org.w3c.dom.Element element,
                java.lang.String SystemId)
         throws org.w3c.dom.DOMException
Creates a new IDPEntry instance from the given Element node.
Parameters:
element - A Liberty IDPEntry element.
systemId - The URI string system ID for the IDPEntry.
Throws:
org.w3c.dom.DOMException

IDPEntry

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

IDPEntry

public IDPEntry(org.w3c.dom.Document owner,
                java.lang.String providerId,
                java.lang.String loc)
         throws org.w3c.dom.DOMException
Creates a new IDPEntry instance.
Parameters:
owner - The owner document of the new Liberty IDPEntry element.
providerId - The ProviderID child element.
loc - The Loc child element.
Throws:
org.w3c.dom.DOMException

Method Detail

setProviderID

public void setProviderID(java.lang.String providerID)
Set the ProviderID child element in this IDPEntry element. This child which contains the identity provider's ProviderID is required.
Parameters:
providerID - The identity provider URI-based identifier.

getProviderID

public java.lang.String getProviderID()
Returns the identity provider's URI-based ideitifier contained in the ProviderID child element of this IDPEntry.

setProviderName

public void setProviderName(java.lang.String providerName)
Set the ProviderName child element in this IDPEntry element. This child which contains the identity provider's human-readable name is optional.
Parameters:
providerName - The identity provider's human-readable name.

getProviderName

public java.lang.String getProviderName()
Returns the identity provider's human-readable name contained in the ProviderName child element of this IDPEntry.
Returns:
The name in the ProviderName element or null if not set.

setLoc

public void setLoc(java.lang.String locURI)
Set the Loc child element in this IDPEntry element. This child, which contains the URI at which the identity provider can be contacted for sending the authentication request, is required.
Parameters:
locURI - The URI at which the identity provider can be contacted.

getLoc

public java.lang.String getLoc()
Returns the URI contained in the Loc child element of this IDPEntry.

Skip navigation links

Oracle Fusion Middleware Liberty 1.1 Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10670-04


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