public class OAuth2ClientCredentialsAuthenticationProvider extends AbstractAuthenticationProvider
Description: 扩展的 OAuth2ClientCredentialsAuthenticationProvider
用于支持 客户端权限验证 以及 支持 Refresh_Token
| 构造器和说明 |
|---|
OAuth2ClientCredentialsAuthenticationProvider(org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationService authorizationService,
org.springframework.security.oauth2.server.authorization.token.OAuth2TokenGenerator<? extends org.springframework.security.oauth2.core.OAuth2Token> tokenGenerator,
cn.herodotus.engine.oauth2.core.definition.service.ClientDetailsService clientDetailsService)
Constructs an
OAuth2ClientCredentialsAuthenticationProvider using the provided parameters. |
| 限定符和类型 | 方法和说明 |
|---|---|
org.springframework.security.core.Authentication |
authenticate(org.springframework.security.core.Authentication authentication) |
boolean |
supports(Class<?> authentication) |
createOAuth2AccessToken, createOAuth2AccessTokenAuthenticationToken, createOidcIdToken, creatOAuth2RefreshToken, idTokenAdditionalParameters, validateScopespublic OAuth2ClientCredentialsAuthenticationProvider(org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationService authorizationService,
org.springframework.security.oauth2.server.authorization.token.OAuth2TokenGenerator<? extends org.springframework.security.oauth2.core.OAuth2Token> tokenGenerator,
cn.herodotus.engine.oauth2.core.definition.service.ClientDetailsService clientDetailsService)
OAuth2ClientCredentialsAuthenticationProvider using the provided parameters.authorizationService - the authorization servicetokenGenerator - the token generatorpublic org.springframework.security.core.Authentication authenticate(org.springframework.security.core.Authentication authentication)
throws org.springframework.security.core.AuthenticationException
org.springframework.security.core.AuthenticationExceptionpublic boolean supports(Class<?> authentication)
Copyright © 2023 Dromara. All rights reserved.