jar

com.github.paopaoyue : ypp-jwt

Maven & Gradle

Nov 23, 2020
2 stars

ypp-jwt · A simple JWT authorization framework for Spring Boot applications.

Table Of Contents

Latest Version

Download com.github.paopaoyue : ypp-jwt JAR file - Latest Versions:

All Versions

Download com.github.paopaoyue : ypp-jwt 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 ypp-jwt-1.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.ypp.jwt.annotation

├─ com.github.ypp.jwt.annotation.CheckLogin.class - [JAR]

├─ com.github.ypp.jwt.annotation.CheckPermission.class - [JAR]

com.github.ypp.jwt

├─ com.github.ypp.jwt.IJwtExceptionService.class - [JAR]

├─ com.github.ypp.jwt.JwtAutoConfiguration.class - [JAR]

├─ com.github.ypp.jwt.JwtSubject.class - [JAR]

├─ com.github.ypp.jwt.JwtUtil.class - [JAR]

com.github.ypp.jwt.exception.handler

├─ com.github.ypp.jwt.exception.handler.CheckLoginExceptionHandler.class - [JAR]

├─ com.github.ypp.jwt.exception.handler.CheckPermissionExceptionHandler.class - [JAR]

com.github.ypp.jwt.exception

├─ com.github.ypp.jwt.exception.CheckLoginException.class - [JAR]

├─ com.github.ypp.jwt.exception.CheckPermissionException.class - [JAR]

com.github.ypp.jwt.config

├─ com.github.ypp.jwt.config.JwtCacheProperties.class - [JAR]

├─ com.github.ypp.jwt.config.JwtProperties.class - [JAR]

com.github.ypp.jwt.core

├─ com.github.ypp.jwt.core.AutoRefreshInterceptor.class - [JAR]

├─ com.github.ypp.jwt.core.CheckInterceptor.class - [JAR]

├─ com.github.ypp.jwt.core.JwtCache.class - [JAR]

├─ com.github.ypp.jwt.core.JwtManager.class - [JAR]

├─ com.github.ypp.jwt.core.WebMvcUtil.class - [JAR]