Class RecaptchaService

java.lang.Object
org.gluu.oxtrust.service.RecaptchaService
All Implemented Interfaces:
Serializable

@ApplicationScoped @Named("recaptchaService") public class RecaptchaService extends Object implements Serializable
Author:
Dejan Maric, Yuriy Movchan
See Also:
  • Constructor Details

    • RecaptchaService

      public RecaptchaService()
  • Method Details

    • verifyRecaptchaResponse

      public boolean verifyRecaptchaResponse()
    • verifyRecaptchaResponse

      public boolean verifyRecaptchaResponse(String response)
    • isEnabled

      public boolean isEnabled()
    • getRecaptchaSecretKey

      public String getRecaptchaSecretKey()
    • getRecaptchaSiteKey

      public String getRecaptchaSiteKey()