Class RequestImpl

java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.saml.common.AbstractSAMLObject
ddf.security.liberty.paos.impl.RequestImpl
All Implemented Interfaces:
ddf.security.liberty.paos.Request, org.opensaml.core.xml.XMLObject, org.opensaml.saml.common.SAMLObject, org.opensaml.soap.soap11.ActorBearing, org.opensaml.soap.soap11.MustUnderstandBearing

public class RequestImpl extends org.opensaml.saml.common.AbstractSAMLObject implements ddf.security.liberty.paos.Request, org.opensaml.saml.common.SAMLObject, org.opensaml.soap.soap11.MustUnderstandBearing, org.opensaml.soap.soap11.ActorBearing
  • Field Summary

    Fields inherited from interface org.opensaml.soap.soap11.ActorBearing

    SOAP11_ACTOR_ATTR_LOCAL_NAME, SOAP11_ACTOR_ATTR_NAME, SOAP11_ACTOR_NEXT

    Fields inherited from interface org.opensaml.soap.soap11.MustUnderstandBearing

    SOAP11_MUST_UNDERSTAND_ATTR_LOCAL_NAME, SOAP11_MUST_UNDERSTAND_ATTR_NAME

    Fields inherited from interface ddf.security.liberty.paos.Request

    DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, ECP_SERVICE, MESSAGE_ID_ATTRIB_NAME, PAOS_NS, PAOS_PREFIX, RESPONSE_CONSUMER_URL_ATTRIB_NAME, SERVICE_ATTRIB_NAME, TYPE_LOCAL_NAME, TYPE_NAME
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    RequestImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    List<org.opensaml.core.xml.XMLObject>
     
     
     
     
     
    org.opensaml.core.xml.schema.XSBooleanValue
     
    void
    setMessageID(String newMessageID)
     
    void
    setResponseConsumerURL(String newResponseConsumerURL)
     
    void
    setService(String newService)
     
    void
    setSOAP11Actor(String soap11Actor)
     
    void
     
    void
    setSOAP11MustUnderstand(org.opensaml.core.xml.schema.XSBooleanValue xsBooleanValue)
     

    Methods inherited from class org.opensaml.saml.common.AbstractSAMLObject

    equals, hashCode, prepareForAssignment

    Methods inherited from class org.opensaml.core.xml.AbstractXMLObject

    detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.opensaml.core.xml.XMLObject

    detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
  • Constructor Details

    • RequestImpl

      protected RequestImpl(@Nullable String namespaceURI, @Nonnull String elementLocalName, @Nullable String namespacePrefix)
  • Method Details

    • getResponseConsumerURL

      public String getResponseConsumerURL()
      Specified by:
      getResponseConsumerURL in interface ddf.security.liberty.paos.Request
    • setResponseConsumerURL

      public void setResponseConsumerURL(String newResponseConsumerURL)
      Specified by:
      setResponseConsumerURL in interface ddf.security.liberty.paos.Request
    • getService

      public String getService()
      Specified by:
      getService in interface ddf.security.liberty.paos.Request
    • setService

      public void setService(String newService)
      Specified by:
      setService in interface ddf.security.liberty.paos.Request
    • getMessageID

      public String getMessageID()
      Specified by:
      getMessageID in interface ddf.security.liberty.paos.Request
    • setMessageID

      public void setMessageID(String newMessageID)
      Specified by:
      setMessageID in interface ddf.security.liberty.paos.Request
    • getOrderedChildren

      @Nullable public List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
      Specified by:
      getOrderedChildren in interface org.opensaml.core.xml.XMLObject
    • getSOAP11Actor

      @Nullable public String getSOAP11Actor()
      Specified by:
      getSOAP11Actor in interface org.opensaml.soap.soap11.ActorBearing
    • setSOAP11Actor

      public void setSOAP11Actor(@Nullable String soap11Actor)
      Specified by:
      setSOAP11Actor in interface org.opensaml.soap.soap11.ActorBearing
    • isSOAP11MustUnderstand

      @Nullable public Boolean isSOAP11MustUnderstand()
      Specified by:
      isSOAP11MustUnderstand in interface org.opensaml.soap.soap11.MustUnderstandBearing
    • isSOAP11MustUnderstandXSBoolean

      @Nullable public org.opensaml.core.xml.schema.XSBooleanValue isSOAP11MustUnderstandXSBoolean()
      Specified by:
      isSOAP11MustUnderstandXSBoolean in interface org.opensaml.soap.soap11.MustUnderstandBearing
    • setSOAP11MustUnderstand

      public void setSOAP11MustUnderstand(@Nullable Boolean aBoolean)
      Specified by:
      setSOAP11MustUnderstand in interface org.opensaml.soap.soap11.MustUnderstandBearing
    • setSOAP11MustUnderstand

      public void setSOAP11MustUnderstand(@Nullable org.opensaml.core.xml.schema.XSBooleanValue xsBooleanValue)
      Specified by:
      setSOAP11MustUnderstand in interface org.opensaml.soap.soap11.MustUnderstandBearing