jar

com.github.mkopylec : recaptcha-spring-boot-starter

Maven & Gradle

Jul 12, 2019
108 stars

reCAPTCHA Spring Boot Starter · Spring Boot starter for Google's reCAPTCHA

Table Of Contents

Latest Version

Download com.github.mkopylec : recaptcha-spring-boot-starter JAR file - Latest Versions:

All Versions

Download com.github.mkopylec : recaptcha-spring-boot-starter JAR file - All Versions:

Version Vulnerabilities Size Updated
2.3.x
2.2.x
2.1.x
2.0.x
1.4.x
1.3.x
1.2.x
1.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window recaptcha-spring-boot-starter-2.3.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.mkopylec.recaptcha.validation

├─ com.github.mkopylec.recaptcha.validation.DefaultRecaptchaValidator.class - [JAR]

├─ com.github.mkopylec.recaptcha.validation.ErrorCode.class - [JAR]

├─ com.github.mkopylec.recaptcha.validation.IpAddressResolver.class - [JAR]

├─ com.github.mkopylec.recaptcha.validation.RecaptchaValidationException.class - [JAR]

├─ com.github.mkopylec.recaptcha.validation.RecaptchaValidator.class - [JAR]

├─ com.github.mkopylec.recaptcha.validation.ValidationConfiguration.class - [JAR]

├─ com.github.mkopylec.recaptcha.validation.ValidationResult.class - [JAR]

com.github.mkopylec.recaptcha.security

├─ com.github.mkopylec.recaptcha.security.RecaptchaAuthenticationException.class - [JAR]

├─ com.github.mkopylec.recaptcha.security.RecaptchaAuthenticationFilter.class - [JAR]

├─ com.github.mkopylec.recaptcha.security.SecurityConfiguration.class - [JAR]

com.github.mkopylec.recaptcha

├─ com.github.mkopylec.recaptcha.RecaptchaProperties.class - [JAR]

com.github.mkopylec.recaptcha.security.login

├─ com.github.mkopylec.recaptcha.security.login.FormLoginConfigurerEnhancer.class - [JAR]

├─ com.github.mkopylec.recaptcha.security.login.InMemoryLoginFailuresManager.class - [JAR]

├─ com.github.mkopylec.recaptcha.security.login.LoginFailuresClearingHandler.class - [JAR]

├─ com.github.mkopylec.recaptcha.security.login.LoginFailuresCountingHandler.class - [JAR]

├─ com.github.mkopylec.recaptcha.security.login.LoginFailuresManager.class - [JAR]

├─ com.github.mkopylec.recaptcha.security.login.RecaptchaAwareRedirectStrategy.class - [JAR]

com.github.mkopylec.recaptcha.testing

├─ com.github.mkopylec.recaptcha.testing.TestRecaptchaValidator.class - [JAR]

├─ com.github.mkopylec.recaptcha.testing.TestingConfiguration.class - [JAR]