|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SubjectConfirmationData
SAML 2.0 Core SubjectConfirmationData.
Field Summary | |
---|---|
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. |
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.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. |
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, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
Methods inherited from interface org.opensaml.xml.ElementExtensibleXMLObject |
---|
getUnknownXMLObjects, getUnknownXMLObjects |
Methods inherited from interface org.opensaml.xml.AttributeExtensibleXMLObject |
---|
getUnknownAttributes |
Field Detail |
---|
static 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
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |