Interface CacheableSAMLObject

All Superinterfaces:
SAMLObject, XMLObject
All Known Subinterfaces:
AffiliationDescriptor, AttributeAuthorityDescriptor, AttributeQueryDescriptorType, AuthnAuthorityDescriptor, AuthnQueryDescriptorType, AuthzDecisionQueryDescriptorType, EntitiesDescriptor, EntityDescriptor, IDPSSODescriptor, PDPDescriptor, QueryDescriptorType, RoleDescriptor, SPSSODescriptor, SSODescriptor
All Known Implementing Classes:
AffiliationDescriptorImpl, AttributeAuthorityDescriptorImpl, AttributeQueryDescriptorTypeImpl, AuthnAuthorityDescriptorImpl, AuthnQueryDescriptorTypeImpl, AuthzDecisionQueryDescriptorTypeImpl, EntitiesDescriptorImpl, EntityDescriptorImpl, IDPSSODescriptorImpl, PDPDescriptorImpl, QueryDescriptorTypeImpl, RoleDescriptorImpl, SPSSODescriptorImpl, SSODescriptorImpl

public interface CacheableSAMLObject extends SAMLObject
A functional interface for SAMLElements that provide cache duration information.
  • Field Details

    • CACHE_DURATION_ATTRIB_NAME

      @Nonnull @NotEmpty static final String CACHE_DURATION_ATTRIB_NAME
      "cacheDuration" attribute name.
      See Also:
    • CACHE_DURATION_ATTRIB_QNAME

      @Nonnull static final QName CACHE_DURATION_ATTRIB_QNAME
      "cacheDuration" attribute QName.
  • Method Details

    • getCacheDuration

      @Nullable Duration getCacheDuration()
      Gets the maximum time that this descriptor should be cached.
      Returns:
      the maximum time that this descriptor should be cached
    • setCacheDuration

      void setCacheDuration(@Nullable Duration duration)
      Sets the maximum time that this descriptor should be cached.
      Parameters:
      duration - the maximum time that this descriptor should be cached