@Configuration
@ConditionalOnProperty(value="shenyu.plugins.cas.enabled",
havingValue="true",
matchIfMissing=true)
public class CasPluginConfiguration
extends java.lang.Object
| 构造器和说明 |
|---|
CasPluginConfiguration() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.shenyu.plugin.api.ShenyuPlugin |
casPlugin(org.springframework.web.reactive.function.client.WebClient.Builder webClientBuilder,
org.springframework.data.redis.core.ReactiveStringRedisTemplate redisTemplate)
CAS plugin bean.
|
org.apache.shenyu.plugin.base.handler.PluginDataHandler |
casPluginDataHandler()
CAS plugin data handler bean.
|
@Bean
public org.apache.shenyu.plugin.api.ShenyuPlugin casPlugin(org.springframework.web.reactive.function.client.WebClient.Builder webClientBuilder,
org.springframework.data.redis.core.ReactiveStringRedisTemplate redisTemplate)
webClientBuilder - the web client builderredisTemplate - the reactive redis template for ticket-session mapping (SLO)@Bean public org.apache.shenyu.plugin.base.handler.PluginDataHandler casPluginDataHandler()
Copyright © 2026 The Apache Software Foundation. All rights reserved.