|
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.XMLElement
oracle.security.xmlsec.liberty.v11.ProviderDescriptor
oracle.security.xmlsec.liberty.v11.SPDescriptor
public class SPDescriptor
Liberty service provider descriptor.
IDPDescriptor| Field Summary |
|---|
| 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.Document owner, java.lang.String acsURL, boolean authnRequestsSigned, java.lang.String providerId)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 | |
|---|---|
java.lang.String |
getAssertionConsumerServiceURL()Returns the service provider's assertion consuming URI specified in the AssertionConsumerServiceURL child element in this structure. |
boolean |
getAuthnRequestsSigned()Return the boolen value specified in the AuthnRequestsSigned child element in this structure. |
void |
setAssertionConsumerServiceURL(java.lang.String serviceURI)Set the AssertionConsumerServiceURL 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
public SPDescriptor(org.w3c.dom.Document owner,
java.lang.String acsURL,
boolean authnRequestsSigned,
java.lang.String providerId)
throws org.w3c.dom.DOMException
SPDescriptor instance within the specified XML Document.
owner - The owner document of the new Liberty SPDescriptor element.acsURL - The AssertionConsumerServiceURL child element.authnRequestsSigned - The AuthnRequestsSigned child element.providerId - The ProviderID child element.org.w3c.dom.DOMException| Method Detail |
|---|
public void setAssertionConsumerServiceURL(java.lang.String serviceURI)
serviceURI - The service provider's assertion consuming URI.public java.lang.String getAssertionConsumerServiceURL()
public void setAuthnRequestsSigned(boolean isSigned)
isSigned - A boolean.public boolean getAuthnRequestsSigned()
|
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 | ||||||||