| Package | Description |
|---|---|
| io.geekidea.springbootplus.shiro.cache.impl | |
| io.geekidea.springbootplus.shiro.config | |
| io.geekidea.springbootplus.shiro.jwt |
| Modifier and Type | Class and Description |
|---|---|
class |
LoginRedisServiceImpl
登陆信息Redis缓存服务类
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.shiro.authc.Authenticator |
ShiroConfig.authenticator(LoginRedisService loginRedisService) |
JwtRealm |
ShiroConfig.jwtRealm(LoginRedisService loginRedisService)
JWT数据源验证
|
org.apache.shiro.mgt.SecurityManager |
ShiroConfig.securityManager(LoginRedisService loginRedisService)
安全管理器配置
|
org.apache.shiro.spring.web.ShiroFilterFactoryBean |
ShiroConfig.shiroFilterFactoryBean(org.apache.shiro.mgt.SecurityManager securityManager,
LoginService loginService,
LoginRedisService loginRedisService,
SpringBootPlusFilterProperties filterProperties,
ShiroProperties shiroProperties,
JwtProperties jwtProperties)
ShiroFilterFactoryBean配置
|
| Constructor and Description |
|---|
JwtFilter(LoginService loginService,
LoginRedisService loginRedisService,
JwtProperties jwtProperties) |
JwtRealm(LoginRedisService loginRedisService) |
Copyright © 2019. All rights reserved.