public interface SubjectConfirmationData extends SAMLObject, ElementExtensibleXMLObject, AttributeExtensibleXMLObject
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static String |
ADDRESS_ATTRIB_NAME
Address attribute name.
|
static String |
DEFAULT_ELEMENT_LOCAL_NAME
Element local name.
|
static QName |
DEFAULT_ELEMENT_NAME
Default element name.
|
static String |
IN_RESPONSE_TO_ATTRIB_NAME
InResponseTo attribute name.
|
static String |
NOT_BEFORE_ATTRIB_NAME
NotBefore attribute name.
|
static String |
NOT_ON_OR_AFTER_ATTRIB_NAME
NotOnOrAfter attribute name.
|
static String |
RECIPIENT_ATTRIB_NAME
Recipient attribute name.
|
static String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static QName |
TYPE_NAME
QName of the XSI type.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
String |
getRecipient()
Gets the recipient of this subject.
|
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.
|
deregisterValidator, getValidators, registerValidator, validateaddNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationgetUnknownXMLObjects, getUnknownXMLObjectsgetUnknownAttributesstatic final String DEFAULT_ELEMENT_LOCAL_NAME
static final QName DEFAULT_ELEMENT_NAME
static final QName TYPE_NAME
static final String NOT_BEFORE_ATTRIB_NAME
static final String NOT_ON_OR_AFTER_ATTRIB_NAME
static final String RECIPIENT_ATTRIB_NAME
static final String IN_RESPONSE_TO_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 validString getRecipient()
void setRecipient(String newRecipient)
newRecipient - the recipient of this subjectString getInResponseTo()
void setInResponseTo(String newInResponseTo)
newInResponseTo - the message ID this is in response toString getAddress()
void setAddress(String newAddress)
newAddress - the IP address to which this information may be pressentedCopyright © 2012. All Rights Reserved.