File tree Expand file tree Collapse file tree
main/java/org/crazycake/shiro
test/java/org/crazycake/shiro Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- package org .crazycake .shiro . common ;
1+ package org .crazycake .shiro ;
22
33import java .util .Set ;
44
Original file line number Diff line number Diff line change 44import org .apache .shiro .cache .CacheException ;
55import org .apache .shiro .subject .PrincipalCollection ;
66import org .apache .shiro .util .CollectionUtils ;
7- import org .crazycake .shiro .common .IRedisManager ;
87import org .crazycake .shiro .exception .CacheManagerPrincipalIdNotAssignedException ;
98import org .crazycake .shiro .exception .PrincipalIdNullException ;
109import org .crazycake .shiro .exception .PrincipalInstanceException ;
1110import org .crazycake .shiro .exception .SerializationException ;
12- import org .crazycake .shiro .serializer .ObjectSerializer ;
1311import org .crazycake .shiro .serializer .RedisSerializer ;
1412import org .crazycake .shiro .serializer .StringSerializer ;
1513import org .slf4j .Logger ;
Original file line number Diff line number Diff line change 33import org .apache .shiro .cache .Cache ;
44import org .apache .shiro .cache .CacheException ;
55import org .apache .shiro .cache .CacheManager ;
6- import org .crazycake .shiro .common .IRedisManager ;
76import org .crazycake .shiro .serializer .ObjectSerializer ;
87import org .crazycake .shiro .serializer .RedisSerializer ;
98import org .crazycake .shiro .serializer .StringSerializer ;
Original file line number Diff line number Diff line change 11package org .crazycake .shiro ;
22
3- import org .crazycake .shiro .common .IRedisManager ;
43import redis .clients .jedis .*;
54
65import java .util .HashSet ;
Original file line number Diff line number Diff line change 11package org .crazycake .shiro ;
22
3- import org .crazycake .shiro .common .IRedisManager ;
43import org .crazycake .shiro .common .WorkAloneRedisManager ;
54import redis .clients .jedis .Jedis ;
65import redis .clients .jedis .JedisPool ;
Original file line number Diff line number Diff line change 11package org .crazycake .shiro ;
22
3- import org .crazycake .shiro .common .IRedisManager ;
43import org .crazycake .shiro .common .WorkAloneRedisManager ;
54import redis .clients .jedis .Jedis ;
65import redis .clients .jedis .JedisSentinelPool ;
Original file line number Diff line number Diff line change 33import org .apache .shiro .session .Session ;
44import org .apache .shiro .session .UnknownSessionException ;
55import org .apache .shiro .session .mgt .eis .AbstractSessionDAO ;
6- import org .crazycake .shiro .common .IRedisManager ;
76import org .crazycake .shiro .common .SessionInMemory ;
87import org .crazycake .shiro .exception .SerializationException ;
98import org .crazycake .shiro .serializer .ObjectSerializer ;
Original file line number Diff line number Diff line change 11package org .crazycake .shiro .common ;
22
3+ import org .crazycake .shiro .IRedisManager ;
34import redis .clients .jedis .Jedis ;
45import redis .clients .jedis .JedisPoolConfig ;
56import redis .clients .jedis .ScanParams ;
Original file line number Diff line number Diff line change 11package org .crazycake .shiro ;
22
33import org .apache .shiro .cache .Cache ;
4- import org .crazycake .shiro .common .IRedisManager ;
54import org .junit .jupiter .api .Assertions ;
65import org .junit .jupiter .api .BeforeEach ;
76import org .junit .jupiter .api .Test ;
Original file line number Diff line number Diff line change 11package org .crazycake .shiro ;
22
33import org .apache .shiro .subject .PrincipalCollection ;
4- import org .apache .shiro .subject .SimplePrincipalCollection ;
5- import org .crazycake .shiro .common .IRedisManager ;
64import org .crazycake .shiro .exception .SerializationException ;
75import org .crazycake .shiro .serializer .ObjectSerializer ;
86import org .crazycake .shiro .serializer .StringSerializer ;
You can’t perform that action at this time.
0 commit comments