jar

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

Maven & Gradle

Jul 25, 2022

com.github.hiwepy:security-google-spring-boot-starter · Spring Boot Starter For Spring Security With Google AccessToken

Table Of Contents

Latest Version

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

All Versions

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

Version Vulnerabilities Size Updated
2.0.x
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-google-spring-boot-starter-2.0.0.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.SecurityGoogleAuthcProperties.class - [JAR]

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

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

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

org.springframework.security.boot.google

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

org.springframework.security.boot.google.exception

├─ org.springframework.security.boot.google.exception.GoogleAccessTokenExpiredException.class - [JAR]

├─ org.springframework.security.boot.google.exception.GoogleAccessTokenIncorrectException.class - [JAR]

├─ org.springframework.security.boot.google.exception.GoogleAccessTokenInvalidException.class - [JAR]

├─ org.springframework.security.boot.google.exception.GoogleAccessTokenNotFoundException.class - [JAR]

org.springframework.security.boot.google.authentication

├─ org.springframework.security.boot.google.authentication.GoogleAuthenticationProcessingFilter.class - [JAR]

├─ org.springframework.security.boot.google.authentication.GoogleAuthenticationProvider.class - [JAR]

├─ org.springframework.security.boot.google.authentication.GoogleAuthenticationToken.class - [JAR]

├─ org.springframework.security.boot.google.authentication.GoogleLoginRequest.class - [JAR]

├─ org.springframework.security.boot.google.authentication.GoogleMatchedAuthenticationEntryPoint.class - [JAR]

├─ org.springframework.security.boot.google.authentication.GoogleMatchedAuthenticationFailureHandler.class - [JAR]

├─ org.springframework.security.boot.google.authentication.GoogleMatchedAuthenticationSuccessHandler.class - [JAR]