org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionException: Au

💡 亲爱的技术伙伴们:

你是否正在为这些问题焦虑——

✅ 简历投出去杳无音信,明明技术不差却总卡在面试?

✅ 每次终面都紧张不已,不知道面试官到底想要什么答案?

✅ 技术知识点零零散散,遇到系统设计题就头脑一片空白?


🎯 Java高级开发岗面试急救包》—— 专为突破面试瓶颈而生

这不是普通的面试题汇总,而是凝聚多年面试官经验的实战赋能体系。我不仅告诉你答案,更帮你建立面试官的思维模式。

🔗 课程链接https://edu.csdn.net/course/detail/40731


🎯 精准人群定位

  • 📖 应届生/在校生——缺乏项目经验?我帮你用技术深度弥补经验不足
  • 🔄 初级/中级开发者——技术栈单一?带你突破技术瓶颈,实现薪资跃迁
  • 🚀 高级开发者——面临架构设计难题?深入剖析真实的大型互联网项目场景
  • 非科班转行——基础不扎实?建立完整知识体系,面试更有底气

🔥 《Java高级开发岗面试急救包》(完整技术体系)

🚀 高并发深度实战

  • 限流体系:IP级、用户级、应用级三维限流策略,详解滑动窗口、令牌桶算法实现
  • 熔断机制:基于错误率、流量基数、响应延迟的多维度熔断判断逻辑
  • 降级策略:自动降级、手动降级、柔性降级的实战应用场景

高性能架构全解析

  • 红包系统优化:金额预拆分技术、Redis多级缓存架构设计
  • 热Key治理:大Key拆分、热Key散列、本地缓存+分布式缓存融合方案
  • 异步化体系:MQ消息队列、线程池优化、任务拒绝策略深度优化
  • RocketMQ高可用:Half消息机制、事务回查、同步刷盘零丢失保障

🌊 海量数据处理实战

  • 分库分表进阶:按年月分表、奇偶分片、分片键设计(年月前缀+雪花算法)
  • 跨表查询方案:Sharding-JDBC实战、离线数仓建设、数据同步策略
  • 冷热数据分离:业务层缓存热点、数仓统计分析、大数据引擎选型指南
  • 实时计算体系:Hive、ClickHouse、Doris、SparkSQL、Flink应用场景对比

🛠️ 服务器深度调优

  • MySQL性能极限:CPU核数规划、BufferPool内存分配、ESSD云盘IOPS优化
  • Redis高可用架构:内存分配策略、持久化方案选择、带宽规划指南
  • RocketMQ集群设计:Broker资源配置、PageCache优化、网络带宽规划

🔒 系统安全全链路

  • 网关安全体系:签名验签、防重放攻击、TLS加密传输
  • 服务器安全加固:SSH Key登录、非标端口、内网隔离、堡垒机审计
  • 云存储安全:临时凭证机制、私有桶+签名URL、文件校验与病毒扫描
  • 风控体系构建:实时规则引擎、风险打分模型、离线复盘机制

🔄 数据一致性终极方案

  • 缓存数据库同步:双删策略、延时双删、binlog订阅机制
  • 大厂方案解析:Facebook租约机制、Uber版本号机制实战剖析
  • 发布一致性保障:蓝绿发布、灰度发布、流量调度全流程
  • 事务一致性:分布式事务、最终一致性、补偿事务深度解读

👥 项目与团队管理进阶

  • 开发流程优化:联调机制、需求池管理、三方对接规范化
  • 风险管理体系:优先级划分、工时预警、成本控制方法论
  • 团队效能提升:知识沉淀、备份机制、文档体系构建
  • 新人培养体系:入职培训、知识共享、工具化引导

🏗️ 系统稳定性建设

  • 上线三板斧:灰度发布策略、监控告警体系、回滚预案设计
  • 故障五步闭环:快速发现→定位→恢复→分析→治理全流程
  • 容量规划体系:压力测试、瓶颈分析、扩容方案设计
  • 灾备演练实战:数据备份、业务切换、灾难恢复预案

