| 
 | Oracle Fusion Middleware Liberty 1.1 Java API Reference for Oracle Security Developer Tools 11g Release 1 (11.1.1) E10670-05 | ||||||||
| 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.XMLNode
       oracle.security.xmlsec.util.XMLElement
oracle.security.xmlsec.util.XMLElement
           oracle.security.xmlsec.liberty.v11.AuthnResponseEnvelope
oracle.security.xmlsec.liberty.v11.AuthnResponseEnvelope
public class AuthnResponseEnvelope
The AuthnResponseEnvelope element in the Liberty Single Sign-On and Federation protocol. An AuthnResponseEnvelope element wraps an AuthnResponse which allows for extra processing by an intermediary between the service provider and the identity provider in some Liberty profiles.
AuthnResponse, AuthnRequest, AuthnRequestEnvelope| Field Summary | 
|---|
| Fields inherited from class oracle.security.xmlsec.util.XMLNode | 
|---|
| node, systemId | 
| Constructor Summary | |
|---|---|
| AuthnResponseEnvelope(org.w3c.dom.Document owner)Creates a new AuthnResponseEnvelopeinstance within the specified XML Document. | |
| AuthnResponseEnvelope(org.w3c.dom.Document owner, java.lang.String acsURL)Creates a new AuthnResponseEnvelopeinstance within the specified XML Document. | |
| AuthnResponseEnvelope(org.w3c.dom.Element element)Creates a new AuthnResponseEnvelopeinstance from the given Element node. | |
| AuthnResponseEnvelope(org.w3c.dom.Element element, java.lang.String systemId)Creates a new AuthnResponseEnvelopeinstance from the given Element node. | |
| Method Summary | |
|---|---|
|  java.lang.String | getAssertionConsumerServiceURL()Returns the service provider's URL contained in the AssertionConsumerServiceURL child element of this AuthnRequestEnvelope. | 
|  AuthnResponse | getAuthnResponse()Gets the AuthnResponse element wrapped in this element. | 
|  void | setAssertionConsumerServiceURL(java.lang.String serviceURL)Set the AssertionConsumerServiceURL child element in this AuthnResponseEnvelope element. | 
|  void | setAuthnResponse(AuthnResponse response)Sets the AuthnResponse child element of this element. | 
| 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 | 
|---|
public AuthnResponseEnvelope(org.w3c.dom.Element element)
                      throws org.w3c.dom.DOMException
AuthnResponseEnvelope instance from the given Element node.
element - A Liberty AuthnResponseEnvelope XML element.org.w3c.dom.DOMException
public AuthnResponseEnvelope(org.w3c.dom.Element element,
                             java.lang.String systemId)
                      throws org.w3c.dom.DOMException
AuthnResponseEnvelope instance from the given Element node.
element - A Liberty AuthnResponseEnvelope XML element.systemId - The URI string system ID for the AuthnResponseEnvelope.org.w3c.dom.DOMException
public AuthnResponseEnvelope(org.w3c.dom.Document owner)
                      throws org.w3c.dom.DOMException
AuthnResponseEnvelope instance within the specified XML Document.
owner - The owner document of the new Liberty AuthnResponseEnvelope element.org.w3c.dom.DOMException
public AuthnResponseEnvelope(org.w3c.dom.Document owner,
                             java.lang.String acsURL)
                      throws org.w3c.dom.DOMException
AuthnResponseEnvelope instance within the specified XML Document.
owner - The owner document of the new Liberty AuthnResponseEnvelope element.acsURL - The AssertionConsumerServiceURL child element.org.w3c.dom.DOMException| Method Detail | 
|---|
public void setAuthnResponse(AuthnResponse response)
public AuthnResponse getAuthnResponse()
AuthnResponse object.public void setAssertionConsumerServiceURL(java.lang.String serviceURL)
serviceURI - The service provider's URL.public java.lang.String getAssertionConsumerServiceURL()
| 
 | Oracle Fusion Middleware Liberty 1.1 Java API Reference for Oracle Security Developer Tools 11g Release 1 (11.1.1) E10670-05 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||