Class RequestAbstractTypeImpl
java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.xmlsec.signature.AbstractSignableXMLObject
org.opensaml.saml.common.AbstractSignableSAMLObject
org.opensaml.saml.saml1.core.impl.RequestAbstractTypeImpl
- All Implemented Interfaces:
XMLObject
,SAMLObject
,SignableSAMLObject
,RequestAbstractType
,SignableXMLObject
- Direct Known Subclasses:
RequestImpl
public abstract class RequestAbstractTypeImpl
extends AbstractSignableSAMLObject
implements RequestAbstractType
Implementation of
RequestAbstractType
.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
Contains the ID.private Instant
Contains the IssueInstant.private final XMLObjectChildrenList<RespondWith>
Contains the respondWiths.private SAMLVersion
Version of this SAML message.Fields inherited from interface org.opensaml.saml.saml1.core.RequestAbstractType
ID_ATTRIB_NAME, ISSUEINSTANT_ATTRIB_NAME, ISSUEINSTANT_ATTRIB_QNAME, MAJORVERSION_ATTRIB_NAME, MINORVERSION_ATTRIB_NAME
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
RequestAbstractTypeImpl
(String namespaceURI, String elementLocalName, String namespacePrefix) Constructor. -
Method Summary
Modifier and TypeMethodDescriptiongetID()
Get the ID.Get the issue instant.Gets an unmodifiable list of child elements in the order that they will appear in the DOM.Return the list of RespondWith elements.Gets the value of the ID attribute for this SAML object which will be used as its signature reference.Gets the SAML version of this message.void
Set the ID.void
setIssueInstant
(Instant instant) Set the issue instant.void
setVersion
(SAMLVersion newVersion) Sets the SAML version of this message.Methods inherited from class org.opensaml.saml.common.AbstractSignableSAMLObject
equals, hashCode, setSignature
Methods inherited from class org.opensaml.xmlsec.signature.AbstractSignableXMLObject
getSignature, isSigned
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.xmlsec.signature.SignableXMLObject
getSignature, isSigned, setSignature
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
-
Field Details
-
id
Contains the ID. -
issueInstant
Contains the IssueInstant. -
version
Version of this SAML message. -
respondWiths
Contains the respondWiths.
-
-
Constructor Details
-
RequestAbstractTypeImpl
protected RequestAbstractTypeImpl(String namespaceURI, String elementLocalName, String namespacePrefix) Constructor.- Parameters:
namespaceURI
- the namespace the element is inelementLocalName
- the local name of the XML element this Object representsnamespacePrefix
- the prefix for the given namespace
-
-
Method Details
-
getID
Get the ID.- Specified by:
getID
in interfaceRequestAbstractType
- Returns:
- the ID
-
setID
Set the ID.- Specified by:
setID
in interfaceRequestAbstractType
- Parameters:
newID
- what to set
-
getVersion
Gets the SAML version of this message.- Specified by:
getVersion
in interfaceRequestAbstractType
- Returns:
- the SAML version of this message
-
setVersion
Sets the SAML version of this message.- Specified by:
setVersion
in interfaceRequestAbstractType
- Parameters:
newVersion
- SAML version of this message
-
getIssueInstant
Get the issue instant.- Specified by:
getIssueInstant
in interfaceRequestAbstractType
- Returns:
- the issue instant
-
setIssueInstant
Set the issue instant.- Specified by:
setIssueInstant
in interfaceRequestAbstractType
- Parameters:
instant
- what to set
-
getRespondWiths
Return the list of RespondWith elements.- Specified by:
getRespondWiths
in interfaceRequestAbstractType
- Returns:
- the list of RespondWith elements
-
getSignatureReferenceID
Gets the value of the ID attribute for this SAML object which will be used as its signature reference.- Specified by:
getSignatureReferenceID
in interfaceSignableSAMLObject
- Returns:
- the value of this SAMLObject ID attribute
-
getOrderedChildren
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.- Specified by:
getOrderedChildren
in interfaceXMLObject
- Returns:
- ordered list of child elements
-