public class LibSubject
extends oracle.security.xmlsec.saml.Subject
| Constructor and Description | 
|---|
LibSubject(org.w3c.dom.Document owner)
Creates a new  
LibSubject instance. | 
LibSubject(org.w3c.dom.Element element)
Creates a new  
LibSubject instance from the given Element node. | 
LibSubject(org.w3c.dom.Element element, java.lang.String SystemId)
Creates a new  
LibSubject instance from the given Element node. | 
| Modifier and Type | Method and Description | 
|---|---|
IDPProvidedNameIdentifier | 
getIDPProvidedNameIdentifier()
Gets the IDPProvidedNameIdentifier element contained in this Subject element, or  
null if no IDPProvidedNameIdentifier element is present. | 
void | 
setIDPProvidedNameIdentifier(IDPProvidedNameIdentifier idpNameIdentifier)
Sets the IDPProvidedNameIdentifier child element of this Subject element. 
 | 
getNameIdentifier, getSubjectConfirmation, setNameIdentifier, setSubjectConfirmationaddNSPrefixAttr, 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 LibSubject(org.w3c.dom.Element element)
           throws org.w3c.dom.DOMException
LibSubject instance from the given Element node.element - A Subject element of lib:SubjectType.org.w3c.dom.DOMException
public LibSubject(org.w3c.dom.Element element,
          java.lang.String SystemId)
           throws org.w3c.dom.DOMException
LibSubject instance from the given Element node.element - A Subject element of lib:SubjectType..systemId - The URI string system ID for the LibSubject.org.w3c.dom.DOMException
public LibSubject(org.w3c.dom.Document owner)
           throws org.w3c.dom.DOMException
LibSubject instance.owner - The owner document of the new Subject element.org.w3c.dom.DOMExceptionpublic void setIDPProvidedNameIdentifier(IDPProvidedNameIdentifier idpNameIdentifier)
public IDPProvidedNameIdentifier getIDPProvidedNameIdentifier()
null if no IDPProvidedNameIdentifier element is present.IDPProvidedNameIdentifier object or null if none has been set.