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 LibSubject

java.lang.Object
  extended by oracle.security.xmlsec.util.XMLNode
      extended by oracle.security.xmlsec.util.XMLElement
          extended by oracle.security.xmlsec.saml.Subject
              extended by oracle.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, 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

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.
Throws:
org.w3c.dom.DOMException

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.

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.