org.springframework.security.saml.trust
Class PKIXInformationResolver.MetadataCacheKey
java.lang.Object
org.springframework.security.saml.trust.PKIXInformationResolver.MetadataCacheKey
- Enclosing class:
- PKIXInformationResolver
protected class PKIXInformationResolver.MetadataCacheKey
- extends Object
A class which serves as the key into the cache of credentials previously resolved.
PKIXInformationResolver.MetadataCacheKey
protected PKIXInformationResolver.MetadataCacheKey(String entityID,
QName entityRole,
String entityProtocol,
org.opensaml.xml.security.credential.UsageType entityUsage)
- Constructor.
- Parameters:
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
equals
public boolean equals(Object obj)
-
- Overrides:
equals
in class Object
hashCode
public int hashCode()
-
- Overrides:
hashCode
in class Object
toString
public String toString()
-
- Overrides:
toString
in class Object