public interface CacheableSAMLObject extends SAMLObject
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static String |
CACHE_DURATION_ATTRIB_NAME
"cacheDuration" attribute name
|
static QName |
CACHE_DURATION_ATTRIB_QNAME
"cacheDuration" attribute's QName
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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, validateaddNamespace, 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, setSchemaLocationstatic 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 © 2012. All Rights Reserved.