|
Oracle Security Developer Tools Liberty 1.2 Java API Reference 11g (11.1.1) E10671-02 |
||||||||
| 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.liberty.v12.metadata.ProviderDescriptor
oracle.security.xmlsec.liberty.v12.metadata.SPDescriptor
public class SPDescriptor
Liberty service provider descriptor.
IDPDescriptor| Field Summary |
|---|
| Fields inherited from class oracle.security.xmlsec.liberty.v12.metadata.ProviderDescriptor |
|---|
PROTOCOL_SUPPORT_11, PROTOCOL_SUPPORT_12 |
| Fields inherited from class oracle.security.xmlsec.util.XMLNode |
|---|
node, systemId |
| Constructor Summary | |
|---|---|
SPDescriptor(org.w3c.dom.Document owner)Creates a new SPDescriptor instance within the specified XML Document. |
|
SPDescriptor(org.w3c.dom.Element element)Creates a new SPDescriptor instance from the given Element node. |
|
SPDescriptor(org.w3c.dom.Element element, java.lang.String systemId)Creates a new SPDescriptor instance from the given Element node. |
|
| Method Summary | |
|---|---|
void |
addAssertionConsumerServiceURL(AssertionConsumerServiceURL acsu)Adds an AssertionConsumerServiceURL child element in this structure. |
java.util.List |
getAssertionConsumerServiceURLs()Returns the service provider's assertion consuming URL specified in the AssertionConsumerServiceURL child element in this structure. |
boolean |
getAuthnRequestsSigned()Return the boolean value specified in the AuthnRequestsSigned child element in this structure. |
void |
setAuthnRequestsSigned(boolean isSigned)Set the AuthnRequestsSigned child element in this SPDescriptor 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 SPDescriptor(org.w3c.dom.Element element)
throws org.w3c.dom.DOMException
SPDescriptor instance from the given Element node.
element - A Liberty SPDescriptor XML element.org.w3c.dom.DOMException
public SPDescriptor(org.w3c.dom.Element element,
java.lang.String systemId)
throws org.w3c.dom.DOMException
SPDescriptor instance from the given Element node.
element - A Liberty SPDescriptor XML element.systemId - The URI string system ID for the SPDescriptor.org.w3c.dom.DOMException
public SPDescriptor(org.w3c.dom.Document owner)
throws org.w3c.dom.DOMException
SPDescriptor instance within the specified XML Document.
owner - The owner document of the new Liberty SPDescriptor element.org.w3c.dom.DOMException| Method Detail |
|---|
public void addAssertionConsumerServiceURL(AssertionConsumerServiceURL acsu)
serviceURL - The service provider's assertion consuming URL.public java.util.List getAssertionConsumerServiceURLs()
List of AssertionConsumerServiceURLs.public void setAuthnRequestsSigned(boolean isSigned)
isSigned - A boolean.public boolean getAuthnRequestsSigned()
|
Oracle Security Developer Tools Liberty 1.2 Java API Reference 11g (11.1.1) E10671-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||