Skip navigation links

Oracle Security Developer Tools Liberty 1.2 Java API Reference
11g (11.1.1)

E10671-02


oracle.security.xmlsec.liberty.v12.metadata
Class AssertionConsumerServiceURL

java.lang.Object
  extended by oracle.security.xmlsec.util.XMLNode
      extended by oracle.security.xmlsec.util.XMLElement
          extended by oracle.security.xmlsec.liberty.v12.metadata.AssertionConsumerServiceURL


public class AssertionConsumerServiceURL
extends oracle.security.xmlsec.util.XMLElement

Liberty 1.2 libMD:AssertionConsumerServiceURL element.


Field Summary

 

Fields inherited from class oracle.security.xmlsec.util.XMLNode
node, systemId

 

Constructor Summary
AssertionConsumerServiceURL(org.w3c.dom.Document owner)
          Creates a new AssertionConsumerServiceURL instance.
AssertionConsumerServiceURL(org.w3c.dom.Document owner, java.lang.String url, java.lang.String id)
          Creates a new AssertionConsumerServiceURL instance.
AssertionConsumerServiceURL(org.w3c.dom.Document owner, java.lang.String url, java.lang.String id, boolean isDefault)
          Creates a new AssertionConsumerServiceURL instance.
AssertionConsumerServiceURL(org.w3c.dom.Element element)
          Creates a new AssertionConsumerServiceURL instance from the given Element node.
AssertionConsumerServiceURL(org.w3c.dom.Element element, java.lang.String systemId)
          Creates a new AssertionConsumerServiceURL instance from the given Element node.

 

Method Summary
 java.lang.String getId()
          Returns the "id" attribute value for this AssertionConsumerServiceURL, or null if the attribute is not specified.
 boolean getIsDefault()
          Returns the isDefault attribute value for this AssertionConsumerServiceURL, or false if the attribute is not specified.
 java.lang.String getURL()
          Returns the URL string value of this AssertionConsumerServiceURL.
 void setId(java.lang.String id)
          Sets the "id" attribute value for this AssertionConsumerServiceURL.
 void setIsDefault(boolean isDefault)
          Sets the isDefault attribute value for this AssertionConsumerServiceURL.
 void setURL(java.lang.String url)
          Sets the URL string value of this AssertionConsumerServiceURL.

 

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

AssertionConsumerServiceURL

public AssertionConsumerServiceURL(org.w3c.dom.Element element)
                            throws org.w3c.dom.DOMException
Creates a new AssertionConsumerServiceURL instance from the given Element node.
Parameters:
element - A Liberty AssertionConsumerServiceURL element.
Throws:
org.w3c.dom.DOMException

AssertionConsumerServiceURL

public AssertionConsumerServiceURL(org.w3c.dom.Element element,
                                   java.lang.String systemId)
                            throws org.w3c.dom.DOMException
Creates a new AssertionConsumerServiceURL instance from the given Element node.
Parameters:
element - A Liberty AssertionConsumerServiceURL element.
systemId - The URI string system ID for the AssertionConsumerServiceURL.
Throws:
org.w3c.dom.DOMException

AssertionConsumerServiceURL

public AssertionConsumerServiceURL(org.w3c.dom.Document owner)
                            throws org.w3c.dom.DOMException
Creates a new AssertionConsumerServiceURL instance.
Parameters:
owner - The owner document of the new Liberty AssertionConsumerServiceURL element.
Throws:
org.w3c.dom.DOMException

AssertionConsumerServiceURL

public AssertionConsumerServiceURL(org.w3c.dom.Document owner,
                                   java.lang.String url,
                                   java.lang.String id)
                            throws org.w3c.dom.DOMException
Creates a new AssertionConsumerServiceURL instance.
Parameters:
owner - The owner document of the new Liberty AssertionConsumerServiceURL element.
url - The URL string value of this AssertionConsumerServiceURL.
id - The "id" attribute value for this AssertionConsumerServiceURL.
Throws:
org.w3c.dom.DOMException

AssertionConsumerServiceURL

public AssertionConsumerServiceURL(org.w3c.dom.Document owner,
                                   java.lang.String url,
                                   java.lang.String id,
                                   boolean isDefault)
                            throws org.w3c.dom.DOMException
Creates a new AssertionConsumerServiceURL instance.
Parameters:
owner - The owner document of the new Liberty AssertionConsumerServiceURL element.
url - The URL string value of this AssertionConsumerServiceURL.
id - The "id" attribute value for this AssertionConsumerServiceURL.
isDefault - Set to true if this is the provider's default assertion consumer service URL. The default value is "false".
Throws:
org.w3c.dom.DOMException

Method Detail

setURL

public void setURL(java.lang.String url)
            throws org.w3c.dom.DOMException
Sets the URL string value of this AssertionConsumerServiceURL.
Parameters:
url - The URL string value.
Throws:
org.w3c.dom.DOMException

getURL

public java.lang.String getURL()
Returns the URL string value of this AssertionConsumerServiceURL.

setId

public void setId(java.lang.String id)
           throws org.w3c.dom.DOMException
Sets the "id" attribute value for this AssertionConsumerServiceURL.
Parameters:
id - The "id" attribute value.
Throws:
org.w3c.dom.DOMException

getId

public java.lang.String getId()
Returns the "id" attribute value for this AssertionConsumerServiceURL, or null if the attribute is not specified.

setIsDefault

public void setIsDefault(boolean isDefault)
                  throws org.w3c.dom.DOMException
Sets the isDefault attribute value for this AssertionConsumerServiceURL.
Parameters:
The - isDefault attribute value.
Throws:
org.w3c.dom.DOMException

getIsDefault

public boolean getIsDefault()
Returns the isDefault attribute value for this AssertionConsumerServiceURL, or false if the attribute is not specified.

Skip navigation links

Oracle Security Developer Tools Liberty 1.2 Java API Reference
11g (11.1.1)

E10671-02


Copyright © 2005, 2009, Oracle. All rights reserved.