protected class MetadataPKIXValidationInformationResolver.MetadataCacheKey extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
id
Entity ID associated with resolved information.
|
private String |
protocol
Protocol over which the entity is operating (may be null).
|
private QName |
role
Role in which the entity is operating.
|
private UsageType |
usage
Intended usage specifier of the role descriptor's key descriptor.
|
| Modifier | Constructor and Description |
|---|---|
protected |
MetadataPKIXValidationInformationResolver.MetadataCacheKey(String entityID,
QName entityRole,
String entityProtocol,
UsageType entityUsage)
Constructor.
|
private String id
private QName role
private String protocol
private UsageType usage
protected MetadataPKIXValidationInformationResolver.MetadataCacheKey(String entityID, QName entityRole, String entityProtocol, UsageType entityUsage)
entityID - entity ID of the metadata entity descriptor to resolveentityRole - role in which the entity is operatingentityProtocol - protocol over which the entity is operating (may be null)entityUsage - usage specifier of the role descriptor's key descriptorCopyright © 1999-2015. All Rights Reserved.