| Package | Description |
|---|---|
| edu.internet2.middleware.shibboleth.common.security |
| Modifier and Type | Field and Description |
|---|---|
private Map<MetadataPKIXValidationInformationResolver.MetadataCacheKey,SoftReference<Set<String>>> |
MetadataPKIXValidationInformationResolver.entityNamesCache
Cache of resolved info.
|
private Map<MetadataPKIXValidationInformationResolver.MetadataCacheKey,SoftReference<List<PKIXValidationInformation>>> |
MetadataPKIXValidationInformationResolver.entityPKIXCache
Cache of resolved info.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
MetadataPKIXValidationInformationResolver.cachePKIXInfo(MetadataPKIXValidationInformationResolver.MetadataCacheKey cacheKey,
List<PKIXValidationInformation> pkixInfo)
Adds resolved PKIX validation information to the cache.
|
protected void |
MetadataPKIXValidationInformationResolver.cacheTrustedNames(MetadataPKIXValidationInformationResolver.MetadataCacheKey cacheKey,
Set<String> names)
Adds resolved trusted name information to the cache.
|
protected List<PKIXValidationInformation> |
MetadataPKIXValidationInformationResolver.retrievePKIXInfoFromCache(MetadataPKIXValidationInformationResolver.MetadataCacheKey cacheKey)
Retrieves pre-resolved PKIX validation information from the cache.
|
protected Set<String> |
MetadataPKIXValidationInformationResolver.retrieveTrustedNamesFromCache(MetadataPKIXValidationInformationResolver.MetadataCacheKey cacheKey)
Retrieves pre-resolved trusted names from the cache.
|
Copyright © 1999-2015. All Rights Reserved.