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| 修飾子 | コンストラクタと説明 |
|---|---|
protected |
SubjectConfirmationDataImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
String |
getRecipient()
Gets the recipient of this subject.
|
AttributeMap |
getUnknownAttributes()
Gets a mutable map of the attributes.
|
List<XMLObject> |
getUnknownXMLObjects()
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
|
List<XMLObject> |
getUnknownXMLObjects(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(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, prepareForAssignmentderegisterValidator, getValidators, registerValidator, validate, validateChildrenaddNamespace, 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, setSchemaTypeclone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitderegisterValidator, getValidators, registerValidator, validateaddNamespace, 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, setSchemaLocationprotected 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 インタフェース内 SubjectConfirmationDatapublic void setNotBefore(org.joda.time.DateTime newNotBefore)
setNotBefore インタフェース内 SubjectConfirmationDatanewNotBefore - the time before which this subject is not validpublic org.joda.time.DateTime getNotOnOrAfter()
getNotOnOrAfter インタフェース内 SubjectConfirmationDatapublic void setNotOnOrAfter(org.joda.time.DateTime newNotOnOrAfter)
setNotOnOrAfter インタフェース内 SubjectConfirmationDatanewNotOnOrAfter - the time at, or after, which this subject is not validpublic String getRecipient()
getRecipient インタフェース内 SubjectConfirmationDatapublic void setRecipient(String newRecipient)
setRecipient インタフェース内 SubjectConfirmationDatanewRecipient - the recipient of this subjectpublic String getInResponseTo()
getInResponseTo インタフェース内 SubjectConfirmationDatapublic void setInResponseTo(String newInResponseTo)
setInResponseTo インタフェース内 SubjectConfirmationDatanewInResponseTo - the message ID this is in response topublic String getAddress()
getAddress インタフェース内 SubjectConfirmationDatapublic void setAddress(String newAddress)
setAddress インタフェース内 SubjectConfirmationDatanewAddress - the IP address to which this information may be pressentedpublic AttributeMap getUnknownAttributes()
getUnknownAttributes インタフェース内 AttributeExtensibleXMLObjectpublic List<XMLObject> getUnknownXMLObjects()
getUnknownXMLObjects インタフェース内 ElementExtensibleXMLObjectpublic List<XMLObject> getUnknownXMLObjects(QName typeOrName)
getUnknownXMLObjects インタフェース内 ElementExtensibleXMLObjecttypeOrName - the QName of the statements to returnpublic List<XMLObject> getOrderedChildren()
getOrderedChildren インタフェース内 XMLObjectCopyright © 2012. All Rights Reserved.