jar

com.github.fashionbrot : auth-java

Maven & Gradle

May 21, 2024
1 stars

common-spring · auth-java 认证框架 https://github.com/fashionbrot/auth

Table Of Contents

Latest Version

Download com.github.fashionbrot : auth-java JAR file - Latest Versions:

All Versions

Download com.github.fashionbrot : auth-java JAR file - All Versions:

Version Vulnerabilities Size Updated
0.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 auth-java-0.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.fashionbrot.exception

├─ com.github.fashionbrot.exception.AuthException.class - [JAR]

com.github.fashionbrot.util

├─ com.github.fashionbrot.util.JwtUtil.class - [JAR]

├─ com.github.fashionbrot.util.PermissionUtil.class - [JAR]

com.github.fashionbrot.function

├─ com.github.fashionbrot.function.GetAnnotationFunction.class - [JAR]

├─ com.github.fashionbrot.function.GetPermissionFunction.class - [JAR]

├─ com.github.fashionbrot.function.GetSuperAdminFunction.class - [JAR]

├─ com.github.fashionbrot.function.GetTokenFunction.class - [JAR]

├─ com.github.fashionbrot.function.ThrowMsgFunction.class - [JAR]

├─ com.github.fashionbrot.function.TokenExceptionFunction.class - [JAR]

com.github.fashionbrot.annotation

├─ com.github.fashionbrot.annotation.Permission.class - [JAR]

Advertisement