|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CacheableSAMLObject
A functional interface for SAMLElements that provide cache duration information.
Field Summary | |
---|---|
static java.lang.String |
CACHE_DURATION_ATTRIB_NAME
"cacheDuration" attribute name |
static javax.xml.namespace.QName |
CACHE_DURATION_ATTRIB_QNAME
"cacheDuration" attribute's QName |
Method Summary | |
---|---|
java.lang.Long |
getCacheDuration()
Gets the maximum time, in milliseconds, that this descriptor should be cached. |
void |
setCacheDuration(java.lang.Long duration)
Sets the maximum time, in milliseconds, that this descriptor should be cached. |
Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject |
---|
deregisterValidator, getValidators, registerValidator, validate |
Methods inherited from interface org.opensaml.xml.XMLObject |
---|
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
Field Detail |
---|
static final java.lang.String CACHE_DURATION_ATTRIB_NAME
static final javax.xml.namespace.QName CACHE_DURATION_ATTRIB_QNAME
Method Detail |
---|
java.lang.Long getCacheDuration()
void setCacheDuration(java.lang.Long duration)
duration
- the maximum time that this descriptor should be cached
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |