edu.internet2.middleware.shibboleth.common.security
Class MetadataPKIXValidationInformationResolver.MetadataCacheKey

java.lang.Object
  extended by edu.internet2.middleware.shibboleth.common.security.MetadataPKIXValidationInformationResolver.MetadataCacheKey
Enclosing class:
MetadataPKIXValidationInformationResolver

protected class MetadataPKIXValidationInformationResolver.MetadataCacheKey
extends Object

A class which serves as the key into the cache of information previously resolved.


Constructor Summary
protected MetadataPKIXValidationInformationResolver.MetadataCacheKey(String entityID, QName entityRole, String entityProtocol, org.opensaml.xml.security.credential.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
 

Constructor Detail

MetadataPKIXValidationInformationResolver.MetadataCacheKey

protected MetadataPKIXValidationInformationResolver.MetadataCacheKey(String entityID,
                                                                     QName entityRole,
                                                                     String entityProtocol,
                                                                     org.opensaml.xml.security.credential.UsageType entityUsage)
Constructor.

Parameters:
entityID - entity ID of the metadata entity descriptor to resolve
entityRole - role in which the entity is operating
entityProtocol - protocol over which the entity is operating (may be null)
entityUsage - usage specifier of the role descriptor's key descriptor
Method Detail

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


Copyright © 2006-2009 Internet2. All Rights Reserved.