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.
|
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, 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 © 2016 JBoss by Red Hat. All rights reserved.