Skip navigation links
B C D G I K M O P R S U V W 

B

BYTE_ARRAY_OUTPUT_STREAM_SIZE - Static variable in class org.crazycake.shiro.serializer.ObjectSerializer
 

C

CacheManagerPrincipalIdNotAssignedException - Exception in org.crazycake.shiro.exception
 
CacheManagerPrincipalIdNotAssignedException() - Constructor for exception org.crazycake.shiro.exception.CacheManagerPrincipalIdNotAssignedException
 
clear() - Method in class org.crazycake.shiro.RedisCache
 

D

dbSize(byte[]) - Method in class org.crazycake.shiro.common.WorkAloneRedisManager
Return the size of redis db.
dbSize(byte[]) - Method in interface org.crazycake.shiro.IRedisManager
dbsize
dbSize(byte[]) - Method in class org.crazycake.shiro.RedisClusterManager
 
DEFAULT_CACHE_KEY_PREFIX - Static variable in class org.crazycake.shiro.RedisCacheManager
The Redis key prefix for caches
DEFAULT_COUNT - Static variable in class org.crazycake.shiro.common.WorkAloneRedisManager
Default value of count.
DEFAULT_EXPIRE - Static variable in class org.crazycake.shiro.RedisCacheManager
 
DEFAULT_PRINCIPAL_ID_FIELD_NAME - Static variable in class org.crazycake.shiro.RedisCacheManager
 
del(byte[]) - Method in class org.crazycake.shiro.common.WorkAloneRedisManager
Delete a key-value pair.
del(byte[]) - Method in interface org.crazycake.shiro.IRedisManager
del
del(byte[]) - Method in class org.crazycake.shiro.RedisClusterManager
 
delete(Session) - Method in class org.crazycake.shiro.RedisSessionDAO
delete session
deserialize(byte[]) - Method in class org.crazycake.shiro.serializer.ObjectSerializer
 
deserialize(byte[]) - Method in interface org.crazycake.shiro.serializer.RedisSerializer
 
deserialize(byte[]) - Method in class org.crazycake.shiro.serializer.StringSerializer
 
doCreate(Session) - Method in class org.crazycake.shiro.RedisSessionDAO
 
doReadSession(Serializable) - Method in class org.crazycake.shiro.RedisSessionDAO
I change

G

get(byte[]) - Method in class org.crazycake.shiro.common.WorkAloneRedisManager
get value from redis
get(byte[]) - Method in interface org.crazycake.shiro.IRedisManager
get value from redis
get(K) - Method in class org.crazycake.shiro.RedisCache
get shiro authorization redis key-value
get(byte[]) - Method in class org.crazycake.shiro.RedisClusterManager
 
getActiveSessions() - Method in class org.crazycake.shiro.RedisSessionDAO
get all active sessions
getCache(String) - Method in class org.crazycake.shiro.RedisCacheManager
 
getCharset() - Method in class org.crazycake.shiro.serializer.StringSerializer
 
getCount() - Method in class org.crazycake.shiro.common.WorkAloneRedisManager
 
getCount() - Method in class org.crazycake.shiro.RedisClusterManager
 
getCreateTime() - Method in class org.crazycake.shiro.common.SessionInMemory
 
getDatabase() - Method in class org.crazycake.shiro.RedisClusterManager
 
getDatabase() - Method in class org.crazycake.shiro.RedisManager
 
getDatabase() - Method in class org.crazycake.shiro.RedisSentinelManager
 
getExpire() - Method in class org.crazycake.shiro.RedisCacheManager
 
getExpire() - Method in class org.crazycake.shiro.RedisSessionDAO
 
getHost() - Method in class org.crazycake.shiro.RedisClusterManager
 
getHost() - Method in class org.crazycake.shiro.RedisManager
 
getHost() - Method in class org.crazycake.shiro.RedisSentinelManager
 
