public interface SubjectConfirmationData extends SAMLObject, ElementExtensibleXMLObject, AttributeExtensibleXMLObject
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ADDRESS_ATTRIB_NAME
Address attribute name.
|
static java.lang.String |
DEFAULT_ELEMENT_LOCAL_NAME
Element local name.
|
static javax.xml.namespace.QName |
DEFAULT_ELEMENT_NAME
Default element name.
|
static java.lang.String |
IN_RESPONSE_TO_ATTRIB_NAME
InResponseTo attribute name.
|
static java.lang.String |
NOT_BEFORE_ATTRIB_NAME
NotBefore attribute name.
|
static java.lang.String |
NOT_ON_OR_AFTER_ATTRIB_NAME
NotOnOrAfter attribute name.
|
static java.lang.String |
RECIPIENT_ATTRIB_NAME
Recipient attribute name.
|
static java.lang.String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static javax.xml.namespace.QName |
TYPE_NAME
QName of the XSI type.
|
| Modifier and Type | Method and Description |
|---|---|
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.lang.String |
getRecipient()
Gets the recipient of this subject.
|
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.
|
getUnknownXMLObjects, getUnknownXMLObjectsgetUnknownAttributesdetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationstatic final java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
static final javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
static final java.lang.String TYPE_LOCAL_NAME
static final javax.xml.namespace.QName TYPE_NAME
static final java.lang.String NOT_BEFORE_ATTRIB_NAME
static final java.lang.String NOT_ON_OR_AFTER_ATTRIB_NAME
static final java.lang.String RECIPIENT_ATTRIB_NAME
static final java.lang.String IN_RESPONSE_TO_ATTRIB_NAME
static final java.lang.String ADDRESS_ATTRIB_NAME
org.joda.time.DateTime getNotBefore()
void setNotBefore(org.joda.time.DateTime newNotBefore)
newNotBefore - the time before which this subject is not validorg.joda.time.DateTime getNotOnOrAfter()
void setNotOnOrAfter(org.joda.time.DateTime newNotOnOrAfter)
newNotOnOrAfter - the time at, or after, which this subject is not validjava.lang.String getRecipient()
void setRecipient(java.lang.String newRecipient)
newRecipient - the recipient of this subjectjava.lang.String getInResponseTo()
void setInResponseTo(java.lang.String newInResponseTo)
newInResponseTo - the message ID this is in response tojava.lang.String getAddress()
void setAddress(java.lang.String newAddress)
newAddress - the IP address to which this information may be pressented