|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.xml.AbstractXMLObject
org.opensaml.xml.validation.AbstractValidatingXMLObject
org.opensaml.common.impl.AbstractSAMLObject
org.opensaml.saml2.core.impl.SubjectConfirmationDataImpl
public class SubjectConfirmationDataImpl
Concrete implementation of SubjectConfirmationData.
| Field Summary | |
|---|---|
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 AttributeMap |
unknownAttributes
"anyAttribute" attributes. |
private IndexedXMLObjectChildrenList<XMLObject> |
unknownChildren
"any" children. |
| Fields inherited from interface org.opensaml.saml2.core.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 |
| Constructor Summary | |
|---|---|
protected |
SubjectConfirmationDataImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor. |
| Method Summary | |
|---|---|
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<XMLObject> |
getOrderedChildren()
|
String |
getRecipient()
Gets the recipient of this subject. |
AttributeMap |
getUnknownAttributes()
|
List<XMLObject> |
getUnknownXMLObjects()
|
List<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. |
| Methods inherited from class org.opensaml.common.impl.AbstractSAMLObject |
|---|
equals, hashCode, prepareForAssignment |
| Methods inherited from class org.opensaml.xml.validation.AbstractValidatingXMLObject |
|---|
deregisterValidator, getValidators, registerValidator, validate, validateChildren |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject |
|---|
deregisterValidator, getValidators, registerValidator, validate |
| Methods inherited from interface org.opensaml.xml.XMLObject |
|---|
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 |
| Field Detail |
|---|
private org.joda.time.DateTime notBefore
private org.joda.time.DateTime notOnOrAfter
private String recipient
private String inResponseTo
private String address
private final AttributeMap unknownAttributes
private final IndexedXMLObjectChildrenList<XMLObject> unknownChildren
| Constructor Detail |
|---|
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 namespace| Method Detail |
|---|
public 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 String getRecipient()
getRecipient in interface SubjectConfirmationDatapublic void setRecipient(String newRecipient)
setRecipient in interface SubjectConfirmationDatanewRecipient - the recipient of this subjectpublic String getInResponseTo()
getInResponseTo in interface SubjectConfirmationDatapublic void setInResponseTo(String newInResponseTo)
setInResponseTo in interface SubjectConfirmationDatanewInResponseTo - the message ID this is in response topublic String getAddress()
getAddress in interface SubjectConfirmationDatapublic void setAddress(String newAddress)
setAddress in interface SubjectConfirmationDatanewAddress - the IP address to which this information may be pressentedpublic AttributeMap getUnknownAttributes()
getUnknownAttributes in interface AttributeExtensibleXMLObjectpublic List<XMLObject> getUnknownXMLObjects()
getUnknownXMLObjects in interface ElementExtensibleXMLObjectpublic List<XMLObject> getUnknownXMLObjects(QName typeOrName)
getUnknownXMLObjects in interface ElementExtensibleXMLObjectpublic List<XMLObject> getOrderedChildren()
getOrderedChildren in interface XMLObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||