public class SubjectConfirmationDataImpl extends AbstractSAMLObject implements SubjectConfirmationData
SubjectConfirmationData.| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
address
Address of the Confirmation Data.
|
private java.lang.String |
inResponseTo
InResponseTo of the Confirmation Data.
|
private org.joda.time.DateTime |
notBefore
NotBefore of the Confirmation Data.
|
private org.joda.time.DateTime |
notOnOrAfter
NotOnOrAfter of the Confirmation Data.
|
private java.lang.String |
recipient
Recipient of the Confirmation Data.
|
private AttributeMap |
unknownAttributes
"anyAttribute" attributes.
|
private IndexedXMLObjectChildrenList<XMLObject> |
unknownChildren
"any" children.
|
ADDRESS_ATTRIB_NAME, DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, IN_RESPONSE_TO_ATTRIB_NAME, NOT_BEFORE_ATTRIB_NAME, NOT_ON_OR_AFTER_ATTRIB_NAME, RECIPIENT_ATTRIB_NAME, TYPE_LOCAL_NAME, TYPE_NAME| Modifier | Constructor and Description |
|---|---|
protected |
SubjectConfirmationDataImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAddress()
Gets the IP address to which this information may be pressented.
|
java.lang.String |
getInResponseTo()
Gets the message ID this is in response to.
|
org.joda.time.DateTime |
getNotBefore()
Gets the time before which this subject is not valid.
|
org.joda.time.DateTime |
getNotOnOrAfter()
Gets the time at, or after, which this subject is not valid.
|
java.util.List<XMLObject> |
getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
java.lang.String |
getRecipient()
Gets the recipient of this subject.
|
AttributeMap |
getUnknownAttributes()
Gets a mutable map of the attributes.
|
java.util.List<XMLObject> |
getUnknownXMLObjects()
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
|
java.util.List<XMLObject> |
getUnknownXMLObjects(javax.xml.namespace.QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
void |
setAddress(java.lang.String newAddress)
Sets the IP address to which this information may be pressented.
|
void |
setInResponseTo(java.lang.String newInResponseTo)
Sets the message ID this is in response to.
|
void |
setNotBefore(org.joda.time.DateTime newNotBefore)
Sets the time before which this subject is not valid.
|
void |
setNotOnOrAfter(org.joda.time.DateTime newNotOnOrAfter)
Sets the time at, or after, which this subject is not valid.
|
void |
setRecipient(java.lang.String newRecipient)
Sets the recipient of this subject.
|
equals, hashCode, prepareForAssignmentdetach, 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, setSchemaTypeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitdetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationprivate org.joda.time.DateTime notBefore
private org.joda.time.DateTime notOnOrAfter
private java.lang.String recipient
private java.lang.String inResponseTo
private java.lang.String address
private final AttributeMap unknownAttributes
private final IndexedXMLObjectChildrenList<XMLObject> unknownChildren
protected SubjectConfirmationDataImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.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 org.joda.time.DateTime getNotBefore()
getNotBefore in interface SubjectConfirmationDatapublic void setNotBefore(org.joda.time.DateTime newNotBefore)
setNotBefore in interface SubjectConfirmationDatanewNotBefore - the time before which this subject is not validpublic org.joda.time.DateTime getNotOnOrAfter()
getNotOnOrAfter in interface SubjectConfirmationDatapublic void setNotOnOrAfter(org.joda.time.DateTime newNotOnOrAfter)
setNotOnOrAfter in interface SubjectConfirmationDatanewNotOnOrAfter - the time at, or after, which this subject is not validpublic java.lang.String getRecipient()
getRecipient in interface SubjectConfirmationDatapublic void setRecipient(java.lang.String newRecipient)
setRecipient in interface SubjectConfirmationDatanewRecipient - the recipient of this subjectpublic java.lang.String getInResponseTo()
getInResponseTo in interface SubjectConfirmationDatapublic void setInResponseTo(java.lang.String newInResponseTo)
setInResponseTo in interface SubjectConfirmationDatanewInResponseTo - the message ID this is in response topublic java.lang.String getAddress()
getAddress in interface SubjectConfirmationDatapublic void setAddress(java.lang.String newAddress)
setAddress in interface SubjectConfirmationDatanewAddress - the IP address to which this information may be pressentedpublic AttributeMap getUnknownAttributes()
getUnknownAttributes in interface AttributeExtensibleXMLObjectpublic java.util.List<XMLObject> getUnknownXMLObjects()
getUnknownXMLObjects in interface ElementExtensibleXMLObjectpublic java.util.List<XMLObject> getUnknownXMLObjects(javax.xml.namespace.QName typeOrName)
getUnknownXMLObjects in interface ElementExtensibleXMLObjecttypeOrName - the QName of the statements to returnpublic java.util.List<XMLObject> getOrderedChildren()
getOrderedChildren in interface XMLObject