Class ReCaptchaService


  • @Service
    public class ReCaptchaService
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ReCaptchaService​(org.apache.http.impl.client.CloseableHttpClient httpClient, org.molgenis.settings.AppSettings appSettings, ReCaptchaHttpPostFactory reCaptchaHttpPostFactory)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean validate​(java.lang.String token)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReCaptchaService

        public ReCaptchaService​(org.apache.http.impl.client.CloseableHttpClient httpClient,
                                org.molgenis.settings.AppSettings appSettings,
                                ReCaptchaHttpPostFactory reCaptchaHttpPostFactory)
    • Method Detail

      • validate

        public boolean validate​(java.lang.String token)