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.validationResultsCacheSimple concurrent cache for validation resultsMethods in org.italiangrid.voms.util with parameters of type CachedValidationResultModifier and TypeMethodDescriptionbooleanCachingCertificateValidator.cachedValidationResultHasExpired(CachedValidationResult cvr, long referenceTime) Checks whether theCachedValidationResultpassed as argument has expired with respect to theCachingCertificateValidator.cacheEntryLifetimeMsecdefined for this validator and the reference time passed as argument.