public class SubjectConfirmationDataImpl extends AbstractSAMLObject implements SubjectConfirmationData
SubjectConfirmationData
.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()
Gets the IP address to which this information may be pressented.
|
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.
|
List<org.opensaml.xml.XMLObject> |
getOrderedChildren() |
String |
getRecipient()
Gets the recipient of this subject.
|
org.opensaml.xml.util.AttributeMap |
getUnknownAttributes() |
List<org.opensaml.xml.XMLObject> |
getUnknownXMLObjects() |
List<org.opensaml.xml.XMLObject> |
getUnknownXMLObjects(QName typeOrName) |
void |
setAddress(String newAddress)
Sets the IP address to which this information may be pressented.
|
void |
setInResponseTo(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(String newRecipient)
Sets the recipient of this subject.
|
equals, prepareForAssignment
deregisterValidator, getValidators, registerValidator, validate, validateChildren
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
deregisterValidator, getValidators, registerValidator, validate
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
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 SubjectConfirmationData
public void setNotBefore(org.joda.time.DateTime newNotBefore)
setNotBefore
in interface SubjectConfirmationData
newNotBefore
- the time before which this subject is not validpublic org.joda.time.DateTime getNotOnOrAfter()
getNotOnOrAfter
in interface SubjectConfirmationData
public void setNotOnOrAfter(org.joda.time.DateTime newNotOnOrAfter)
setNotOnOrAfter
in interface SubjectConfirmationData
newNotOnOrAfter
- the time at, or after, which this subject is not validpublic String getRecipient()
getRecipient
in interface SubjectConfirmationData
public void setRecipient(String newRecipient)
setRecipient
in interface SubjectConfirmationData
newRecipient
- the recipient of this subjectpublic String getInResponseTo()
getInResponseTo
in interface SubjectConfirmationData
public void setInResponseTo(String newInResponseTo)
setInResponseTo
in interface SubjectConfirmationData
newInResponseTo
- the message ID this is in response topublic String getAddress()
getAddress
in interface SubjectConfirmationData
public void setAddress(String newAddress)
setAddress
in interface SubjectConfirmationData
newAddress
- the IP address to which this information may be pressentedpublic org.opensaml.xml.util.AttributeMap getUnknownAttributes()
getUnknownAttributes
in interface org.opensaml.xml.AttributeExtensibleXMLObject
public List<org.opensaml.xml.XMLObject> getUnknownXMLObjects()
getUnknownXMLObjects
in interface org.opensaml.xml.ElementExtensibleXMLObject
public List<org.opensaml.xml.XMLObject> getUnknownXMLObjects(QName typeOrName)
getUnknownXMLObjects
in interface org.opensaml.xml.ElementExtensibleXMLObject
public List<org.opensaml.xml.XMLObject> getOrderedChildren()
getOrderedChildren
in interface org.opensaml.xml.XMLObject
Copyright © 1999-2013. All Rights Reserved.