Package ddf.security.liberty.paos.impl
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_NEXTFields inherited from interface org.opensaml.soap.soap11.MustUnderstandBearing
SOAP11_MUST_UNDERSTAND_ATTR_LOCAL_NAME, SOAP11_MUST_UNDERSTAND_ATTR_NAMEFields 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
ConstructorsModifierConstructorDescriptionprotectedRequestImpl(String namespaceURI, String elementLocalName, String namespacePrefix) -
Method Summary
Modifier and TypeMethodDescriptionList<org.opensaml.core.xml.XMLObject>org.opensaml.core.xml.schema.XSBooleanValuevoidsetMessageID(String newMessageID) voidsetResponseConsumerURL(String newResponseConsumerURL) voidsetService(String newService) voidsetSOAP11Actor(String soap11Actor) voidsetSOAP11MustUnderstand(Boolean aBoolean) voidsetSOAP11MustUnderstand(org.opensaml.core.xml.schema.XSBooleanValue xsBooleanValue) Methods inherited from class org.opensaml.saml.common.AbstractSAMLObject
equals, hashCode, prepareForAssignmentMethods 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, setSchemaTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods 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
-
-
Method Details
-
getResponseConsumerURL
- Specified by:
getResponseConsumerURLin interfaceddf.security.liberty.paos.Request
-
setResponseConsumerURL
- Specified by:
setResponseConsumerURLin interfaceddf.security.liberty.paos.Request
-
getService
- Specified by:
getServicein interfaceddf.security.liberty.paos.Request
-
setService
- Specified by:
setServicein interfaceddf.security.liberty.paos.Request
-
getMessageID
- Specified by:
getMessageIDin interfaceddf.security.liberty.paos.Request
-
setMessageID
- Specified by:
setMessageIDin interfaceddf.security.liberty.paos.Request
-
getOrderedChildren
- Specified by:
getOrderedChildrenin interfaceorg.opensaml.core.xml.XMLObject
-
getSOAP11Actor
- Specified by:
getSOAP11Actorin interfaceorg.opensaml.soap.soap11.ActorBearing
-
setSOAP11Actor
- Specified by:
setSOAP11Actorin interfaceorg.opensaml.soap.soap11.ActorBearing
-
isSOAP11MustUnderstand
- Specified by:
isSOAP11MustUnderstandin interfaceorg.opensaml.soap.soap11.MustUnderstandBearing
-
isSOAP11MustUnderstandXSBoolean
@Nullable public org.opensaml.core.xml.schema.XSBooleanValue isSOAP11MustUnderstandXSBoolean()- Specified by:
isSOAP11MustUnderstandXSBooleanin interfaceorg.opensaml.soap.soap11.MustUnderstandBearing
-
setSOAP11MustUnderstand
- Specified by:
setSOAP11MustUnderstandin interfaceorg.opensaml.soap.soap11.MustUnderstandBearing
-
setSOAP11MustUnderstand
public void setSOAP11MustUnderstand(@Nullable org.opensaml.core.xml.schema.XSBooleanValue xsBooleanValue) - Specified by:
setSOAP11MustUnderstandin interfaceorg.opensaml.soap.soap11.MustUnderstandBearing
-