public class SubjectConfirmationDataImpl extends AbstractSAMLObject implements SubjectConfirmationData
SubjectConfirmationData.| Modifier and Type | Field and Description |
|---|---|
private String |
address
Address of the Confirmation Data.
|
private 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 String |
recipient
Recipient of the Confirmation Data.
|
private org.opensaml.core.xml.util.AttributeMap |
unknownAttributes
"anyAttribute" attributes.
|
private org.opensaml.core.xml.util.IndexedXMLObjectChildrenList<org.opensaml.core.xml.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(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
String |
getInResponseTo() |
org.joda.time.DateTime |
getNotBefore() |
org.joda.time.DateTime |
getNotOnOrAfter() |
List<org.opensaml.core.xml.XMLObject> |
getOrderedChildren() |
String |
getRecipient() |
org.opensaml.core.xml.util.AttributeMap |
getUnknownAttributes() |
List<org.opensaml.core.xml.XMLObject> |
getUnknownXMLObjects() |
List<org.opensaml.core.xml.XMLObject> |
getUnknownXMLObjects(QName typeOrName) |
void |
setAddress(String newAddress) |
void |
setInResponseTo(String newInResponseTo) |
void |
setNotBefore(org.joda.time.DateTime newNotBefore) |
void |
setNotOnOrAfter(org.joda.time.DateTime newNotOnOrAfter) |
void |
setRecipient(String newRecipient) |
equals, hashCode, prepareForAssignmentdetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, 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 String recipient
private String inResponseTo
private String address
private final org.opensaml.core.xml.util.AttributeMap unknownAttributes
private final org.opensaml.core.xml.util.IndexedXMLObjectChildrenList<org.opensaml.core.xml.XMLObject> unknownChildren
protected SubjectConfirmationDataImpl(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 org.joda.time.DateTime getNotBefore()
getNotBefore in interface SubjectConfirmationDatapublic void setNotBefore(org.joda.time.DateTime newNotBefore)
setNotBefore in interface SubjectConfirmationDatapublic org.joda.time.DateTime getNotOnOrAfter()
getNotOnOrAfter in interface SubjectConfirmationDatapublic void setNotOnOrAfter(org.joda.time.DateTime newNotOnOrAfter)
setNotOnOrAfter in interface SubjectConfirmationDatapublic String getRecipient()
getRecipient in interface SubjectConfirmationDatapublic void setRecipient(String newRecipient)
setRecipient in interface SubjectConfirmationDatapublic String getInResponseTo()
getInResponseTo in interface SubjectConfirmationDatapublic void setInResponseTo(String newInResponseTo)
setInResponseTo in interface SubjectConfirmationDatapublic String getAddress()
getAddress in interface SubjectConfirmationDatapublic void setAddress(String newAddress)
setAddress in interface SubjectConfirmationDatapublic org.opensaml.core.xml.util.AttributeMap getUnknownAttributes()
getUnknownAttributes in interface org.opensaml.core.xml.AttributeExtensibleXMLObjectpublic List<org.opensaml.core.xml.XMLObject> getUnknownXMLObjects()
getUnknownXMLObjects in interface org.opensaml.core.xml.ElementExtensibleXMLObjectpublic List<org.opensaml.core.xml.XMLObject> getUnknownXMLObjects(QName typeOrName)
getUnknownXMLObjects in interface org.opensaml.core.xml.ElementExtensibleXMLObjectpublic List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
getOrderedChildren in interface org.opensaml.core.xml.XMLObjectCopyright © 1999–2019 Shibboleth Consortium. All rights reserved.