public interface TimeBoundSAMLObject extends SAMLObject
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
VALID_UNTIL_ATTRIB_NAME
"validUntil" attribute's local name.
|
static javax.xml.namespace.QName |
VALID_UNTIL_ATTRIB_QNAME
"validUntil" attribute's QName.
|
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
getValidUntil()
Gets the date until which this descriptor is valid.
|
boolean |
isValid()
Checks to see if the current time is past the validUntil time.
|
void |
setValidUntil(org.joda.time.DateTime validUntil)
Sets the date until which this descriptor is valid.
|
detach, 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 VALID_UNTIL_ATTRIB_NAME
static final javax.xml.namespace.QName VALID_UNTIL_ATTRIB_QNAME
boolean isValid()
org.joda.time.DateTime getValidUntil()
void setValidUntil(org.joda.time.DateTime validUntil)
validUntil - the date until which this descriptor is valid