com.netscape.certsrv.notification
Interface IEmailResolver


public interface IEmailResolver

An email resolver that first checks the request email, if none, then follows by checking the subjectDN of the certificate

Version:
$Revision: 1211 $, $Date: 2010-08-18 10:15:37 -0700 (Wed, 18 Aug 2010) $

Method Summary
 java.lang.String getEmail(IEmailResolverKeys keys)
          returns an email address by using the resolver keys.
 

Method Detail

getEmail

java.lang.String getEmail(IEmailResolverKeys keys)
                          throws EBaseException,
                                 ENotificationException
returns an email address by using the resolver keys. The return value can possibly be null

Parameters:
keys - list of keys used for resolving the email address
Throws:
EBaseException
ENotificationException