Class ReqCertEmailResolver

  • All Implemented Interfaces:
    IEmailResolver

    public class ReqCertEmailResolver
    extends java.lang.Object
    implements IEmailResolver
    An email resolver that first checks the request email, if none, then follows by checking the subjectDN of the certificate

    Version:
    $Revision$, $Date$
    Author:
    cfu
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String KEY_CERT  
      static java.lang.String KEY_REQUEST  
      static org.slf4j.Logger logger  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getEmail​(IEmailResolverKeys keys)
      returns an email address by using the resolver keys.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait