| 程序包 | 说明 |
|---|---|
| com.zhaodong.oauth2utils.config | |
| com.zhaodong.oauth2utils.service |
| 限定符和类型 | 方法和说明 |
|---|---|
TokenUtils |
Oauth2Config.tokenUtils(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
org.springframework.data.redis.core.StringRedisTemplate stringRedisTemplate,
UserService userService) |
| 限定符和类型 | 方法和说明 |
|---|---|
Oauth2Service |
Oauth2Config.oauth2Service(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
org.springframework.data.redis.core.StringRedisTemplate stringRedisTemplate,
UserService userService,
TokenUtils tokenUtils) |
| 构造器和说明 |
|---|
Oauth2Service(org.springframework.data.redis.core.StringRedisTemplate stringRedisTemplate,
UserService userService,
BCryptPasswordEncoder bCryptPasswordEncoder,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
TokenUtils tokenUtils,
int accessTokenValidatySeconds) |
Copyright © 2020. All rights reserved.