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.


Field Summary
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.
 
Constructor Summary
protected MetadataPKIXValidationInformationResolver.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

id

private String id
Entity ID associated with resolved information.


role

private QName role
Role in which the entity is operating.


protocol

private String protocol
Protocol over which the entity is operating (may be null).


usage

private UsageType usage
Intended usage specifier of the role descriptor's key descriptor.

Constructor Detail

MetadataPKIXValidationInformationResolver.MetadataCacheKey

protected MetadataPKIXValidationInformationResolver.MetadataCacheKey(String entityID,
                                                                     QName entityRole,
                                                                     String entityProtocol,
                                                                     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 © 1999-2012. All Rights Reserved.