🚀 立即行动,改变从现在开始!

🔗 课程链接https://edu.csdn.net/course/detail/40731

不要再让面试成为你职业发展的绊脚石!用7天时间系统准备,轻松应对各种技术面试场景。

💪 投资一份面试急救包,收获一份心仪的Offer!

🎉 一、错误日志

[2025-10-12 14:35:12.888] ERROR 12345 --- [nio-8080-exec-5] c.e.u.s.impl.OAuth2TokenIntrospector : [OAuth2Introspection] Authentication failed: Missing required scope 'read:users'
org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionException: Authentication failed: Missing required scope 'read:users'
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionException.error(OAuth2IntrospectionException.java:56) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.error(OAuth2IntrospectionExchange.java:282) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:246) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0.jar:3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionExchange.execute(OAuth2IntrospectionExchange.java:236) ~[spring-security-oauth2-resource-3.2.0]
at org.springframework.security.oauth

CSDN

博主分享

📥博主的人生感悟和目标

Java程序员廖志伟

📙经过多年在CSDN创作上千篇文章的经验积累,我已经拥有了不错的写作技巧。同时,我还与清华大学出版社签下了四本书籍的合约,并将陆续出版。

面试备战资料

八股文备战
场景描述链接
时间充裕(25万字)Java知识点大全(高频面试题)Java知识点大全
时间紧急(15万字)Java高级开发高频面试题Java高级开发高频面试题

理论知识专题(图文并茂,字数过万)

技术栈链接
RocketMQRocketMQ详解
KafkaKafka详解
RabbitMQRabbitMQ详解
MongoDBMongoDB详解
ElasticSearchElasticSearch详解
ZookeeperZookeeper详解
RedisRedis详解
MySQLMySQL详解
JVMJVM详解

集群部署(图文并茂,字数过万)

技术栈部署架构链接
MySQL使用Docker-Compose部署MySQL一主二从半同步复制高可用MHA集群Docker-Compose部署教程
Redis三主三从集群(三种方式部署/18个节点的Redis Cluster模式)三种部署方式教程
RocketMQDLedger高可用集群(9节点)部署指南
Nacos+Nginx集群+负载均衡(9节点)Docker部署方案
Kubernetes容器编排安装最全安装教程

开源项目分享

项目名称链接地址
高并发红包雨项目https://gitee.com/java_wxid/red-packet-rain
微服务技术集成demo项目https://gitee.com/java_wxid/java_wxid

管理经验

【公司管理与研发流程优化】针对研发流程、需求管理、沟通协作、文档建设、绩效考核等问题的综合解决方案:https://download.csdn.net/download/java_wxid/91148718

希望各位读者朋友能够多多支持!

现在时代变了,信息爆炸,酒香也怕巷子深,博主真的需要大家的帮助才能在这片海洋中继续发光发热,所以,赶紧动动你的小手,点波关注❤️,点波赞👍,点波收藏⭐,甚至点波评论✍️,都是对博主最好的支持和鼓励!

🔔如果您需要转载或者搬运这篇文章的话,非常欢迎您私信我哦~