getJedis() - Method in class org.crazycake.shiro.common.WorkAloneRedisManager
We are going to operate redis by acquiring Jedis object.
getJedis() - Method in class org.crazycake.shiro.RedisManager
 
getJedis() - Method in class org.crazycake.shiro.RedisSentinelManager
 
getJedisCluster() - Method in class org.crazycake.shiro.RedisClusterManager
 
getJedisPool() - Method in class org.crazycake.shiro.RedisManager
 
getJedisPool() - Method in class org.crazycake.shiro.RedisSentinelManager
 
getJedisPoolConfig() - Method in class org.crazycake.shiro.common.WorkAloneRedisManager
 
getJedisPoolConfig() - Method in class org.crazycake.shiro.RedisClusterManager
 
getKeyPrefix() - Method in class org.crazycake.shiro.RedisCache
 
getKeyPrefix() - Method in class org.crazycake.shiro.RedisCacheManager
 
getKeyPrefix() - Method in class org.crazycake.shiro.RedisSessionDAO
 
getKeySerializer() - Method in class org.crazycake.shiro.RedisCacheManager
 
getKeySerializer() - Method in class org.crazycake.shiro.RedisSessionDAO
 
getMasterName() - Method in class org.crazycake.shiro.RedisSentinelManager
 
getMaxAttempts() - Method in class org.crazycake.shiro.RedisClusterManager
 
getPassword() - Method in class org.crazycake.shiro.RedisClusterManager
 
getPassword() - Method in class org.crazycake.shiro.RedisManager
 
getPassword() - Method in class org.crazycake.shiro.RedisSentinelManager
 
getPrincipalIdFieldName() - Method in class org.crazycake.shiro.RedisCache
 
getPrincipalIdFieldName() - Method in class org.crazycake.shiro.RedisCacheManager
 
getRedisManager() - Method in class org.crazycake.shiro.RedisCacheManager
 
getRedisManager() - Method in class org.crazycake.shiro.RedisSessionDAO
 
getSession() - Method in class org.crazycake.shiro.common.SessionInMemory
 
getSessionInMemoryEnabled() - Method in class org.crazycake.shiro.RedisSessionDAO
 
getSessionInMemoryTimeout() - Method in class org.crazycake.shiro.RedisSessionDAO
 
getSessionsInThread() - Static method in class org.crazycake.shiro.RedisSessionDAO
 
getSoTimeout() - Method in class org.crazycake.shiro.RedisClusterManager
 
getSoTimeout() - Method in class org.crazycake.shiro.RedisSentinelManager
 
getTimeout() - Method in class org.crazycake.shiro.RedisClusterManager
 
getTimeout() - Method in class org.crazycake.shiro.RedisManager
 
getTimeout() - Method in class org.crazycake.shiro.RedisSentinelManager
 
getValueSerializer() - Method in class org.crazycake.shiro.RedisCacheManager
 
getValueSerializer() - Method in class org.crazycake.shiro.RedisSessionDAO
 

I

IRedisManager - Interface in org.crazycake.shiro
redisManager interface

K

keys(byte[]) - Method in class org.crazycake.shiro.common.WorkAloneRedisManager
Return all the keys of Redis db.
keys(byte[]) - Method in interface org.crazycake.shiro.IRedisManager
keys
keys() - Method in class org.crazycake.shiro.RedisCache
 
keys(byte[]) - Method in class org.crazycake.shiro.RedisClusterManager
 

M

MultiClassLoaderObjectInputStream - Class in org.crazycake.shiro.serializer
For fixing https://github.com/alexxiyang/shiro-redis/issues/84

O

ObjectSerializer - Class in org.crazycake.shiro.serializer
 
ObjectSerializer() - Constructor for class org.crazycake.shiro.serializer.ObjectSerializer
 
org.crazycake.shiro - package org.crazycake.shiro
 
org.crazycake.shiro.common - package org.crazycake.shiro.common
 
org.crazycake.shiro.exception - package org.crazycake.shiro.exception
 
org.crazycake.shiro.serializer - package org.crazycake.shiro.serializer
 

