类 DefaultOAuth2AuthorizationConsentService
java.lang.Object
io.github.lishangbu.orange.authorization.service.impl.DefaultOAuth2AuthorizationConsentService
- 所有已实现的接口:
- org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationConsentService
@Service
public class DefaultOAuth2AuthorizationConsentService
extends Object
implements org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationConsentService
Implementations of this interface are responsible for the management of 
OAuth 2.0 Authorization Consent(s).- 从以下版本开始:
- 2025/8/17
- 作者:
- lishangbu
- 
构造器概要构造器构造器说明DefaultOAuth2AuthorizationConsentService(OauthAuthorizationConsentMapper authorizationConsentRepository, org.springframework.security.oauth2.server.authorization.client.RegisteredClientRepository registeredClientRepository) 
- 
方法概要修饰符和类型方法说明org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationConsentvoidremove(org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationConsent authorizationConsent) voidsave(org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationConsent authorizationConsent) 
- 
构造器详细资料- 
DefaultOAuth2AuthorizationConsentServicepublic DefaultOAuth2AuthorizationConsentService(OauthAuthorizationConsentMapper authorizationConsentRepository, org.springframework.security.oauth2.server.authorization.client.RegisteredClientRepository registeredClientRepository) 
 
- 
- 
方法详细资料- 
savepublic void save(org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationConsent authorizationConsent) - 指定者:
- save在接口中- org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationConsentService
 
- 
removepublic void remove(org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationConsent authorizationConsent) - 指定者:
- remove在接口中- org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationConsentService
 
- 
findById
 
-