@Configuration(value="resourcesBeanConfig")
@EnableConfigurationProperties(value=org.springframework.boot.autoconfigure.security.oauth2.OAuth2ClientProperties.class)
public class ResourcesBeanConfig
extends java.lang.Object
implements plus.easydo.starter.oauth.core.config.SecurityBeanConfig<org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties>
| 构造器和说明 |
|---|
ResourcesBeanConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.springframework.security.oauth2.provider.token.AccessTokenConverter |
accessTokenConverter() |
AuthIgnoreConfig |
getAuthIgnoreConfig() |
org.springframework.security.oauth2.provider.token.AuthorizationServerTokenServices |
getAuthorizationServerTokenServices() |
org.springframework.security.oauth2.provider.ClientDetailsService |
getClientDetailsService() |
org.springframework.security.oauth2.provider.token.ResourceServerTokenServices |
getResourceServerTokenServices() |
org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties |
properties() |
public org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties properties()
properties 在接口中 plus.easydo.starter.oauth.core.config.SecurityBeanConfig<org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties>public org.springframework.security.oauth2.provider.ClientDetailsService getClientDetailsService()
getClientDetailsService 在接口中 plus.easydo.starter.oauth.core.config.SecurityBeanConfig<org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties>public org.springframework.security.oauth2.provider.token.AuthorizationServerTokenServices getAuthorizationServerTokenServices()
getAuthorizationServerTokenServices 在接口中 plus.easydo.starter.oauth.core.config.SecurityBeanConfig<org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties>@Bean public org.springframework.security.oauth2.provider.token.AccessTokenConverter accessTokenConverter()
public AuthIgnoreConfig getAuthIgnoreConfig()
public org.springframework.security.oauth2.provider.token.ResourceServerTokenServices getResourceServerTokenServices()
Copyright © 2021. All Rights Reserved.