P

PrincipalIdNullException - Exception in org.crazycake.shiro.exception
 
PrincipalIdNullException(Class, String) - Constructor for exception org.crazycake.shiro.exception.PrincipalIdNullException
 
PrincipalInstanceException - Exception in org.crazycake.shiro.exception
 
PrincipalInstanceException(Class, String) - Constructor for exception org.crazycake.shiro.exception.PrincipalInstanceException
 
PrincipalInstanceException(Class, String, Exception) - Constructor for exception org.crazycake.shiro.exception.PrincipalInstanceException
 
put(K, V) - Method in class org.crazycake.shiro.RedisCache
 

R

RedisCache<K,V> - Class in org.crazycake.shiro
Used for setting/getting authorization information from Redis
RedisCache(IRedisManager, RedisSerializer, RedisSerializer, String, int, String) - Constructor for class org.crazycake.shiro.RedisCache
 
RedisCacheManager - Class in org.crazycake.shiro
 
RedisCacheManager() - Constructor for class org.crazycake.shiro.RedisCacheManager
 
RedisClusterManager - Class in org.crazycake.shiro
 
RedisClusterManager() - Constructor for class org.crazycake.shiro.RedisClusterManager
 
RedisManager - Class in org.crazycake.shiro
 
RedisManager() - Constructor for class org.crazycake.shiro.RedisManager
 
RedisSentinelManager - Class in org.crazycake.shiro
 
RedisSentinelManager() - Constructor for class org.crazycake.shiro.RedisSentinelManager
 
RedisSerializer<T> - Interface in org.crazycake.shiro.serializer
 
RedisSessionDAO - Class in org.crazycake.shiro
Used for setting/getting authentication information from Redis
RedisSessionDAO() - Constructor for class org.crazycake.shiro.RedisSessionDAO
 
remove(K) - Method in class org.crazycake.shiro.RedisCache
 
resolveClass(ObjectStreamClass) - Method in class org.crazycake.shiro.serializer.MultiClassLoaderObjectInputStream
Try : 1.

S

SerializationException - Exception in org.crazycake.shiro.exception
 
SerializationException(String) - Constructor for exception org.crazycake.shiro.exception.SerializationException
 
SerializationException(String, Throwable) - Constructor for exception org.crazycake.shiro.exception.SerializationException
 
serialize(Object) - Method in class org.crazycake.shiro.serializer.ObjectSerializer
 
serialize(T) - Method in interface org.crazycake.shiro.serializer.RedisSerializer
 
serialize(String) - Method in class org.crazycake.shiro.serializer.StringSerializer
 
SessionInMemory - Class in org.crazycake.shiro.common
Use ThreadLocal as a temporary storage of Session, so that shiro wouldn't keep read redis several times while a request coming.
SessionInMemory() - Constructor for class org.crazycake.shiro.common.SessionInMemory
 
set(byte[], byte[], int) - Method in class org.crazycake.shiro.common.WorkAloneRedisManager
set
set(byte[], byte[], int) - Method in interface org.crazycake.shiro.IRedisManager
set value
set(byte[], byte[], int) - Method in class org.crazycake.shiro.RedisClusterManager
 
setCharset(String) - Method in class org.crazycake.shiro.serializer.StringSerializer
 
setCount(int) - Method in class org.crazycake.shiro.common.WorkAloneRedisManager
 
setCount(int) - Method in class org.crazycake.shiro.RedisClusterManager
 
setCreateTime(Date) - Method in class org.crazycake.shiro.common.SessionInMemory
 
setDatabase(int) - Method in class org.crazycake.shiro.RedisClusterManager
 
setDatabase(int) - Method in class org.crazycake.shiro.RedisManager
 
setDatabase(int) - Method in class org.crazycake.shiro.RedisSentinelManager
 
setExpire(int) - Method in class org.crazycake.shiro.RedisCacheManager
 
