jar

com.github.hiwepy : security-qrcode-spring-boot-starter

Maven & Gradle

Mar 30, 2022

Spring Boot Starter For Spring Security With QrCode

Table Of Contents

Latest Version

Download com.github.hiwepy : security-qrcode-spring-boot-starter JAR file - Latest Versions:

All Versions

Download com.github.hiwepy : security-qrcode-spring-boot-starter JAR file - All Versions:

Version Vulnerabilities Size Updated
1.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 security-qrcode-spring-boot-starter-1.0.1.RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.springframework.security.boot

├─ org.springframework.security.boot.SecurityQrcodeAuthzProperties.class - [JAR]

├─ org.springframework.security.boot.SecurityQrcodeAutoConfiguration.class - [JAR]

├─ org.springframework.security.boot.SecurityQrcodeFilterConfiguration.class - [JAR]

├─ org.springframework.security.boot.SecurityQrcodeProperties.class - [JAR]

org.springframework.security.boot.qrcode.exception

├─ org.springframework.security.boot.qrcode.exception.AuthenticationQrcodeNotFoundException.class - [JAR]

org.springframework.security.boot.qrcode.authentication

├─ org.springframework.security.boot.qrcode.authentication.QrcodeAuthorizationProcessingFilter.class - [JAR]

├─ org.springframework.security.boot.qrcode.authentication.QrcodeAuthorizationProvider.class - [JAR]

├─ org.springframework.security.boot.qrcode.authentication.QrcodeAuthorizationSuccessHandler.class - [JAR]

├─ org.springframework.security.boot.qrcode.authentication.QrcodeAuthorizationToken.class - [JAR]

├─ org.springframework.security.boot.qrcode.authentication.QrcodeMatchedAuthenticationEntryPoint.class - [JAR]

├─ org.springframework.security.boot.qrcode.authentication.QrcodeMatchedAuthenticationFailureHandler.class - [JAR]

org.springframework.security.boot.qrcode.userdetails

├─ org.springframework.security.boot.qrcode.userdetails.QrcodeInfo.class - [JAR]

├─ org.springframework.security.boot.qrcode.userdetails.QrcodePrincipal.class - [JAR]

org.springframework.security.boot.qrcode.endpoint

├─ org.springframework.security.boot.qrcode.endpoint.SecurityQrcodeEndpoint.class - [JAR]