Interface IEmailResolver
- All Known Implementing Classes:
ReqCertEmailResolver
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$, $Date$
-
Method Summary
Modifier and TypeMethodDescriptiongetEmail
(IEmailResolverKeys keys) returns an email address by using the resolver keys.
-
Method Details
-
getEmail
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
-