jar

com.github.maojx0630 : auth-token-spring-boot3-starter

Maven & Gradle

Mar 14, 2023
0 stars

auth-token-spring-boot3-starter · auth-token-spring-boot3-starter

Table Of Contents

Latest Version

Download com.github.maojx0630 : auth-token-spring-boot3-starter JAR file - Latest Versions:

All Versions

Download com.github.maojx0630 : auth-token-spring-boot3-starter 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-token-spring-boot3-starter-0.0.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.maojx0630.auth_token.core

├─ com.github.maojx0630.auth_token.core.AuthTokenConfiguration.class - [JAR]

├─ com.github.maojx0630.auth_token.core.AuthTokenInterceptor.class - [JAR]

├─ com.github.maojx0630.auth_token.core.BasicCoreUtil.class - [JAR]

├─ com.github.maojx0630.auth_token.core.LoginParamReal.class - [JAR]

├─ com.github.maojx0630.auth_token.core.StaticProperty.class - [JAR]

com.github.maojx0630.auth_token.util.rsa

├─ com.github.maojx0630.auth_token.util.rsa.RsaEntity.class - [JAR]

├─ com.github.maojx0630.auth_token.util.rsa.RsaUtils.class - [JAR]

com.github.maojx0630.auth_token.config.permissions

├─ com.github.maojx0630.auth_token.config.permissions.PermissionsAuthTokenConfig.class - [JAR]

com.github.maojx0630.auth_token.config

├─ com.github.maojx0630.auth_token.config.AuthTokenConfig.class - [JAR]

com.github.maojx0630.auth_token.model

├─ com.github.maojx0630.auth_token.model.AuthTokenRes.class - [JAR]

├─ com.github.maojx0630.auth_token.model.LoginParam.class - [JAR]

com.github.maojx0630.auth_token.store

├─ com.github.maojx0630.auth_token.store.LocalTokenStoreConfiguration.class - [JAR]

├─ com.github.maojx0630.auth_token.store.LocalTokenStoreImpl.class - [JAR]

├─ com.github.maojx0630.auth_token.store.RedisTokenStoreConfiguration.class - [JAR]

├─ com.github.maojx0630.auth_token.store.RedisTokenStoreImpl.class - [JAR]

├─ com.github.maojx0630.auth_token.store.TokenStoreInterface.class - [JAR]

com.github.maojx0630.auth_token.config.login

├─ com.github.maojx0630.auth_token.config.login.LoginAuthTokenConfig.class - [JAR]

com.github.maojx0630.auth_token.core.login

├─ com.github.maojx0630.auth_token.core.login.LoginInterceptor.class - [JAR]

com.github.maojx0630.auth_token

├─ com.github.maojx0630.auth_token.AuthUtil.class - [JAR]

com.github.maojx0630.auth_token.configuration

├─ com.github.maojx0630.auth_token.configuration.LoginAuthTokenConfiguration.class - [JAR]

├─ com.github.maojx0630.auth_token.configuration.PermissionsAuthTokenConfiguration.class - [JAR]

├─ com.github.maojx0630.auth_token.configuration.RoleAuthTokenConfiguration.class - [JAR]

com.github.maojx0630.auth_token.config.role

├─ com.github.maojx0630.auth_token.config.role.RoleAuthTokenConfig.class - [JAR]

com.github.maojx0630.auth_token.exception

├─ com.github.maojx0630.auth_token.exception.AuthTokenException.class - [JAR]

com.github.maojx0630.auth_token.core.role

├─ com.github.maojx0630.auth_token.core.role.RoleInfoInterface.class - [JAR]

├─ com.github.maojx0630.auth_token.core.role.RoleInterceptor.class - [JAR]

├─ com.github.maojx0630.auth_token.core.role.RoleModel.class - [JAR]

com.github.maojx0630.auth_token.util

├─ com.github.maojx0630.auth_token.util.Base62.class - [JAR]

├─ com.github.maojx0630.auth_token.util.CollOrElseUtil.class - [JAR]

├─ com.github.maojx0630.auth_token.util.HexUtil.class - [JAR]

├─ com.github.maojx0630.auth_token.util.ResponseUtils.class - [JAR]

├─ com.github.maojx0630.auth_token.util.UuidUtil.class - [JAR]

com.github.maojx0630.auth_token.core.permissions

├─ com.github.maojx0630.auth_token.core.permissions.PermissionsInfoInterface.class - [JAR]

├─ com.github.maojx0630.auth_token.core.permissions.PermissionsInterceptor.class - [JAR]

├─ com.github.maojx0630.auth_token.core.permissions.PermissionsModel.class - [JAR]