public interface CacheableSAMLObject extends SAMLObject
Modifier and Type | Field and Description |
---|---|
static String |
CACHE_DURATION_ATTRIB_NAME
"cacheDuration" attribute name
|
static QName |
CACHE_DURATION_ATTRIB_QNAME
"cacheDuration" attribute's QName
|
Modifier and Type | Method and Description |
---|---|
Long |
getCacheDuration()
Gets the maximum time, in milliseconds, that this descriptor should be cached.
|
void |
setCacheDuration(Long duration)
Sets the maximum time, in milliseconds, that this descriptor should be cached.
|
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 CACHE_DURATION_ATTRIB_NAME
static final QName CACHE_DURATION_ATTRIB_QNAME
Long getCacheDuration()
void setCacheDuration(Long duration)
duration
- the maximum time that this descriptor should be cachedCopyright © 1999-2013. All Rights Reserved.