类 ResourceServerTokenServicesConfiguration.JwkTokenStoreConfiguration

    • 方法详细资料

      • jwkTokenServices

        @Bean
        @ConditionalOnMissingBean(org.springframework.security.oauth2.provider.token.ResourceServerTokenServices.class)
        public org.springframework.security.oauth2.provider.token.DefaultTokenServices jwkTokenServices​(org.springframework.security.oauth2.provider.token.TokenStore jwkTokenStore)
      • jwkTokenStore

        @Bean
        @ConditionalOnMissingBean(org.springframework.security.oauth2.provider.token.TokenStore.class)
        public org.springframework.security.oauth2.provider.token.TokenStore jwkTokenStore()