|
Oracle Security Developer Tools SAML Java API Reference 10g Release 3 (10.1.3) B25380-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.security.xmlsec.util.XMLNode
oracle.security.xmlsec.util.XMLElement
oracle.security.xmlsec.saml.SAMLMessage
oracle.security.xmlsec.samlp.ResponseType
An abstract class representing a generic response.
| Field Summary |
| Fields inherited from class oracle.security.xmlsec.util.XMLNode |
node, systemId |
| Constructor Summary | |
protected |
ResponseType(org.w3c.dom.Document owner, java.lang.String uri, java.lang.String localName)Creates a new ResponseType instance. |
protected |
ResponseType(org.w3c.dom.Element element)Creates a new ResponseType instance from the given Element node. |
protected |
ResponseType(org.w3c.dom.Element element, java.lang.String systemId)Creates a new ResponseType instance from the given Element node. |
| Method Summary | |
protected java.lang.String |
getID()Returns the ID attribute if any of this SAML message to be used for the signature operations. |
java.lang.String |
getInResponseTo()Returns the reference to the identifier of the request to which the response corresponds. |
java.util.Date |
getIssueInstant()Returns the time instant of issue attribute. |
protected java.lang.String[] |
getLocalNamesPrecedeDSig()Obtains the ordered set of the local names of all the preceding sibling child elements of this Signature child element in the the Schema for the XML element that the implementing subclass targets for. |
protected java.lang.String[] |
getNSURIsPrecedeDSig()Obtains the ordered set of the the namespace URIs for all the preceding sibling child elements of this Signature child element in the the Schema for the XML element that the implementing subclass targets for. |
java.lang.String |
getRecipient()Gets the recipient attribute of this AttributeQuery element. |
java.lang.String |
getResponseID()Returns the identifier attribute for this ResponseType. |
void |
setInResponseTo(java.lang.String inResponseTo)Sets the reference to the identifier of the request to which the response corresponds. |
void |
setIssueInstant(java.util.Date issueInstant)Sets the time instant of issue attribute as a UTC time. |
void |
setRecipient(java.lang.String uri)Sets the recipient attribute. |
void |
setResponseID(java.lang.String responseID)Sets the identifier attribute for this ResponseType object. |
| Methods inherited from class oracle.security.xmlsec.saml.SAMLMessage |
addSignature, addSignature, clearSignature, getInstance, getMajorVersion, getMinorVersion, getSignature, isSigned, setVersion, sign, sign, verify, verify |
| 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 |
protected ResponseType(org.w3c.dom.Element element)
throws org.w3c.dom.DOMException
ResponseType instance from the given Element node.element - An element of ResponseType
protected ResponseType(org.w3c.dom.Element element,
java.lang.String systemId)
throws org.w3c.dom.DOMException
ResponseType instance from the given Element node.element - An element of ResponseTypesystemId - The URI string system ID for the ResponseType.
protected ResponseType(org.w3c.dom.Document owner,
java.lang.String uri,
java.lang.String localName)
throws org.w3c.dom.DOMException
ResponseType instance.owner - The owner document of the new ResponseType.localName - The localName of the element represented by the class that extends this abstract class.| Method Detail |
public void setResponseID(java.lang.String responseID)
ResponseType object.responseID - A unique ID.public java.lang.String getResponseID()
ResponseType.null if none has been set.public void setInResponseTo(java.lang.String inResponseTo)
public java.lang.String getInResponseTo()
null if none has been set.public void setIssueInstant(java.util.Date issueInstant)
issueInstant - The Date object representing the issue time.public java.util.Date getIssueInstant()
Date object representing the issue time or null if none has been set.public void setRecipient(java.lang.String uri)
uri - A URI representing a recipient.public java.lang.String getRecipient()
URI.protected java.lang.String[] getNSURIsPrecedeDSig()
SAMLMessagegetNSURIsPrecedeDSig in class SAMLMessageprotected java.lang.String[] getLocalNamesPrecedeDSig()
SAMLMessagegetLocalNamesPrecedeDSig in class SAMLMessageprotected java.lang.String getID()
SAMLMessagegetID in class SAMLMessage
|
Oracle Security Developer Tools SAML Java API Reference 10g Release 3 (10.1.3) B25380-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||