jar

com.github.sparkzxl : sparkzxl-oauth2-server-starter

Maven & Gradle

May 10, 2021
1 usages
Table Of Contents

Latest Version

Download com.github.sparkzxl : sparkzxl-oauth2-server-starter JAR file - Latest Versions:

All Versions

Download com.github.sparkzxl : sparkzxl-oauth2-server-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 sparkzxl-oauth2-server-starter-1.0.1.RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.sparkzxl.oauth.enhancer

├─ com.github.sparkzxl.oauth.enhancer.JwtTokenEnhancer.class - [JAR]

com.github.sparkzxl.oauth.component

├─ com.github.sparkzxl.oauth.component.RestAuthenticationEntryPoint.class - [JAR]

├─ com.github.sparkzxl.oauth.component.RestfulAccessDeniedHandler.class - [JAR]

com.github.sparkzxl.oauth.filter

├─ com.github.sparkzxl.oauth.filter.JwtAuthenticationTokenFilter.class - [JAR]

com.github.sparkzxl.oauth.supports

├─ com.github.sparkzxl.oauth.supports.Oauth2ExceptionHandler.class - [JAR]

com.github.sparkzxl.oauth.entity

├─ com.github.sparkzxl.oauth.entity.AuthUserDetail.class - [JAR]

├─ com.github.sparkzxl.oauth.entity.AuthorizationRequest.class - [JAR]

├─ com.github.sparkzxl.oauth.entity.LoginStatus.class - [JAR]

com.github.sparkzxl.oauth.config

├─ com.github.sparkzxl.oauth.config.Oauth2ServerAutoConfiguration.class - [JAR]

├─ com.github.sparkzxl.oauth.config.WebSecurityAutoConfig.class - [JAR]

com.github.sparkzxl.oauth.enums

├─ com.github.sparkzxl.oauth.enums.GrantTypeEnum.class - [JAR]

├─ com.github.sparkzxl.oauth.enums.StoreTypeEnum.class - [JAR]

com.github.sparkzxl.oauth.properties

├─ com.github.sparkzxl.oauth.properties.Oauth2Properties.class - [JAR]

├─ com.github.sparkzxl.oauth.properties.SecurityProperties.class - [JAR]

com.github.sparkzxl.oauth.service

├─ com.github.sparkzxl.oauth.service.OauthService.class - [JAR]

com.github.sparkzxl.oauth.event

├─ com.github.sparkzxl.oauth.event.LoginEvent.class - [JAR]

Advertisement