public abstract class RequestAbstractTypeImpl extends AbstractSignableSAMLObject implements RequestAbstractType
RequestAbstractType
.ID_ATTRIB_NAME, ISSUEINSTANT_ATTRIB_NAME, MAJORVERSION_ATTRIB_NAME, MINORVERSION_ATTRIB_NAME
Modifier | Constructor and Description |
---|---|
protected |
RequestAbstractTypeImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getID()
Get the ID.
|
org.joda.time.DateTime |
getIssueInstant()
Get the issue instant.
|
List<XMLObject> |
getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<RespondWith> |
getRespondWiths()
Return the list of RespondWith elements.
|
String |
getSignatureReferenceID()
Gets the value of the ID attribute for this SAML object which will be used as its signature reference.
|
SAMLVersion |
getVersion()
Gets the SAML version of this message.
|
void |
setID(String newID)
Set the ID.
|
void |
setIssueInstant(org.joda.time.DateTime instant)
Set the issue instant.
|
void |
setVersion(SAMLVersion newVersion)
Sets the SAML version of this message.
|
equals, hashCode, prepareForAssignment, setSignature
getSignature, isSigned
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
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getSignature, isSigned, setSignature
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
protected RequestAbstractTypeImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
namespaceURI
- the namespace the element is inelementLocalName
- the local name of the XML element this Object representsnamespacePrefix
- the prefix for the given namespacepublic String getID()
getID
in interface RequestAbstractType
public void setID(String newID)
setID
in interface RequestAbstractType
newID
- what to setpublic SAMLVersion getVersion()
getVersion
in interface RequestAbstractType
public void setVersion(SAMLVersion newVersion)
setVersion
in interface RequestAbstractType
newVersion
- SAML version of this messagepublic org.joda.time.DateTime getIssueInstant()
getIssueInstant
in interface RequestAbstractType
public void setIssueInstant(org.joda.time.DateTime instant)
setIssueInstant
in interface RequestAbstractType
instant
- what to setpublic List<RespondWith> getRespondWiths()
getRespondWiths
in interface RequestAbstractType
public String getSignatureReferenceID()
getSignatureReferenceID
in interface SignableSAMLObject
public List<XMLObject> getOrderedChildren()
getOrderedChildren
in interface XMLObject
Copyright © 2016 JBoss by Red Hat. All rights reserved.