jar

com.github.fangzhengjin : common-verification-code-spring-boot-starter

Maven & Gradle

Apr 22, 2020
0 stars

common-verification-code-spring-boot-starter · common-verification-code-spring-boot-starter

Table Of Contents

Latest Version

Download com.github.fangzhengjin : common-verification-code-spring-boot-starter JAR file - Latest Versions:

All Versions

Download com.github.fangzhengjin : common-verification-code-spring-boot-starter JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.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 common-verification-code-spring-boot-starter-0.0.10.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.fangzhengjin.common.component.verification.vo

├─ com.github.fangzhengjin.common.component.verification.vo.VerificationCode.class - [JAR]

├─ com.github.fangzhengjin.common.component.verification.vo.VerificationValidateData.class - [JAR]

com.github.fangzhengjin.common.component.verification.service

├─ com.github.fangzhengjin.common.component.verification.service.VerificationGeneratorProvider.class - [JAR]

├─ com.github.fangzhengjin.common.component.verification.service.VerificationStatus.class - [JAR]

├─ com.github.fangzhengjin.common.component.verification.service.VerificationType.class - [JAR]

├─ com.github.fangzhengjin.common.component.verification.service.VerificationValidatorProvider.class - [JAR]

├─ com.github.fangzhengjin.common.component.verification.service.VerificationValidatorWithSessionProvider.class - [JAR]

com.github.fangzhengjin.common.autoconfigure.verification

├─ com.github.fangzhengjin.common.autoconfigure.verification.GoogleReCaptchaHostType.class - [JAR]

├─ com.github.fangzhengjin.common.autoconfigure.verification.ReCaptchaProperties.class - [JAR]

├─ com.github.fangzhengjin.common.autoconfigure.verification.VerificationHelperWithGoogleReCaptchaAutoConfiguration.class - [JAR]

├─ com.github.fangzhengjin.common.autoconfigure.verification.VerificationHelperWithRedisAutoConfiguration.class - [JAR]

├─ com.github.fangzhengjin.common.autoconfigure.verification.VerificationHelperWithSessionAutoConfiguration.class - [JAR]

com.github.fangzhengjin.common.component.verification

├─ com.github.fangzhengjin.common.component.verification.VerificationHelperWithGoogleReCaptcha.class - [JAR]

├─ com.github.fangzhengjin.common.component.verification.VerificationHelperWithRedis.class - [JAR]

├─ com.github.fangzhengjin.common.component.verification.VerificationHelperWithSession.class - [JAR]

com.github.fangzhengjin.common.component.verification.exception

├─ com.github.fangzhengjin.common.component.verification.exception.VerificationException.class - [JAR]

├─ com.github.fangzhengjin.common.component.verification.exception.VerificationExpiredException.class - [JAR]

├─ com.github.fangzhengjin.common.component.verification.exception.VerificationFrequentOperationException.class - [JAR]

├─ com.github.fangzhengjin.common.component.verification.exception.VerificationNotFountException.class - [JAR]

├─ com.github.fangzhengjin.common.component.verification.exception.VerificationNotFountExpectedGeneratorProviderException.class - [JAR]

├─ com.github.fangzhengjin.common.component.verification.exception.VerificationNotFountExpectedValidatorProviderException.class - [JAR]

├─ com.github.fangzhengjin.common.component.verification.exception.VerificationUpperLimitException.class - [JAR]

├─ com.github.fangzhengjin.common.component.verification.exception.VerificationWrongException.class - [JAR]

com.github.fangzhengjin.common.component.verification.service.impl.generator

├─ com.github.fangzhengjin.common.component.verification.service.impl.generator.DefaultImageVerificationGeneratorProvider.class - [JAR]

├─ com.github.fangzhengjin.common.component.verification.service.impl.generator.DefaultMailVerificationGeneratorProvider.class - [JAR]

com.github.fangzhengjin.common.component.verification.service.impl.validator

├─ com.github.fangzhengjin.common.component.verification.service.impl.validator.DefaultImageVerificationValidatorProvider.class - [JAR]