Interface CacheableSAMLObject

    • Field Detail

      • CACHE_DURATION_ATTRIB_QNAME

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

      • 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