MCPcopy Create free account

hub / github.com/HowieYuan/Shiro-SpringBoot / types & classes

Types & classes25 in github.com/HowieYuan/Shiro-SpringBoot

ClassAdminController
Created with IntelliJ IDEA @Author yuanhaoyue swithaoy@gmail.com @Description 权限:管理员 @Date 2018-04-06 @Time 20:31
shiroSimple/src/main/java/com/howie/shiro/controller/AdminController.java:17
ClassAdminController
Created with IntelliJ IDEA @Author yuanhaoyue swithaoy@gmail.com @Description admin角色权限controller @Date 2018-04-29 @Time 17:32
shiroJWT/src/main/java/com/howie/shirojwt/controller/AdminController.java:22
ClassCustomRealm
Created with IntelliJ IDEA @Author yuanhaoyue swithaoy@gmail.com @Description 自定义 Realm @Date 2018-03-25 @Time 21:46
shiroSimple/src/main/java/com/howie/shiro/shiro/CustomRealm.java:24
ClassCustomRealm
Created with IntelliJ IDEA @Author yuanhaoyue swithaoy@gmail.com @Description 自定义 Realm @Date 2018-04-09 @Time 16:58
shiroJWT/src/main/java/com/howie/shirojwt/shiro/CustomRealm.java:27
ClassExceptionController
Created with IntelliJ IDEA @Author yuanhaoyue swithaoy@gmail.com @Description 异常处理 controller @Date 2018-05-02 @Time 20:40
shiroSimple/src/main/java/com/howie/shiro/controller/ExceptionController.java:18
ClassExceptionController
Created with IntelliJ IDEA @Author yuanhaoyue swithaoy@gmail.com @Description 异常处理 @Date 2018-04-09 @Time 17:09
shiroJWT/src/main/java/com/howie/shirojwt/controller/ExceptionController.java:22
ClassGuestController
Created with IntelliJ IDEA @Author yuanhaoyue swithaoy@gmail.com @Description 权限:游客 @Date 2018-04-06 @Time 17:19
shiroSimple/src/main/java/com/howie/shiro/controller/GuestController.java:17
ClassGuestController
Created with IntelliJ IDEA @Author yuanhaoyue swithaoy@gmail.com @Description 游客角色可以访问的页面 @Date 2018-04-30 @Time 14:24
shiroJWT/src/main/java/com/howie/shirojwt/controller/GuestController.java:18
ClassJWTFilter
Created with IntelliJ IDEA @Author yuanhaoyue swithaoy@gmail.com @Description preHandle->isAccessAllowed->isLoginAttempt->executeLogin @Date 2018-04-
shiroJWT/src/main/java/com/howie/shirojwt/filter/JWTFilter.java:27
ClassJWTToken
Created with IntelliJ IDEA @Author yuanhaoyue swithaoy@gmail.com @Description token @Date 2018-04-09 @Time 16:54
shiroJWT/src/main/java/com/howie/shirojwt/shiro/JWTToken.java:13
ClassJWTUtil
Created with IntelliJ IDEA @Author yuanhaoyue swithaoy@gmail.com @Description JWT 工具类 @Date 2018-04-07 @Time 22:48
shiroJWT/src/main/java/com/howie/shirojwt/util/JWTUtil.java:20
ClassLoginController
Created with IntelliJ IDEA @Author yuanhaoyue swithaoy@gmail.com @Description 登陆 Controller @Date 2018-04-03 @Time 22:28
shiroSimple/src/main/java/com/howie/shiro/controller/LoginController.java:21
ClassLoginController
Created with IntelliJ IDEA @Author yuanhaoyue swithaoy@gmail.com @Description @Date 2018-04-29 @Time 13:20
shiroJWT/src/main/java/com/howie/shirojwt/controller/LoginController.java:24
ClassResultMap
Created with IntelliJ IDEA @Author yuanhaoyue swithaoy@gmail.com @Description 接口返回对象 @Date 2018-03-17 @Time 22:25
shiroSimple/src/main/java/com/howie/shiro/model/ResultMap.java:15
ClassResultMap
Created with IntelliJ IDEA @Author yuanhaoyue swithaoy@gmail.com @Description 接口返回对象 @Date 2018-03-17 @Time 22:25
shiroJWT/src/main/java/com/howie/shirojwt/model/ResultMap.java:15
ClassShiroApplication
shiroSimple/src/main/java/com/howie/shiro/ShiroApplication.java:7
ClassShiroApplicationTests
shiroSimple/src/test/java/com/howie/shiro/ShiroApplicationTests.java:8
ClassShiroConfig
Created with IntelliJ IDEA @Author yuanhaoyue swithaoy@gmail.com @Description shiro 配置 @Date 2018-03-28 @Time 17:21
shiroSimple/src/main/java/com/howie/shiro/config/ShiroConfig.java:21
ClassShiroConfig
Created with IntelliJ IDEA @Author yuanhaoyue swithaoy@gmail.com @Description @Date 2018-04-09 @Time 16:56
shiroJWT/src/main/java/com/howie/shirojwt/config/ShiroConfig.java:28
ClassShiroJwtApplication
shiroJWT/src/main/java/com/howie/shirojwt/ShiroJwtApplication.java:7
ClassShiroJwtApplicationTests
shiroJWT/src/test/java/com/howie/shirojwt/ShiroJwtApplicationTests.java:8
ClassUserController
Created with IntelliJ IDEA @Author yuanhaoyue swithaoy@gmail.com @Description 权限:用户 @Date 2018-04-06 @Time 20:33
shiroSimple/src/main/java/com/howie/shiro/controller/UserController.java:17
ClassUserController
Created with IntelliJ IDEA @Author yuanhaoyue swithaoy@gmail.com @Description user角色权限controller @Date 2018-04-09 @Time 17:12
shiroJWT/src/main/java/com/howie/shirojwt/controller/UserController.java:22
InterfaceUserMapper
Created with IntelliJ IDEA @Author yuanhaoyue swithaoy@gmail.com @Description @Date 2018-03-25 @Time 22:04
shiroSimple/src/main/java/com/howie/shiro/mapper/UserMapper.java:13
InterfaceUserMapper
Created with IntelliJ IDEA @Author yuanhaoyue swithaoy@gmail.com @Description @Date 2018-03-25 @Time 22:04
shiroJWT/src/main/java/com/howie/shirojwt/mapper/UserMapper.java:16