跳过导航链接
A C D E G H I K L M O P R S T V 

A

ArrayUtils - org.iherus.shiro.util中的类
数组工具类 Description:提供常用的数组克隆、数组合并和截取子数组等功能

C

cachePool - 类 中的变量org.iherus.shiro.cache.redis.RedisCache
The wrapped RedisCachePool instance.
cachePool - 类 中的变量org.iherus.shiro.cache.redis.RedisCacheManager
The cache pool used by this implementation to create caches.
clear() - 类 中的方法org.iherus.shiro.cache.redis.RedisCache
 
clientName - 类 中的变量org.iherus.shiro.cache.redis.RedisCacheConfigFactory
 
clone(int[]) - 类 中的静态方法org.iherus.shiro.util.ArrayUtils
Clones an array returning a typecast result and handling null.
clone(char[]) - 类 中的静态方法org.iherus.shiro.util.ArrayUtils
Clones an array returning a typecast result and handling null.
clone(byte[]) - 类 中的静态方法org.iherus.shiro.util.ArrayUtils
Clones an array returning a typecast result and handling null.
close(Jedis) - 类 中的静态方法org.iherus.shiro.cache.redis.RedisCache
Close Jedis instance.

D

database - 类 中的变量org.iherus.shiro.cache.redis.RedisCacheConfigFactory
 
deserialize(byte[]) - 类 中的静态方法org.iherus.shiro.util.SerializeUtils
Deserialize the byte array into an object.
destroy() - 类 中的方法org.iherus.shiro.cache.redis.RedisCacheManager
 

E

EMPTY_BYTE_ARRAY - 类 中的静态变量org.iherus.shiro.util.ArrayUtils
 
EMPTY_CHAR_ARRAY - 类 中的静态变量org.iherus.shiro.util.ArrayUtils
 
EMPTY_INT_ARRAY - 类 中的静态变量org.iherus.shiro.util.ArrayUtils
 

G

get(K) - 类 中的方法org.iherus.shiro.cache.redis.RedisCache
 
getCache(String) - 类 中的方法org.iherus.shiro.cache.redis.RedisCacheManager
 
getCache(String) - 类 中的方法org.iherus.shiro.cache.redis.RedisCachePool
Alternative scheme of method RedisCachePool.getCache_Ex(String)
getCache_Ex(String) - 类 中的方法org.iherus.shiro.cache.redis.RedisCachePool
已过时。
getCachePool() - 类 中的方法org.iherus.shiro.cache.redis.RedisCacheManager
 
getClientName() - 类 中的方法org.iherus.shiro.cache.redis.RedisCacheConfigFactory
 
getConfigFactory() - 类 中的方法org.iherus.shiro.cache.redis.RedisCacheManager
 
getDatabase() - 类 中的方法org.iherus.shiro.cache.redis.RedisCacheConfigFactory
 
getDatabaseIndex() - 类 中的方法org.iherus.shiro.cache.redis.RedisCachePool
 
getHost() - 类 中的方法org.iherus.shiro.cache.redis.RedisCacheConfigFactory
 
getName() - 类 中的方法org.iherus.shiro.cache.redis.RedisCache
 
getPassword() - 类 中的方法org.iherus.shiro.cache.redis.RedisCacheConfigFactory
 
getPoolConfig() - 类 中的方法org.iherus.shiro.cache.redis.RedisCacheConfigFactory
 
getPort() - 类 中的方法org.iherus.shiro.cache.redis.RedisCacheConfigFactory
 
getShiroCacheKeyPrefix() - 类 中的方法org.iherus.shiro.cache.redis.RedisCache
 
getShiroCacheKeyPrefix() - 类 中的方法org.iherus.shiro.cache.redis.RedisCacheManager
 
getTimeout() - 类 中的方法org.iherus.shiro.cache.redis.RedisCacheConfigFactory
 

H

hashCode() - 类 中的方法org.iherus.shiro.cache.redis.RedisCacheConfigFactory
 
host - 类 中的变量org.iherus.shiro.cache.redis.RedisCacheConfigFactory
 

I

init() - 类 中的方法org.iherus.shiro.cache.redis.RedisCacheManager
 
