public class LibSubject
extends oracle.security.xmlsec.saml.Subject
| Constructor and Description | 
|---|
| LibSubject(org.w3c.dom.Document owner)Creates a new  LibSubjectinstance. | 
| Modifier and Type | Method and Description | 
|---|---|
| IDPProvidedNameIdentifier | getIDPProvidedNameIdentifier()Gets the IDPProvidedNameIdentifier element contained in this Subject element. | 
| 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.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()
IDPProvidedNameIdentifier object or null if none has been set.