public class SPDescriptor extends ProviderDescriptor
IDPDescriptor| Constructor and Description | 
|---|
| SPDescriptor(org.w3c.dom.Document owner)Creates a new  SPDescriptorinstance within the specified XML Document. | 
| SPDescriptor(org.w3c.dom.Document owner, java.lang.String acsURL, boolean authnRequestsSigned, java.lang.String providerId)Creates a new  SPDescriptorinstance within the specified XML Document. | 
| SPDescriptor(org.w3c.dom.Element element)Creates a new  SPDescriptorinstance from the given Element node. | 
| SPDescriptor(org.w3c.dom.Element element, java.lang.String systemId)Creates a new  SPDescriptorinstance from the given Element node. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
addFederationTerminationNotificationProtocolProfile, addRegisterNameIdentifierProtocolProfile, addSingleLogoutProtocolProfile, getFederationTerminationNotificationProtocolProfiles, getFederationTerminationServiceReturnURL, getFederationTerminationServiceURL, getKeyInfo, getProviderID, getRegisterNameIdentifierProtocolProfiles, getRegisterNameIdentifierServiceReturnURL, getRegisterNameIdentifierServiceURL, getSingleLogoutProtocolProfiles, getSingleLogoutServiceReturnURL, getSingleLogoutServiceURL, getSoapEndpoint, setFederationTerminationServiceReturnURL, setFederationTerminationServiceURL, setKeyInfo, setProviderID, setRegisterNameIdentifierServiceReturnURL, setRegisterNameIdentifierServiceURL, setSingleLogoutServiceReturnURL, setSingleLogoutServiceURL, setSoapEndpointaddNSPrefixAttr, 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, setDefaultNSPrefixappendChild, 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
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.DOMExceptionpublic 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()