Uses of Class
org.italiangrid.voms.util.CachedValidationResult
Packages that use CachedValidationResult
Package
Description
This package provides utility classes used in other packages.
-
Uses of CachedValidationResult in org.italiangrid.voms.util
Fields in org.italiangrid.voms.util with type parameters of type CachedValidationResultModifier and TypeFieldDescriptionprotected final ConcurrentMap
<String, CachedValidationResult> CachingCertificateValidator.validationResultsCache
Simple concurrent cache for validation resultsMethods in org.italiangrid.voms.util with parameters of type CachedValidationResultModifier and TypeMethodDescriptionboolean
CachingCertificateValidator.cachedValidationResultHasExpired
(CachedValidationResult cvr, long referenceTime) Checks whether theCachedValidationResult
passed as argument has expired with respect to theCachingCertificateValidator.cacheEntryLifetimeMsec
defined for this validator and the reference time passed as argument.