|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.security.MetadataCredentialResolver.MetadataCacheKey
protected class MetadataCredentialResolver.MetadataCacheKey
A class which serves as the key into the cache of credentials previously resolved.
| Field Summary | |
|---|---|
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. |
| Constructor Summary | |
|---|---|
protected |
MetadataCredentialResolver.MetadataCacheKey(String entityID,
QName entityRole,
String entityProtocol,
UsageType entityUsage)
Constructor. |
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private String id
private QName role
private String protocol
private UsageType usage
| Constructor Detail |
|---|
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 credentials| Method Detail |
|---|
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||