org.cougaar.core.service.identity
Interface AgentIdentityClient

All Superinterfaces:
java.security.Principal

public interface AgentIdentityClient
extends java.security.Principal

Required service requestor API for the AgentIdentityService.


Method Summary
 void identityRevoked(CrlReason reason)
          Callback for revocation of an aquired identity.
 
Methods inherited from interface java.security.Principal
equals, getName, hashCode, toString
 

Method Detail

identityRevoked

void identityRevoked(CrlReason reason)
Callback for revocation of an aquired identity. See RFC 2459, 5.3.1 for a list of possible reasons why the certificate was revoked.

Parameters:
reason - the reason code as defined in RFC 2459