|
||||||||||
| 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 |
|---|
| 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(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
Constructor. |
| Method Summary | |
|---|---|
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<org.opensaml.xml.XMLObject> |
getOrderedChildren()
|
java.lang.String |
getRecipient()
Gets the recipient of this subject. |
org.opensaml.xml.util.AttributeMap |
getUnknownAttributes()
|
java.util.List<org.opensaml.xml.XMLObject> |
getUnknownXMLObjects()
|
java.util.List<org.opensaml.xml.XMLObject> |
getUnknownXMLObjects(javax.xml.namespace.QName typeOrName)
|
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. |
| Methods inherited from class org.opensaml.common.impl.AbstractSAMLObject |
|---|
equals, prepareForAssignment |
| Methods inherited from class org.opensaml.xml.validation.AbstractValidatingXMLObject |
|---|
deregisterValidator, getValidators, registerValidator, validate, validateChildren |
| Methods inherited from class org.opensaml.xml.AbstractXMLObject |
|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, 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 |
| Constructor Detail |
|---|
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 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 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 org.opensaml.xml.util.AttributeMap getUnknownAttributes()
getUnknownAttributes in interface org.opensaml.xml.AttributeExtensibleXMLObjectpublic java.util.List<org.opensaml.xml.XMLObject> getUnknownXMLObjects()
getUnknownXMLObjects in interface org.opensaml.xml.ElementExtensibleXMLObjectpublic java.util.List<org.opensaml.xml.XMLObject> getUnknownXMLObjects(javax.xml.namespace.QName typeOrName)
getUnknownXMLObjects in interface org.opensaml.xml.ElementExtensibleXMLObjectpublic java.util.List<org.opensaml.xml.XMLObject> getOrderedChildren()
getOrderedChildren in interface org.opensaml.xml.XMLObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||