源码下载地址: https://pan.quark.cn/s/a4b39357ea24 谷歌公司设计了一款无费用且具备开源特性的网络浏览器,名为Chrome,因其卓越的速度、稳定性和安全性而广受赞誉。该浏览器运用了前沿的Web渲染引擎Blink以及JavaScript引擎V8,旨在保障网页载入与脚本运行的卓越效能。为应对无网络环境下的Chrome安装需求,特别准备了离线安装包。此压缩文件内含32位与64位两种规格的Chrome浏览器离线安装方案,具体文件名分别为"chromedev_x64-v68.0.3423.2.exe"与"chromedev_x86-v68.0.3423.2.exe"。在文件命名中,"x64"标识64位版本,适用于64位操作系统平台,而"x86"则对应32位版本,适配32位操作系统。文件名中的"v68.0.3423.2"代表Chrome的一个特定版本号,各版本可能涵盖安全补丁、性能改进或新增功能。与32位Chrome相比,64位版本具备如下长处:能够处理更多内存容量,从而提升多任务作业能力;针对现代硬件的优化使其运行更为迅猛;64位版本更具备高级别的安全防护,能更周全地抵御恶意软件的侵袭。尽管如此,32位版本对于仍在使用32位操作系统的用户,或是在系统资源需求不高的场景下,依然适用。在部署Chrome浏览器时,用户需依据其个人计算机的操作系统平台,挑选匹配的版本进行安装。通过双击相应的.exe文件,安装流程将自动启动,一般包含接受使用许可、确定安装路径及构建桌面快捷方式等环节。若在安装阶段遭遇难题,可参照提示信息或联系技术支援获取协助,同时该压缩文件发布者亦表明欢迎用户以留言形式反映问题。Chrome浏览器的主要特质涵盖:直观的用户界面设计...
内容概要:本文围绕直驱式永磁同步电机(PMSM)矢量控制系统的建模与仿真展开研究,基于Simulink平台构建了完整的控制系统仿真模型,涵盖了电机本体数学建模、三相/两相坐标变换(Clarke/Park变换)、磁场定向控制(FOC)、电流环与速度环双闭环PID控制策略、空间矢量脉宽调制(SVPWM)技术以及转速调节器设计等核心技术环节。通过仿真实验验证了该控制策略在动态响应速度、稳态运行精度及抗负载扰动能力方面的优良性能,充分体现了矢量控制在实现电机高性能调速中的优势,为永磁同步电机在工业驱动、新能源汽车和高端装备制造等领域的实际应用提供了可靠的理论依据与技术支撑。; 适合人群:具备电机学、电力电子技术和自动控制原理基础知识的电气工程、自动化、机电一体化等相关专业的研究生、高校教师、科研人员,以及从事电机驱动系统、新能源汽车电驱、工业自动化设备研发的工程技术人员。; 使用场景及目标:①深入理解永磁同步电机矢量控制的基本原理与实现机制;②掌握在Simulink中搭建高精度电机控制系统仿真模型的方法与技巧;③为电机控制算法的设计、优化与参数整定提供高效的仿真验证平台;④服务于高校课程设计、毕业课题研究、科研项目前期验证及企业产品开发中的控制策略测试。; 阅读建议:建议结合经典电机控制教材进行对照学习,重点关注各功能模块间的信号流向、反馈机制与参数耦合关系,动手复现并调试仿真模型,通过改变PI参数、负载条件和给定转速等方式观察系统响应,从而深入掌握控制策略的内在逻辑与性能优化方法。
代码下载地址: https://pan.quark.cn/s/a4b39357ea24 Java学习路线(鱼皮)是一个全面且循序渐进的Java开发技能培养方案,该路线从基础入门直至高级应用,致力于协助学习者高效地掌握Java编程的全部核心内容。此学习路线的独特之处在于其新颖性、系统性、实践性、开放性以及社区回馈与持续迭代更新。其核心构成涵盖了预备阶段、Java入门知识、Java进阶技能、Java高级技术、Java框架应用以及Java项目实践等多个学习模块,每个模块均整合了相应的知识点、学习策略与资源指引。在预备阶段,学习者需配置在线编程环境、选择笔记工具、熟悉Markdown文档编写等基本技能,为编程学习奠定基础。在Java入门阶段,学习者应重点掌握Java编程的基础理论、开发环境配置、IDEA集成开发环境的使用、项目创建与执行调试、界面设置及插件配置等关键技能。在Java入门阶段,学习者还须深入理解Java基础语法、数据结构类型、程序流程控制、数组操作、面向对象编程、方法重载机制、封装原则、继承特性、多态表现、抽象类的概念、接口定义、枚举类型、常用类库、字符串处理、日期时间管理、集合框架、泛型编程、注解应用、异常处理机制、多线程技术、IO流操作、反射机制等核心知识点。在Java进阶阶段,学习者需要重点学习Java 8的更新特性、Stream API的应用、Lambda表达式的使用、新的日期时间处理API以及接口默认方法的实现。在Java高级阶段,学习者需要掌握Java框架的应用、Spring Boot框架的搭建、Spring Cloud微服务架构的实施等高级技术。在Java项目阶段,学习者需要学习Java项目开发的全过程操作,包括项目架构设计、项目编码实现、项...
内容概要:本文围绕基于Matlab代码实现的卫星信号传播模拟研究,系统阐述了卫星信号在大气层及空间环境中传播特性的数值仿真方法。研究通过建立精确的数学模型,对信号衰减、传输延迟、多普勒效应以及噪声干扰等关键物理现象进行建模与仿真分析,全面还原实际通信场景下的信号行为特征。该仿真体系不仅可用于验证通信链路设计的可靠性,还能为星地链路预算、抗干扰策略优化及接收机算法开发提供理论依据和技术支持。; 适合人群:具备一定Matlab编程能力、通信原理基础和电磁波传播知识的高校研究生、科研机构研究人员及从事卫星通信系统设计与仿真的工程技术人员。; 使用场景及目标:①用于高校课程中卫星通信相关理论的教学演示与实验教学;②支撑航天通信项目的链路性能评估与系统参数优化;③为新型调制解调、纠错编码和信号增强算法的研发提供可验证的仿真平台;④辅助科研人员开展低轨星座、深空探测等前沿领域的通信建模研究; 阅读建议:建议读者结合经典通信理论教材,深入理解各模块的物理意义,动手运行并调试提供的Matlab代码,尝试调整轨道参数、大气模型和噪声水平等变量,观察其对信号质量的影响,进而拓展模型以适配不同卫星轨道类型或复杂多径环境,提升综合仿真与分析能力。
打开链接下载源码: https://pan.quark.cn/s/a4b39357ea24 ### 常用电流电压检测电路:详细解析与实际应用 在电力电子技术范畴内,电流电压检测电路是达成各类电力设备控制与监测的关键构成部分。本资料将详细研究几种普遍应用的电流电压检测电路,意图辅助读者深入掌握其运行机制、设计要素及实际运用环境。 #### 一、电网电压同步检测电路 电网电压同步检测电路主要致力于完成电力系统中逆变器输出与电网电压之间的精确同步。以DSTATCOM(配电网静态同步补偿装置)为例,其系统硬件主要由主回路、控制回路以及检测与驱动回路三大部分组成。其中,检测电路负责采集3路交流电压、6路交流电流、2路直流电压和2路直流电流,同时还包括电网电压同步信号。 1. **常用电网电压同步检测电路及其特性** - **RC滤波模块**:用于滤除电网电压中的高频杂波,保障电压检测信号的纯净度。例如,在图2-2中,由电阻R5(1KΩ)和电容C4(15pF)构成的RC滤波装置,其时间常数远小于系统输出频率,有效降低了系统与电网的相位偏差。 - **过零比较单元**:如LM311,用于识别电网电压的过零时刻,从而实现电压信号的同步处理。过零比较单元输出的方波信号可用于控制单元的同步操作。 - **上拉限幅与非门电路**:用于强化驱动能力,确保信号符合微控制单元的输入标准,如TMS320LF2407的输入信号标准。 2. **脉宽调制PWM同步信号电路**:基于ADMC401芯片的PWM发生装置,通过PWMSYNC引脚提供与开关频率同步的PWM同步脉冲信号。此电路结合光电隔离元件TLP521与D触发器MC14538,实现精确的过零时刻检测与信号同步。 3. **缓冲与比较单元电路...
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值