jar

com.rymcu : shiro-redis

Maven & Gradle

Oct 26, 2022
0 stars

com.rymcu:shiro-redis · shiro only provide the support of ehcache and concurrentHashMap. Here is an implement of redis cache can be used by shiro. Hope it will help you!

Table Of Contents

Latest Version

Download com.rymcu : shiro-redis JAR file - Latest Versions:

All Versions

Download com.rymcu : shiro-redis JAR file - All Versions:

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

org.crazycake.shiro

├─ org.crazycake.shiro.IRedisManager.class - [JAR]

├─ org.crazycake.shiro.RedisCache.class - [JAR]

├─ org.crazycake.shiro.RedisCacheManager.class - [JAR]

├─ org.crazycake.shiro.RedisClusterManager.class - [JAR]

├─ org.crazycake.shiro.RedisManager.class - [JAR]

├─ org.crazycake.shiro.RedisSentinelManager.class - [JAR]

├─ org.crazycake.shiro.RedisSessionDAO.class - [JAR]

org.crazycake.shiro.serializer

├─ org.crazycake.shiro.serializer.MultiClassLoaderObjectInputStream.class - [JAR]

├─ org.crazycake.shiro.serializer.ObjectSerializer.class - [JAR]

├─ org.crazycake.shiro.serializer.RedisSerializer.class - [JAR]

├─ org.crazycake.shiro.serializer.StringSerializer.class - [JAR]

org.crazycake.shiro.common

├─ org.crazycake.shiro.common.SessionInMemory.class - [JAR]

├─ org.crazycake.shiro.common.WorkAloneRedisManager.class - [JAR]

org.crazycake.shiro.exception

├─ org.crazycake.shiro.exception.CacheManagerPrincipalIdNotAssignedException.class - [JAR]

├─ org.crazycake.shiro.exception.PrincipalIdNullException.class - [JAR]

├─ org.crazycake.shiro.exception.PrincipalInstanceException.class - [JAR]

├─ org.crazycake.shiro.exception.SerializationException.class - [JAR]