jar

com.github.xh32t03.framework : authorization

Maven & Gradle

Nov 15, 2021
0 stars

authorization · jwt authorization

Table Of Contents

Latest Version

Download com.github.xh32t03.framework : authorization JAR file - Latest Versions:

All Versions

Download com.github.xh32t03.framework : authorization JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0

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 authorization-1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.realdoctor.authorization.token.impl

├─ com.realdoctor.authorization.token.impl.AbstractTokenManager.class - [JAR]

├─ com.realdoctor.authorization.token.impl.RedisTokenManager.class - [JAR]

com.realdoctor.authorization.token

├─ com.realdoctor.authorization.token.TokenManager.class - [JAR]

com.realdoctor.authorization.util

├─ com.realdoctor.authorization.util.JwtUtil.class - [JAR]

com.realdoctor.authorization

├─ com.realdoctor.authorization.JwtConfig.class - [JAR]

com.realdoctor.authorization.annotation

├─ com.realdoctor.authorization.annotation.Authorization.class - [JAR]

├─ com.realdoctor.authorization.annotation.CurrentUser.class - [JAR]