jar

com.github.wpyuan : default-auth-jwt

Maven & Gradle

Jul 21, 2021
0 stars

jwt · jwt project for Spring Boot

Table Of Contents

Latest Version

Download com.github.wpyuan : default-auth-jwt JAR file - Latest Versions:

All Versions

Download com.github.wpyuan : default-auth-jwt JAR file - All Versions:

Version Vulnerabilities Size Updated
0.3.x
0.2.x
0.1.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 default-auth-jwt-0.3.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.wpyuan.jwt.helper

├─ com.github.wpyuan.jwt.helper.ApplicationContextHelper.class - [JAR]

├─ com.github.wpyuan.jwt.helper.JwtHelper.class - [JAR]

com.github.wpyuan.jwt.pojo

├─ com.github.wpyuan.jwt.pojo.AuthFailResult.class - [JAR]

├─ com.github.wpyuan.jwt.pojo.DefaultUser.class - [JAR]

com.github.wpyuan.jwt.security.service

├─ com.github.wpyuan.jwt.security.service.DefaultUserDetailsService.class - [JAR]

├─ com.github.wpyuan.jwt.security.service.HttpSecurityConfigure.class - [JAR]

├─ com.github.wpyuan.jwt.security.service.UserDetailsFillService.class - [JAR]

com.github.wpyuan.jwt.util

├─ com.github.wpyuan.jwt.util.ResponseWriteUtil.class - [JAR]

com.github.wpyuan.jwt.handler

├─ com.github.wpyuan.jwt.handler.JwtAccessDeniedHandler.class - [JAR]

├─ com.github.wpyuan.jwt.handler.JwtAuthenticationEntryPoint.class - [JAR]

├─ com.github.wpyuan.jwt.handler.JwtAuthenticationSuccessHandler.class - [JAR]

├─ com.github.wpyuan.jwt.handler.TokenExpiredHandler.class - [JAR]

com.github.wpyuan.jwt.security.config

├─ com.github.wpyuan.jwt.security.config.DefaultWebSecurityConfigurerAdapter.class - [JAR]

com.github.wpyuan.jwt.config

├─ com.github.wpyuan.jwt.config.EnableJwtLoadApiAutoConfiguration.class - [JAR]

├─ com.github.wpyuan.jwt.config.JwtAutoConfigurer.class - [JAR]

com.github.wpyuan.jwt.api.controller.v1

├─ com.github.wpyuan.jwt.api.controller.v1.AuthorizeController.class - [JAR]

com.github.wpyuan.jwt.filter

├─ com.github.wpyuan.jwt.filter.JwtFilter.class - [JAR]

Advertisement