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