setExpire(int) - Method in class org.crazycake.shiro.RedisSessionDAO
 
setHost(String) - Method in class org.crazycake.shiro.RedisClusterManager
 
setHost(String) - Method in class org.crazycake.shiro.RedisManager
 
setHost(String) - Method in class org.crazycake.shiro.RedisSentinelManager
 
setJedisCluster(JedisCluster) - Method in class org.crazycake.shiro.RedisClusterManager
 
setJedisPool(JedisPool) - Method in class org.crazycake.shiro.RedisManager
 
setJedisPool(JedisSentinelPool) - Method in class org.crazycake.shiro.RedisSentinelManager
 
setJedisPoolConfig(JedisPoolConfig) - Method in class org.crazycake.shiro.common.WorkAloneRedisManager
 
setJedisPoolConfig(JedisPoolConfig) - Method in class org.crazycake.shiro.RedisClusterManager
 
setKeyPrefix(String) - Method in class org.crazycake.shiro.RedisCache
 
setKeyPrefix(String) - Method in class org.crazycake.shiro.RedisCacheManager
 
setKeyPrefix(String) - Method in class org.crazycake.shiro.RedisSessionDAO
 
setKeySerializer(RedisSerializer) - Method in class org.crazycake.shiro.RedisCacheManager
 
setKeySerializer(RedisSerializer) - Method in class org.crazycake.shiro.RedisSessionDAO
 
setMasterName(String) - Method in class org.crazycake.shiro.RedisSentinelManager
 
setMaxAttempts(int) - Method in class org.crazycake.shiro.RedisClusterManager
 
setPassword(String) - Method in class org.crazycake.shiro.RedisClusterManager
 
setPassword(String) - Method in class org.crazycake.shiro.RedisManager
 
setPassword(String) - Method in class org.crazycake.shiro.RedisSentinelManager
 
setPrincipalIdFieldName(String) - Method in class org.crazycake.shiro.RedisCache
 
setPrincipalIdFieldName(String) - Method in class org.crazycake.shiro.RedisCacheManager
 
setRedisManager(IRedisManager) - Method in class org.crazycake.shiro.RedisCacheManager
 
setRedisManager(IRedisManager) - Method in class org.crazycake.shiro.RedisSessionDAO
 
setSession(Session) - Method in class org.crazycake.shiro.common.SessionInMemory
 
setSessionInMemoryEnabled(boolean) - Method in class org.crazycake.shiro.RedisSessionDAO
 
setSessionInMemoryTimeout(long) - Method in class org.crazycake.shiro.RedisSessionDAO
 
setSoTimeout(int) - Method in class org.crazycake.shiro.RedisClusterManager
 
setSoTimeout(int) - Method in class org.crazycake.shiro.RedisSentinelManager
 
setTimeout(int) - Method in class org.crazycake.shiro.RedisClusterManager
 
setTimeout(int) - Method in class org.crazycake.shiro.RedisManager
 
setTimeout(int) - Method in class org.crazycake.shiro.RedisSentinelManager
 
setValueSerializer(RedisSerializer) - Method in class org.crazycake.shiro.RedisCacheManager
 
setValueSerializer(RedisSerializer) - Method in class org.crazycake.shiro.RedisSessionDAO
 
size() - Method in class org.crazycake.shiro.RedisCache
get all authorization key-value quantity
StringSerializer - Class in org.crazycake.shiro.serializer
 
StringSerializer() - Constructor for class org.crazycake.shiro.serializer.StringSerializer
 

U

update(Session) - Method in class org.crazycake.shiro.RedisSessionDAO
save/update session

V

values() - Method in class org.crazycake.shiro.RedisCache
 

W

WorkAloneRedisManager - Class in org.crazycake.shiro.common
Abstract class of RedisManager.
WorkAloneRedisManager() - Constructor for class org.crazycake.shiro.common.WorkAloneRedisManager
 
B C D G I K M O P R S U V W 
Skip navigation links

Copyright © 2020. All rights reserved.