jar

com.github.fashionbrot : common-auth

Maven & Gradle

Apr 28, 2024
1 stars

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

Table Of Contents

Latest Version

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

All Versions

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

Version Vulnerabilities Size Updated
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 common-auth-0.1.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.CommonException.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.SignatureVerificationFunction.class - [JAR]

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

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

com.github.fashionbrot.annotation

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