jar

cn.jdevelops : jdevelops-authentication-jredis

Maven & Gradle

Jan 28, 2024

jwt+redis认证 redis作为存储,jwt作为令牌,使用jwt的目的是一些基础用户信息可以直接从jwt中获取

Table Of Contents

Latest Version

Download cn.jdevelops : jdevelops-authentication-jredis JAR file - Latest Versions:

All Versions

Download cn.jdevelops : jdevelops-authentication-jredis JAR file - All Versions:

Version Vulnerabilities Size Updated
2.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 jdevelops-authentication-jredis-2.0.7.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

cn.jdevelops.authentication.jredis.service

├─ cn.jdevelops.authentication.jredis.service.RedisLoginService.class - [JAR]

├─ cn.jdevelops.authentication.jredis.service.RedisToken.class - [JAR]

├─ cn.jdevelops.authentication.jredis.service.RedisUserRole.class - [JAR]

├─ cn.jdevelops.authentication.jredis.service.RedisUserState.class - [JAR]

cn.jdevelops.authentication.jredis.entity.sign

├─ cn.jdevelops.authentication.jredis.entity.sign.RedisSignEntity.class - [JAR]

cn.jdevelops.authentication.jredis.interceptor

├─ cn.jdevelops.authentication.jredis.interceptor.RedisInterceptor.class - [JAR]

cn.jdevelops.authentication.jredis.service.impl

├─ cn.jdevelops.authentication.jredis.service.impl.RedisTokenImpl.class - [JAR]

├─ cn.jdevelops.authentication.jredis.service.impl.RedisUserRoleImpl.class - [JAR]

├─ cn.jdevelops.authentication.jredis.service.impl.RedisUserStateImpl.class - [JAR]

cn.jdevelops.authentication.jredis.entity.only

├─ cn.jdevelops.authentication.jredis.entity.only.StorageToken.class - [JAR]

cn.jdevelops.authentication.jredis.util

├─ cn.jdevelops.authentication.jredis.util.ClientUtil.class - [JAR]

├─ cn.jdevelops.authentication.jredis.util.RedisUtil.class - [JAR]

├─ cn.jdevelops.authentication.jredis.util.RsJwtWebUtil.class - [JAR]

├─ cn.jdevelops.authentication.jredis.util.UserRoleUtil.class - [JAR]

cn.jdevelops.authentication.jredis.entity

├─ cn.jdevelops.authentication.jredis.entity.StorageUserRole.class - [JAR]

├─ cn.jdevelops.authentication.jredis.entity.StorageUserState.class - [JAR]

cn.jdevelops.authentication.jredis.entity.role

├─ cn.jdevelops.authentication.jredis.entity.role.UserRole.class - [JAR]

cn.jdevelops.authentication.jredis.constant

├─ cn.jdevelops.authentication.jredis.constant.RedisJwtKey.class - [JAR]