类 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

      public DefaultOAuth2AuthorizationConsentService(OauthAuthorizationConsentMapper authorizationConsentRepository, org.springframework.security.oauth2.server.authorization.client.RegisteredClientRepository registeredClientRepository)
  • 方法详细资料

    • save

      public void save(org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationConsent authorizationConsent)
      指定者:
      save 在接口中 org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationConsentService
    • remove

      public void remove(org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationConsent authorizationConsent)
      指定者:
      remove 在接口中 org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationConsentService
    • findById

      public org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationConsent findById(String registeredClientId, String principalName)
      指定者:
      findById 在接口中 org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationConsentService