public interface TimeBoundSAMLObject extends SAMLObject
修飾子とタイプ | フィールドと説明 |
---|---|
static String |
VALID_UNTIL_ATTRIB_NAME
"validUntil" attribute's local name
|
static QName |
VALID_UNTIL_ATTRIB_QNAME
"validUntil" attribute's QName
|
修飾子とタイプ | メソッドと説明 |
---|---|
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 © 2012. All Rights Reserved.