jar

com.github.lkqm : spring-tiny-auth

Maven & Gradle

May 22, 2020
2 stars

一个简单权限管理框架, 支持rest风格路径、@Auth注解进行权限控制

Table Of Contents

Latest Version

Download com.github.lkqm : spring-tiny-auth JAR file - Latest Versions:

All Versions

Download com.github.lkqm : spring-tiny-auth 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 spring-tiny-auth-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.lkqm.auth.annotation

├─ com.github.lkqm.auth.annotation.Auth.class - [JAR]

├─ com.github.lkqm.auth.annotation.AuthConstants.class - [JAR]

com.github.lkqm.auth.exception

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

├─ com.github.lkqm.auth.exception.AuthExpiredException.class - [JAR]

├─ com.github.lkqm.auth.exception.AuthNotLoggedException.class - [JAR]

├─ com.github.lkqm.auth.exception.AuthPermissionException.class - [JAR]

com.github.lkqm.auth.core

├─ com.github.lkqm.auth.core.AuthExpressionRoot.class - [JAR]

├─ com.github.lkqm.auth.core.AuthInfo.class - [JAR]

├─ com.github.lkqm.auth.core.AuthInfoProvider.class - [JAR]

├─ com.github.lkqm.auth.core.AuthInterceptor.class - [JAR]

├─ com.github.lkqm.auth.core.ExpressionCheckUtils.class - [JAR]

├─ com.github.lkqm.auth.core.PatternPermission.class - [JAR]

├─ com.github.lkqm.auth.core.TinyAuth.class - [JAR]

com.github.lkqm.auth.token.support

├─ com.github.lkqm.auth.token.support.JsonUtils.class - [JAR]

├─ com.github.lkqm.auth.token.support.TokenInfo.class - [JAR]

├─ com.github.lkqm.auth.token.support.TokenInfoRepository.class - [JAR]

com.github.lkqm.auth

├─ com.github.lkqm.auth.AuthConfiguration.class - [JAR]

├─ com.github.lkqm.auth.AuthProperties.class - [JAR]

├─ com.github.lkqm.auth.EnableTinyAuth.class - [JAR]

├─ com.github.lkqm.auth.TokenManagerConfiguration.class - [JAR]

com.github.lkqm.auth.token

├─ com.github.lkqm.auth.token.HttpSessionTokenManager.class - [JAR]

├─ com.github.lkqm.auth.token.JdbcTokenManager.class - [JAR]

├─ com.github.lkqm.auth.token.JedisTokenManager.class - [JAR]

├─ com.github.lkqm.auth.token.RedisTemplateTokenManager.class - [JAR]

├─ com.github.lkqm.auth.token.TokenManager.class - [JAR]