public interface TimeBoundSAMLObject extends SAMLObject
Modifier and Type | Field and Description |
---|---|
static String |
VALID_UNTIL_ATTRIB_NAME
"validUntil" attribute's local name
|
static 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.
|
deregisterValidator, getValidators, registerValidator, validate
addNamespace, 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, setSchemaLocation
static final String VALID_UNTIL_ATTRIB_NAME
static final 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 validCopyright © 1999-2013. All Rights Reserved.