Package | Description |
---|---|
org.italiangrid.voms.util |
This package provides utility classes used in other packages.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.concurrent.ConcurrentMap<java.lang.String,CachedValidationResult> |
CachingCertificateValidator.validationResultsCache
Simple concurrent cache for validation results
|
Modifier and Type | Method and Description |
---|---|
boolean |
CachingCertificateValidator.cachedValidationResultHasExpired(CachedValidationResult cvr,
long referenceTime)
Checks whether the
CachedValidationResult passed as argument has
expired with respect to the CachingCertificateValidator.cacheEntryLifetimeMsec defined for
this validator and the reference time passed as argument. |