- 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.