Oracle Security Developer Tools Liberty 1.1 Java API Reference
10g Release 2 (10.1.2.0.2)

B19114-01


oracle.security.xmlsec.liberty.v11
Class LibSubject

java.lang.Object
  extended byoracle.security.xmlsec.util.XMLNode
      extended byoracle.security.xmlsec.util.XMLElement
          extended byoracle.security.xmlsec.saml.Subject
              extended byoracle.security.xmlsec.liberty.v11.LibSubject


public class LibSubject
extends oracle.security.xmlsec.saml.Subject

This class represents the Subject element of the type lib:SubjectType which is an extension of the saml:SubjectType with an addtion of the IDPProvidedNameIdentifier child element.


Field Summary

Fields inherited from class oracle.security.xmlsec.util.XMLNode
node, systemId

Constructor Summary
LibSubject(org.w3c.dom.Document owner)
Creates a new LibSubject instance.

Method Summary
IDPProvidedNameIdentifier getIDPProvidedNameIdentifier()
Gets the IDPProvidedNameIdentifier element contained in this Subject element.
void setIDPProvidedNameIdentifier(IDPProvidedNameIdentifier idpNameIdentifier)
Sets the IDPProvidedNameIdentifier child element of this Subject element.

Methods inherited from class oracle.security.xmlsec.saml.Subject
getNameIdentifier, getSubjectConfirmation, setNameIdentifier, setSubjectConfirmation

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

LibSubject

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

Method Detail

setIDPProvidedNameIdentifier

public void setIDPProvidedNameIdentifier(IDPProvidedNameIdentifier idpNameIdentifier)
Sets the IDPProvidedNameIdentifier child element of this Subject element. The IDPProvidedNameIdentifier contains the name identifier provided by the identity provider at the time of federation.

getIDPProvidedNameIdentifier

public IDPProvidedNameIdentifier getIDPProvidedNameIdentifier()
Gets the IDPProvidedNameIdentifier element contained in this Subject element.
Returns:
An IDPProvidedNameIdentifier object or null if none has been set.

Oracle Security Developer Tools Liberty 1.1 Java API Reference
10g Release 2 (10.1.2.0.2)

B19114-01


Copyright © 2005 , Oracle. All rights reserved.