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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
-
-