initJedis(RedisCachePool) - 类 中的静态方法org.iherus.shiro.cache.redis.RedisCache
Constructs a Jedis instance.
isBlank(CharSequence) - 类 中的静态方法org.iherus.shiro.util.StringUtils
Checks if a CharSequence is whitespace, empty ("") or null.
isEmpty(CharSequence) - 类 中的静态方法org.iherus.shiro.util.StringUtils
Checks if a CharSequence is empty ("") or null.
isNotBlank(CharSequence) - 类 中的静态方法org.iherus.shiro.util.StringUtils
Checks if a CharSequence is not empty (""), not null and not whitespace only.
isNotEmpty(CharSequence) - 类 中的静态方法org.iherus.shiro.util.StringUtils
Checks if a CharSequence is not empty ("") and not null.

K

keys() - 类 中的方法org.iherus.shiro.cache.redis.RedisCache
 

L

length(CharSequence) - 类 中的静态方法org.iherus.shiro.util.StringUtils
Gets a CharSequence length or 0 if the CharSequence is null.

M

merge(T[], T) - 类 中的静态方法org.iherus.shiro.util.ArrayUtils
Copies the given array and merges the given element at the end of the new array.
mergeAll(char[], char...) - 类 中的静态方法org.iherus.shiro.util.ArrayUtils
Merges all the elements of the given arrays into a new array.
mergeAll(byte[], byte...) - 类 中的静态方法org.iherus.shiro.util.ArrayUtils
Merges all the elements of the given arrays into a new array.
mergeAll(int[], int...) - 类 中的静态方法org.iherus.shiro.util.ArrayUtils
Merges all the elements of the given arrays into a new array.

O

org.iherus.shiro.cache.redis - 程序包 org.iherus.shiro.cache.redis
 
org.iherus.shiro.exception - 程序包 org.iherus.shiro.exception
 
org.iherus.shiro.util - 程序包 org.iherus.shiro.util
 

P

password - 类 中的变量org.iherus.shiro.cache.redis.RedisCacheConfigFactory
 
poolConfig - 类 中的变量org.iherus.shiro.cache.redis.RedisCacheConfigFactory
JedisPoolConfig
port - 类 中的变量org.iherus.shiro.cache.redis.RedisCacheConfigFactory
 
put(K, V) - 类 中的方法org.iherus.shiro.cache.redis.RedisCache
 

R

RedisCache<K,V> - org.iherus.shiro.cache.redis中的类
缓存接口实现类 Description:实现Shiro缓存接口,提供远程获取缓存对象、远程保存缓存对象和远程清空缓存库等功能
RedisCache(RedisCachePool) - 类 的构造器org.iherus.shiro.cache.redis.RedisCache
Constructs a new RedisCache instance with the given CachePool.
RedisCache(RedisCachePool, String) - 类 的构造器org.iherus.shiro.cache.redis.RedisCache
Constructs a new RedisCache instance with the given CachePool and name.
RedisCacheConfigFactory - org.iherus.shiro.cache.redis中的类
客户端配置工厂 Description:缓存池主要依赖本工厂实现实例化
RedisCacheConfigFactory() - 类 的构造器org.iherus.shiro.cache.redis.RedisCacheConfigFactory
Default constructor
RedisCacheManager - org.iherus.shiro.cache.redis中的类
缓存管理器 Description:管理缓存池的初始化、获取当前缓存对象和销毁缓存池
RedisCacheManager() - 类 的构造器org.iherus.shiro.cache.redis.RedisCacheManager
Default constructor
RedisCachePool - org.iherus.shiro.cache.redis中的类
缓存池 Description:主要作用于JedisPool的实例化和提供获取当前池内缓存对象功能
RedisCachePool(RedisCacheConfigFactory) - 类 的构造器org.iherus.shiro.cache.redis.RedisCachePool
Constructs a new RedisCache instance with the given factory.
remove(K) - 类 中的方法org.iherus.shiro.cache.redis.RedisCache
 

S

SerializationException - org.iherus.shiro.exception中的异常错误
序列化异常类 Description:供序列化工具使用.
SerializationException() - 异常错误 的构造器org.iherus.shiro.exception.SerializationException
 
