public class RedisMemoryAuthorizationCodeServices
extends org.springframework.security.oauth2.provider.code.RandomValueAuthorizationCodeServices
| 限定符和类型 | 字段和说明 |
|---|---|
protected ConcurrentHashMap<String,org.springframework.security.oauth2.provider.OAuth2Authentication> |
authorizationCodeStore |
| 构造器和说明 |
|---|
RedisMemoryAuthorizationCodeServices() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected org.springframework.security.oauth2.provider.OAuth2Authentication |
remove(String code) |
protected void |
store(String code,
org.springframework.security.oauth2.provider.OAuth2Authentication authentication) |
protected final ConcurrentHashMap<String,org.springframework.security.oauth2.provider.OAuth2Authentication> authorizationCodeStore
protected void store(String code, org.springframework.security.oauth2.provider.OAuth2Authentication authentication)
store 在类中 org.springframework.security.oauth2.provider.code.RandomValueAuthorizationCodeServicesprotected org.springframework.security.oauth2.provider.OAuth2Authentication remove(String code)
remove 在类中 org.springframework.security.oauth2.provider.code.RandomValueAuthorizationCodeServicesCopyright © 2022. All rights reserved.