MCPcopy Create free account

hub / github.com/Negan1994/spring-boot-examples / types & classes

Types & classes303 in github.com/Negan1994/spring-boot-examples

ClassAccessTokenController
@author: wangsaichao @date: 2018/5/27 @description: 访问令牌控制器 代码描述: 1、首先通过如http://localhost:9090/accessToken,POST提交如下数据:client_id= c1ebe466-1cdc-4bd3-a
shiro-oauth-server/src/main/java/com/springboot/test/shiro/oauthserver/controller/AccessTokenController.java:35
ClassAccessTokenController
@author: wangsaichao @date: 2018/5/29 @description: 服务端回调方法 1.服务端回调,传回code值 2.根据code值,调用服务端服务,根据code获取access_token 3.拿到access_token重定向到客户端的服务 /oauth-
shiro-oauth-client/src/main/java/com/springboot/test/shiro/oauthclient/controller/AccessTokenController.java:25
ClassApplication
@author: wangsaichao @date: 2018/4/16 @description: 授权中心启动类
spring-boot-shiro-9/src/main/java/com/springboot/test/shiro/Application.java:17
ClassApplication
@author: wangsaichao @date: 2018/4/16 @description: 授权中心启动类
spring-boot-shiro-6/src/main/java/com/springboot/test/shiro/Application.java:17
ClassApplication
@author: wangsaichao @date: 2018/4/16 @description: 授权中心启动类
spring-boot-shiro-4/src/main/java/com/springboot/test/shiro/Application.java:17
ClassApplication
@author: wangsaichao @date: 2018/4/16 @description: 授权中心启动类
spring-boot-shiro-11/src/main/java/com/springboot/test/shiro/Application.java:17
ClassApplication
@author: wangsaichao @date: 2018/4/16 @description: 授权中心启动类
spring-boot-shiro-12/src/main/java/com/springboot/test/shiro/Application.java:17
ClassApplication
@author: wangsaichao @date: 2018/4/16 @description: 授权中心启动类
spring-boot-shiro-10/src/main/java/com/springboot/test/shiro/Application.java:17
ClassApplication
@author: wangsaichao @date: 2018/4/16 @description: 授权中心启动类
shiro-oauth-server/src/main/java/com/springboot/test/shiro/oauthserver/Application.java:17
ClassApplication
@author: wangsaichao @date: 2018/4/16 @description: 授权中心启动类
spring-boot-shiro-7/src/main/java/com/springboot/test/shiro/Application.java:17
ClassApplication
@author: wangsaichao @date: 2018/4/16 @description: 授权中心启动类
spring-boot-shiro-13/src/main/java/com/springboot/test/shiro/Application.java:17
ClassApplication
@author: wangsaichao @date: 2018/4/16 @description: 授权中心启动类
shiro-oauth-client/src/main/java/com/springboot/test/shiro/oauthclient/Application.java:11
ClassApplication
@author: wangsaichao @date: 2018/4/16 @description: 授权中心启动类
spring-boot-shiro-5/src/main/java/com/springboot/test/shiro/Application.java:17
ClassApplication
@author: wangsaichao @date: 2018/4/16 @description: 授权中心启动类
spring-boot-shiro-2/src/main/java/com/springboot/test/shiro/Application.java:17
ClassApplication
@author: wangsaichao @date: 2018/4/16 @description: 授权中心启动类
spring-boot-shiro-8/src/main/java/com/springboot/test/shiro/Application.java:17
ClassApplication
@author: wangsaichao @date: 2018/4/16 @description: 授权中心启动类
spring-boot-shiro-1/src/main/java/com/springboot/test/shiro/Application.java:15
ClassApplication
@author: wangsaichao @date: 2018/4/16 @description: 授权中心启动类
spring-boot-shiro-3/src/main/java/com/springboot/test/shiro/Application.java:17
ClassAuthCodeController
@author: wangsaichao @date: 2018/5/29 @description: 1、拼接url然后访问,获取code 2、服务端检查成功,然后会回调到 另一个接口 /oauth-client/callbackCode
shiro-oauth-client/src/main/java/com/springboot/test/shiro/oauthclient/controller/AuthCodeController.java:17
ClassAuthorizeController
@author: wangsaichao @date: 2018/5/27 @description: 授权控制器 代码的作用: 1、首先通过如 http://localhost:9090/oauth-server/authorize?client_id=c1ebe466-1cdc-4bd3-ab
shiro-oauth-server/src/main/java/com/springboot/test/shiro/oauthserver/controller/AuthorizeController.java:47
ClassAuthorizeService
@author: wangsaichao @date: 2018/5/27 @description:
shiro-oauth-server/src/main/java/com/springboot/test/shiro/oauthserver/service/AuthorizeService.java:13
ClassBytesHelper
spring-boot-shiro-11/src/main/java/com/springboot/test/shiro/config/shiro/MyByteSource.java:114
ClassBytesHelper
spring-boot-shiro-12/src/main/java/com/springboot/test/shiro/config/shiro/MyByteSource.java:114
ClassBytesHelper
spring-boot-shiro-13/src/main/java/com/springboot/test/shiro/config/shiro/MyByteSource.java:114
ClassCaptchaController
@author: wangsaichao @date: 2018/5/26 @description: 获取图片验证码
spring-boot-shiro-9/src/main/java/com/springboot/test/shiro/modules/login/CaptchaController.java:20
ClassCaptchaController
@author: wangsaichao @date: 2018/5/26 @description:
spring-boot-shiro-11/src/main/java/com/springboot/test/shiro/modules/login/CaptchaController.java:20
ClassCaptchaController
@author: wangsaichao @date: 2018/5/26 @description:
spring-boot-shiro-12/src/main/java/com/springboot/test/shiro/modules/login/CaptchaController.java:20
ClassCaptchaController
@author: wangsaichao @date: 2018/5/26 @description:
spring-boot-shiro-10/src/main/java/com/springboot/test/shiro/modules/login/CaptchaController.java:20
ClassCaptchaController
@author: wangsaichao @date: 2018/5/26 @description:
shiro-oauth-server/src/main/java/com/springboot/test/shiro/oauthserver/controller/CaptchaController.java:20
ClassCaptchaController
@author: wangsaichao @date: 2018/5/26 @description:
spring-boot-shiro-13/src/main/java/com/springboot/test/shiro/modules/login/CaptchaController.java:20
ClassCaptchaController
@author: wangsaichao @date: 2018/5/26 @description:
spring-boot-shiro-8/src/main/java/com/springboot/test/shiro/modules/login/CaptchaController.java:20
ClassCaptchaUtil
验证码工具类 @author <a href="http://www.micmiu.com">Michael Sun</a>
spring-boot-shiro-9/src/main/java/com/springboot/test/shiro/global/utils/CaptchaUtil.java:18
ClassCaptchaUtil
验证码工具类 @author <a href="http://www.micmiu.com">Michael Sun</a>
spring-boot-shiro-11/src/main/java/com/springboot/test/shiro/global/utils/CaptchaUtil.java:18
ClassCaptchaUtil
验证码工具类 @author <a href="http://www.micmiu.com">Michael Sun</a>
spring-boot-shiro-12/src/main/java/com/springboot/test/shiro/global/utils/CaptchaUtil.java:18
ClassCaptchaUtil
验证码工具类 @author <a href="http://www.micmiu.com">Michael Sun</a>
spring-boot-shiro-10/src/main/java/com/springboot/test/shiro/global/utils/CaptchaUtil.java:18
ClassCaptchaUtil
验证码工具类 @author <a href="http://www.micmiu.com">Michael Sun</a>
shiro-oauth-server/src/main/java/com/springboot/test/shiro/oauthserver/global/utils/CaptchaUtil.java:15
ClassCaptchaUtil
验证码工具类 @author <a href="http://www.micmiu.com">Michael Sun</a>
spring-boot-shiro-13/src/main/java/com/springboot/test/shiro/global/utils/CaptchaUtil.java:18
ClassCaptchaUtil
验证码工具类 @author <a href="http://www.micmiu.com">Michael Sun</a>
spring-boot-shiro-8/src/main/java/com/springboot/test/shiro/global/utils/CaptchaUtil.java:18
ClassClient
@author fangxiaobai on 2017/10/13 11:22. @description
shiro-oauth-server/src/main/java/com/springboot/test/shiro/oauthserver/entity/Client.java:9
InterfaceClientMapper
@author: WangSaiChao @date: 2018/5/27 @description: 客户端dao层
shiro-oauth-server/src/main/java/com/springboot/test/shiro/oauthserver/dao/ClientMapper.java:13
ClassClientService
@author: wangsaichao @date: 2018/5/27 @description:
shiro-oauth-server/src/main/java/com/springboot/test/shiro/oauthserver/service/ClientService.java:14
ClassCustomPasswordEncoder
@author: wangsaichao @date: 2018/7/8 @description: 自定义密码验证
cas-custom-password-verification/src/main/java/com/cas/CustomPasswordEncoder.java:16
ClassDataSourceConfig
相当于之前的ApplicationContext-Dao.xml 配置数据源,使用阿里Druid数据源 @author xiyan
spring-boot-shiro-9/src/main/java/com/springboot/test/shiro/config/DataSourceConfig.java:17
ClassDataSourceConfig
相当于之前的ApplicationContext-Dao.xml 配置数据源,使用阿里Druid数据源 @author xiyan
spring-boot-shiro-6/src/main/java/com/springboot/test/shiro/config/DataSourceConfig.java:17
ClassDataSourceConfig
相当于之前的ApplicationContext-Dao.xml 配置数据源,使用阿里Druid数据源 @author xiyan
spring-boot-shiro-4/src/main/java/com/springboot/test/shiro/config/DataSourceConfig.java:17
ClassDataSourceConfig
相当于之前的ApplicationContext-Dao.xml 配置数据源,使用阿里Druid数据源 @author xiyan
spring-boot-shiro-11/src/main/java/com/springboot/test/shiro/config/DataSourceConfig.java:17
ClassDataSourceConfig
相当于之前的ApplicationContext-Dao.xml 配置数据源,使用阿里Druid数据源 @author xiyan
spring-boot-shiro-12/src/main/java/com/springboot/test/shiro/config/DataSourceConfig.java:17
ClassDataSourceConfig
相当于之前的ApplicationContext-Dao.xml 配置数据源,使用阿里Druid数据源 @author xiyan
spring-boot-shiro-10/src/main/java/com/springboot/test/shiro/config/DataSourceConfig.java:17
ClassDataSourceConfig
相当于之前的ApplicationContext-Dao.xml 配置数据源,使用阿里Druid数据源 @author xiyan
shiro-oauth-server/src/main/java/com/springboot/test/shiro/oauthserver/config/DataSourceConfig.java:17
ClassDataSourceConfig
相当于之前的ApplicationContext-Dao.xml 配置数据源,使用阿里Druid数据源 @author xiyan
spring-boot-shiro-7/src/main/java/com/springboot/test/shiro/config/DataSourceConfig.java:17
ClassDataSourceConfig
相当于之前的ApplicationContext-Dao.xml 配置数据源,使用阿里Druid数据源 @author xiyan
spring-boot-shiro-13/src/main/java/com/springboot/test/shiro/config/DataSourceConfig.java:17
ClassDataSourceConfig
相当于之前的ApplicationContext-Dao.xml 配置数据源,使用阿里Druid数据源 @author xiyan
shiro-oauth-client/src/main/java/com/springboot/test/shiro/oauthclient/config/DataSourceConfig.java:17
ClassDataSourceConfig
相当于之前的ApplicationContext-Dao.xml 配置数据源,使用阿里Druid数据源 @author xiyan
spring-boot-shiro-5/src/main/java/com/springboot/test/shiro/config/DataSourceConfig.java:17
ClassDataSourceConfig
相当于之前的ApplicationContext-Dao.xml 配置数据源,使用阿里Druid数据源 @author xiyan
spring-boot-shiro-2/src/main/java/com/springboot/test/shiro/config/DataSourceConfig.java:17
ClassDataSourceConfig
相当于之前的ApplicationContext-Dao.xml 配置数据源,使用阿里Druid数据源 @author xiyan
spring-boot-shiro-8/src/main/java/com/springboot/test/shiro/config/DataSourceConfig.java:17
ClassDataSourceConfig
相当于之前的ApplicationContext-Dao.xml 配置数据源,使用阿里Druid数据源 @author xiyan
spring-boot-shiro-1/src/main/java/com/springboot/test/shiro/config/DataSourceConfig.java:17
ClassDataSourceConfig
相当于之前的ApplicationContext-Dao.xml 配置数据源,使用阿里Druid数据源 @author xiyan
spring-boot-shiro-3/src/main/java/com/springboot/test/shiro/config/DataSourceConfig.java:17
ClassGetUserInfoController
@author: wangsaichao @date: 2018/5/29 @description: 通过access_token获取用户信息
shiro-oauth-client/src/main/java/com/springboot/test/shiro/oauthclient/controller/GetUserInfoController.java:19
ClassKickoutSessionControlFilter
@author: WangSaiChao @date: 2018/5/23 @description: 同一账号在线限制 这个类暂时没用到,因为是基于本地cache的 在下篇博客中将改为redis
spring-boot-shiro-9/src/main/java/com/springboot/test/shiro/config/shiro/KickoutSessionControlFilter.java:27
ClassKickoutSessionControlFilter
@author: WangSaiChao @date: 2018/5/23 @description: shiro 自定义filter 实现 并发登录控制
spring-boot-shiro-6/src/main/java/com/springboot/test/shiro/config/shiro/KickoutSessionControlFilter.java:26
ClassKickoutSessionControlFilter
@author: WangSaiChao @date: 2018/5/23 @description: shiro 自定义filter 实现 并发登录控制
spring-boot-shiro-11/src/main/java/com/springboot/test/shiro/config/shiro/KickoutSessionControlFilter.java:25
ClassKickoutSessionControlFilter
@author: WangSaiChao @date: 2018/5/23 @description: shiro 自定义filter 实现 并发登录控制
spring-boot-shiro-12/src/main/java/com/springboot/test/shiro/config/shiro/KickoutSessionControlFilter.java:25
ClassKickoutSessionControlFilter
@author: WangSaiChao @date: 2018/5/23 @description: shiro 自定义filter 实现 并发登录控制
spring-boot-shiro-10/src/main/java/com/springboot/test/shiro/config/shiro/KickoutSessionControlFilter.java:25
ClassKickoutSessionControlFilter
@author: WangSaiChao @date: 2018/5/23 @description: shiro 自定义filter 实现 并发登录控制
spring-boot-shiro-7/src/main/java/com/springboot/test/shiro/config/shiro/KickoutSessionControlFilter.java:26
ClassKickoutSessionControlFilter
@author: WangSaiChao @date: 2018/5/23 @description: shiro 自定义filter 实现 并发登录控制
spring-boot-shiro-13/src/main/java/com/springboot/test/shiro/config/shiro/KickoutSessionControlFilter.java:25
ClassKickoutSessionControlFilter
@author: WangSaiChao @date: 2018/5/23 @description: shiro 自定义filter 实现 并发登录控制
spring-boot-shiro-8/src/main/java/com/springboot/test/shiro/config/shiro/KickoutSessionControlFilter.java:26
ClassLoginController
@author: wangsaichao @date: 2018/5/11 @description:
spring-boot-shiro-9/src/main/java/com/springboot/test/shiro/modules/login/LoginController.java:27
ClassLoginController
@author: wangsaichao @date: 2018/5/11 @description:
spring-boot-shiro-6/src/main/java/com/springboot/test/shiro/modules/login/LoginController.java:25
ClassLoginController
@author: wangsaichao @date: 2018/5/11 @description:
spring-boot-shiro-4/src/main/java/com/springboot/test/shiro/modules/login/LoginController.java:20
ClassLoginController
@author: wangsaichao @date: 2018/5/11 @description:
spring-boot-shiro-11/src/main/java/com/springboot/test/shiro/modules/login/LoginController.java:27
ClassLoginController
@author: wangsaichao @date: 2018/5/11 @description:
spring-boot-shiro-12/src/main/java/com/springboot/test/shiro/modules/login/LoginController.java:27
ClassLoginController
@author: wangsaichao @date: 2018/5/11 @description:
spring-boot-shiro-10/src/main/java/com/springboot/test/shiro/modules/login/LoginController.java:27
ClassLoginController
@author: wangsaichao @date: 2018/5/11 @description:
spring-boot-shiro-7/src/main/java/com/springboot/test/shiro/modules/login/LoginController.java:26
ClassLoginController
@author: wangsaichao @date: 2018/5/11 @description:
spring-boot-shiro-13/src/main/java/com/springboot/test/shiro/modules/login/LoginController.java:27
ClassLoginController
@author: wangsaichao @date: 2018/5/11 @description:
spring-boot-shiro-5/src/main/java/com/springboot/test/shiro/modules/login/LoginController.java:20
ClassLoginController
@author: wangsaichao @date: 2018/5/11 @description:
spring-boot-shiro-2/src/main/java/com/springboot/test/shiro/modules/login/LoginController.java:20
ClassLoginController
@author: wangsaichao @date: 2018/5/11 @description:
spring-boot-shiro-8/src/main/java/com/springboot/test/shiro/modules/login/LoginController.java:26
ClassLoginController
@author: wangsaichao @date: 2018/5/11 @description:
spring-boot-shiro-1/src/main/java/com/springboot/test/shiro/modules/login/LoginController.java:20
ClassLoginController
@author: wangsaichao @date: 2018/5/11 @description:
spring-boot-shiro-3/src/main/java/com/springboot/test/shiro/modules/login/LoginController.java:20
ClassMyByteSource
@author: wangsaichao @date: 2018/11/27 @description: 解决 SimpleByteSource 无法序列化的问题
spring-boot-shiro-11/src/main/java/com/springboot/test/shiro/config/shiro/MyByteSource.java:18
ClassMyByteSource
@author: wangsaichao @date: 2018/11/27 @description: 解决 SimpleByteSource 无法序列化的问题
spring-boot-shiro-12/src/main/java/com/springboot/test/shiro/config/shiro/MyByteSource.java:18
ClassMyByteSource
@author: wangsaichao @date: 2018/11/27 @description: 解决 SimpleByteSource 无法序列化的问题
spring-boot-shiro-13/src/main/java/com/springboot/test/shiro/config/shiro/MyByteSource.java:18
ClassMyWebMvcConfigurerAdapter
@author: wangsaichao @date: 2018/4/16 @description: SpringMVC的配置文件
spring-boot-shiro-9/src/main/java/com/springboot/test/shiro/config/MyWebMvcConfigurerAdapter.java:13
ClassMyWebMvcConfigurerAdapter
@author: wangsaichao @date: 2018/4/16 @description: SpringMVC的配置文件
spring-boot-shiro-6/src/main/java/com/springboot/test/shiro/config/MyWebMvcConfigurerAdapter.java:13
ClassMyWebMvcConfigurerAdapter
@author: wangsaichao @date: 2018/4/16 @description: SpringMVC的配置文件
spring-boot-shiro-4/src/main/java/com/springboot/test/shiro/config/MyWebMvcConfigurerAdapter.java:13
ClassMyWebMvcConfigurerAdapter
@author: wangsaichao @date: 2018/4/16 @description: SpringMVC的配置文件
spring-boot-shiro-11/src/main/java/com/springboot/test/shiro/config/MyWebMvcConfigurerAdapter.java:17
ClassMyWebMvcConfigurerAdapter
@author: wangsaichao @date: 2018/4/16 @description: SpringMVC的配置文件
spring-boot-shiro-12/src/main/java/com/springboot/test/shiro/config/MyWebMvcConfigurerAdapter.java:17
ClassMyWebMvcConfigurerAdapter
@author: wangsaichao @date: 2018/4/16 @description: SpringMVC的配置文件
spring-boot-shiro-10/src/main/java/com/springboot/test/shiro/config/MyWebMvcConfigurerAdapter.java:17
ClassMyWebMvcConfigurerAdapter
@author: wangsaichao @date: 2018/4/16 @description: SpringMVC的配置文件
shiro-oauth-server/src/main/java/com/springboot/test/shiro/oauthserver/config/MyWebMvcConfigurerAdapter.java:13
ClassMyWebMvcConfigurerAdapter
@author: wangsaichao @date: 2018/4/16 @description: SpringMVC的配置文件
spring-boot-shiro-7/src/main/java/com/springboot/test/shiro/config/MyWebMvcConfigurerAdapter.java:13
ClassMyWebMvcConfigurerAdapter
@author: wangsaichao @date: 2018/4/16 @description: SpringMVC的配置文件
spring-boot-shiro-13/src/main/java/com/springboot/test/shiro/config/MyWebMvcConfigurerAdapter.java:17
ClassMyWebMvcConfigurerAdapter
@author: wangsaichao @date: 2018/4/16 @description: SpringMVC的配置文件
shiro-oauth-client/src/main/java/com/springboot/test/shiro/oauthclient/config/MyWebMvcConfigurerAdapter.java:13
ClassMyWebMvcConfigurerAdapter
@author: wangsaichao @date: 2018/4/16 @description: SpringMVC的配置文件
spring-boot-shiro-5/src/main/java/com/springboot/test/shiro/config/MyWebMvcConfigurerAdapter.java:13
ClassMyWebMvcConfigurerAdapter
@author: wangsaichao @date: 2018/4/16 @description: SpringMVC的配置文件
spring-boot-shiro-2/src/main/java/com/springboot/test/shiro/config/MyWebMvcConfigurerAdapter.java:13
ClassMyWebMvcConfigurerAdapter
@author: wangsaichao @date: 2018/4/16 @description: SpringMVC的配置文件
spring-boot-shiro-8/src/main/java/com/springboot/test/shiro/config/MyWebMvcConfigurerAdapter.java:13
ClassMyWebMvcConfigurerAdapter
@author: wangsaichao @date: 2018/4/16 @description: SpringMVC的配置文件
spring-boot-shiro-1/src/main/java/com/springboot/test/shiro/config/MyWebMvcConfigurerAdapter.java:13
ClassMyWebMvcConfigurerAdapter
@author: wangsaichao @date: 2018/4/16 @description: SpringMVC的配置文件
spring-boot-shiro-3/src/main/java/com/springboot/test/shiro/config/MyWebMvcConfigurerAdapter.java:13
ClassPasswordSaltTest
@author: WangSaiChao @date: 2018/11/27 @description: 给 密码进行 加密加盐 盐值默认为 用户名
spring-boot-shiro-11/src/main/java/com/springboot/test/shiro/PasswordSaltTest.java:12
ClassPasswordSaltTest
@author: WangSaiChao @date: 2018/11/27 @description: 给 密码进行 加密加盐 盐值默认为 用户名
spring-boot-shiro-12/src/main/java/com/springboot/test/shiro/PasswordSaltTest.java:12
ClassPasswordSaltTest
@author: WangSaiChao @date: 2018/11/27 @description: 给 密码进行 加密加盐 盐值默认为 用户名
spring-boot-shiro-13/src/main/java/com/springboot/test/shiro/PasswordSaltTest.java:12
ClassPermission
@author: wangsaichao @date: 2018/5/10 @description: 权限实体
spring-boot-shiro-9/src/main/java/com/springboot/test/shiro/modules/user/dao/entity/Permission.java:13
next →1–100 of 303, ranked by callers