SerializationException(String) - 异常错误 的构造器org.iherus.shiro.exception.SerializationException
 
SerializationException(Throwable) - 异常错误 的构造器org.iherus.shiro.exception.SerializationException
 
SerializationException(String, Throwable) - 异常错误 的构造器org.iherus.shiro.exception.SerializationException
 
serialize(Object) - 类 中的静态方法org.iherus.shiro.util.SerializeUtils
Serialize the given object to a byte array.
SerializeUtils - org.iherus.shiro.util中的类
序列化工具类 Description:基于JDK原生实现,支持序列化和反序列化.
setClientName(String) - 类 中的方法org.iherus.shiro.cache.redis.RedisCacheConfigFactory
 
setConfigFactory(RedisCacheConfigFactory) - 类 中的方法org.iherus.shiro.cache.redis.RedisCacheManager
 
setDatabase(int) - 类 中的方法org.iherus.shiro.cache.redis.RedisCacheConfigFactory
 
setDatabaseIndex(int) - 类 中的方法org.iherus.shiro.cache.redis.RedisCachePool
 
setHost(String) - 类 中的方法org.iherus.shiro.cache.redis.RedisCacheConfigFactory
 
setName(String) - 类 中的方法org.iherus.shiro.cache.redis.RedisCache
 
setPassword(String) - 类 中的方法org.iherus.shiro.cache.redis.RedisCacheConfigFactory
 
setPoolConfig(JedisPoolConfig) - 类 中的方法org.iherus.shiro.cache.redis.RedisCacheConfigFactory
 
setPort(int) - 类 中的方法org.iherus.shiro.cache.redis.RedisCacheConfigFactory
 
setShiroCacheKeyPrefix(String) - 类 中的方法org.iherus.shiro.cache.redis.RedisCache
 
setShiroCacheKeyPrefix(String) - 类 中的方法org.iherus.shiro.cache.redis.RedisCacheManager
 
setTimeout(int) - 类 中的方法org.iherus.shiro.cache.redis.RedisCacheConfigFactory
 
size() - 类 中的方法org.iherus.shiro.cache.redis.RedisCache
 
StringUtils - org.iherus.shiro.util中的类
字符串工具类 Description:提供空值判断、字符串截取和获取字符串长度等功能.
subarray(int[], int, int) - 类 中的静态方法org.iherus.shiro.util.ArrayUtils
Produces a new int array containing the elements between the start and end indices.
subarray(char[], int, int) - 类 中的静态方法org.iherus.shiro.util.ArrayUtils
Produces a new char array containing the elements between the start and end indices.
subarray(byte[], int, int) - 类 中的静态方法org.iherus.shiro.util.ArrayUtils
Produces a new byte array containing the elements between the start and end indices.
subarray(T[], int, int) - 类 中的静态方法org.iherus.shiro.util.ArrayUtils
Produces a new array containing the elements between the start and end indices.
substring(String, int) - 类 中的静态方法org.iherus.shiro.util.StringUtils
Intercept a CharSequence base on String.
substring(String, int, int) - 类 中的静态方法org.iherus.shiro.util.StringUtils
Intercept a CharSequence base on String.

T

timeout - 类 中的变量org.iherus.shiro.cache.redis.RedisCacheConfigFactory
 
toString() - 类 中的方法org.iherus.shiro.cache.redis.RedisCache
 
toString() - 类 中的方法org.iherus.shiro.cache.redis.RedisCacheConfigFactory
 
trim(String) - 类 中的静态方法org.iherus.shiro.util.StringUtils
Remove the Spaces before and after.
trimToEmpty(String) - 类 中的静态方法org.iherus.shiro.util.StringUtils
Remove the Spaces before and after,if null,return empty.
trimToNull(String) - 类 中的静态方法org.iherus.shiro.util.StringUtils
Remove the Spaces before and after,if empty, return null.

V

values() - 类 中的方法org.iherus.shiro.cache.redis.RedisCache
 
A C D E G H I K L M O P R S T V 
跳过导航链接

Copyright © 2018. All rights reserved.