org.opensaml.security
protected class MetadataCredentialResolver.MetadataCacheKey extends Object
Modifier and Type | Field and Description |
---|---|
private String |
id
Entity ID of credential owner.
|
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 of the resolved credentials.
|
Modifier | Constructor and Description |
---|---|
protected |
MetadataCredentialResolver.MetadataCacheKey(String entityID,
QName entityRole,
String entityProtocol,
UsageType entityUsage)
Constructor.
|
private String id
private QName role
private String protocol
private UsageType usage
protected MetadataCredentialResolver.MetadataCacheKey(String entityID, QName entityRole, String entityProtocol, UsageType entityUsage)
entityID
- entity ID of the credential ownerentityRole
- role in which the entity is operatingentityProtocol
- protocol over which the entity is operating (may be null)entityUsage
- usage of the resolved credentialsCopyright © 1999-2013 JBoss by Red Hat. All Rights Reserved.