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 ofRequestAbstractType.
-
-
Field Summary
Fields Modifier and Type Field Description private StringidContains the ID.private InstantissueInstantContains the IssueInstant.private XMLObjectChildrenList<RespondWith>respondWithsContains the respondWiths.private SAMLVersionversionVersion 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
Constructors Modifier Constructor Description protectedRequestAbstractTypeImpl(String namespaceURI, String elementLocalName, String namespacePrefix)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetID()InstantgetIssueInstant()List<XMLObject>getOrderedChildren()List<RespondWith>getRespondWiths()StringgetSignatureReferenceID()SAMLVersiongetVersion()voidsetID(String newID)voidsetIssueInstant(Instant instant)voidsetVersion(SAMLVersion newVersion)-
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 Detail
-
id
private String id
Contains the ID.
-
issueInstant
private Instant issueInstant
Contains the IssueInstant.
-
version
private SAMLVersion version
Version of this SAML message.
-
respondWiths
private final XMLObjectChildrenList<RespondWith> respondWiths
Contains the respondWiths.
-
-
Constructor Detail
-
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 Detail
-
getID
public String getID()
- Specified by:
getIDin interfaceRequestAbstractType
-
setID
public void setID(String newID)
- Specified by:
setIDin interfaceRequestAbstractType
-
getVersion
public SAMLVersion getVersion()
- Specified by:
getVersionin interfaceRequestAbstractType
-
setVersion
public void setVersion(SAMLVersion newVersion)
- Specified by:
setVersionin interfaceRequestAbstractType
-
getIssueInstant
public Instant getIssueInstant()
- Specified by:
getIssueInstantin interfaceRequestAbstractType
-
setIssueInstant
public void setIssueInstant(Instant instant)
- Specified by:
setIssueInstantin interfaceRequestAbstractType
-
getRespondWiths
public List<RespondWith> getRespondWiths()
- Specified by:
getRespondWithsin interfaceRequestAbstractType
-
getSignatureReferenceID
public String getSignatureReferenceID()
- Specified by:
getSignatureReferenceIDin interfaceSignableSAMLObject
-
getOrderedChildren
public List<XMLObject> getOrderedChildren()
- Specified by:
getOrderedChildrenin interfaceXMLObject
-
-