jar

io.github.benfromchina : oauth2-spring-boot-starter

Maven & Gradle

Jul 07, 2022
0 stars

oauth2-spring-boot-starter · Implement authorization server and resource server based on OAuth2.0 in springboot application.

Table Of Contents

Latest Version

Download io.github.benfromchina : oauth2-spring-boot-starter JAR file - Latest Versions:

All Versions

Download io.github.benfromchina : oauth2-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 oauth2-spring-boot-starter-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.stark.oauth2.boot

├─ com.stark.oauth2.boot.AutoConfiguration.class - [JAR]

com.stark.oauth2.form

├─ com.stark.oauth2.form.Request.class - [JAR]

com.stark.oauth2.boot.properties

├─ com.stark.oauth2.boot.properties.JwtProperties.class - [JAR]

├─ com.stark.oauth2.boot.properties.OAuth2Properties.class - [JAR]

├─ com.stark.oauth2.boot.properties.SecurityProperties.class - [JAR]

com.stark.oauth2.util

├─ com.stark.oauth2.util.KeyStoreUtil.class - [JAR]

com.stark.oauth2.service

├─ com.stark.oauth2.service.ContextPathService.class - [JAR]

├─ com.stark.oauth2.service.PermissionService.class - [JAR]

├─ com.stark.oauth2.service.RbacService.class - [JAR]

├─ com.stark.oauth2.service.TokenService.class - [JAR]

├─ com.stark.oauth2.service.UriPermitAllService.class - [JAR]

com.stark.oauth2.endpoint

├─ com.stark.oauth2.endpoint.FormLoginApprovalEndpoint.class - [JAR]

com.stark.oauth2.boot.config

├─ com.stark.oauth2.boot.config.AuthServerConfig.class - [JAR]

├─ com.stark.oauth2.boot.config.JwtConfig.class - [JAR]

├─ com.stark.oauth2.boot.config.MyAuthorizationServerSecurityConfiguration.class - [JAR]

├─ com.stark.oauth2.boot.config.ResourceServerConfig.class - [JAR]

├─ com.stark.oauth2.boot.config.WebSecurityConfig.class - [JAR]

Advertisement