A C D G H J N O P R S T W
A
- apply() - 接口 中的方法org.apache.shenyu.plugin.jwt.exception.ThrowingFunction
-
apply function.
C
- CACHED_HANDLE - 类 中的静态变量org.apache.shenyu.plugin.jwt.handle.JwtPluginDataHandler
-
- Convert() - 类 的构造器org.apache.shenyu.plugin.jwt.rule.DefaultJwtRuleHandle.Convert
-
- convert(JwtRuleHandle, ServerWebExchange, Map<String, Object>) - 类 中的方法org.apache.shenyu.plugin.jwt.strategy.DefaultJwtConvertStrategy
-
- convert(JwtRuleHandle, ServerWebExchange, Map<String, Object>) - 接口 中的方法org.apache.shenyu.plugin.jwt.strategy.JwtConvertStrategy
-
Converts jwt to some attributes of serverWebExchange based on jwtRuleHandle.
D
- DefaultJwtConvertStrategy - org.apache.shenyu.plugin.jwt.strategy中的类
-
- DefaultJwtConvertStrategy() - 类 的构造器org.apache.shenyu.plugin.jwt.strategy.DefaultJwtConvertStrategy
-
- DefaultJwtRuleHandle - org.apache.shenyu.plugin.jwt.rule中的类
-
- DefaultJwtRuleHandle() - 类 的构造器org.apache.shenyu.plugin.jwt.rule.DefaultJwtRuleHandle
-
- DefaultJwtRuleHandle.Convert - org.apache.shenyu.plugin.jwt.rule中的类
-
- doExecute(ServerWebExchange, ShenyuPluginChain, SelectorData, RuleData) - 类 中的方法org.apache.shenyu.plugin.jwt.JwtPlugin
-
G
- getConverter() - 类 中的方法org.apache.shenyu.plugin.jwt.rule.DefaultJwtRuleHandle
-
get converter.
- getHandleType() - 类 中的方法org.apache.shenyu.plugin.jwt.rule.JwtRuleHandle
-
get handleType.
- getHeaderVal() - 类 中的方法org.apache.shenyu.plugin.jwt.rule.DefaultJwtRuleHandle.Convert
-
get headerVal.
- getJwtVal() - 类 中的方法org.apache.shenyu.plugin.jwt.rule.DefaultJwtRuleHandle.Convert
-
get jwtVal.
- getOrder() - 类 中的方法org.apache.shenyu.plugin.jwt.JwtPlugin
-
- getSecretKey() - 类 中的方法org.apache.shenyu.plugin.jwt.config.JwtConfig
-
Gets secret key.
H
- handlerPlugin(PluginData) - 类 中的方法org.apache.shenyu.plugin.jwt.handle.JwtPluginDataHandler
-
- handlerRule(RuleData) - 类 中的方法org.apache.shenyu.plugin.jwt.handle.JwtPluginDataHandler
-
J
- JwtConfig - org.apache.shenyu.plugin.jwt.config中的类
-
The type Jwt config.
- JwtConfig() - 类 的构造器org.apache.shenyu.plugin.jwt.config.JwtConfig
-
- JwtConvertStrategy - org.apache.shenyu.plugin.jwt.strategy中的接口
-
Represents a conversion strategy that convert jwt to some attributes of
serverWebExchange, especially attributes of the request header.
- JwtConvertStrategyFactory - org.apache.shenyu.plugin.jwt.strategy中的类
-
- JwtConvertStrategyFactory() - 类 的构造器org.apache.shenyu.plugin.jwt.strategy.JwtConvertStrategyFactory
-
- JwtPlugin - org.apache.shenyu.plugin.jwt中的类
-
Jwt Plugin.
- JwtPlugin() - 类 的构造器org.apache.shenyu.plugin.jwt.JwtPlugin
-
- JwtPluginDataHandler - org.apache.shenyu.plugin.jwt.handle中的类
-
Configuration data of the jwt plugin.
- JwtPluginDataHandler() - 类 的构造器org.apache.shenyu.plugin.jwt.handle.JwtPluginDataHandler
-
- JwtRuleHandle - org.apache.shenyu.plugin.jwt.rule中的类
-
Jwt rule handle.
- JwtRuleHandle() - 类 的构造器org.apache.shenyu.plugin.jwt.rule.JwtRuleHandle
-
N
- named() - 类 中的方法org.apache.shenyu.plugin.jwt.JwtPlugin
-
- newInstance(String) - 类 中的静态方法org.apache.shenyu.plugin.jwt.rule.JwtRuleHandle
-
new instance jwtRuleHandle.
- newInstance(String) - 类 中的静态方法org.apache.shenyu.plugin.jwt.strategy.JwtConvertStrategyFactory
-
new instance jwtConvertStrategy.
O
- org.apache.shenyu.plugin.jwt - 程序包 org.apache.shenyu.plugin.jwt
-
- org.apache.shenyu.plugin.jwt.config - 程序包 org.apache.shenyu.plugin.jwt.config
-
- org.apache.shenyu.plugin.jwt.exception - 程序包 org.apache.shenyu.plugin.jwt.exception
-
- org.apache.shenyu.plugin.jwt.handle - 程序包 org.apache.shenyu.plugin.jwt.handle
-
- org.apache.shenyu.plugin.jwt.rule - 程序包 org.apache.shenyu.plugin.jwt.rule
-
- org.apache.shenyu.plugin.jwt.strategy - 程序包 org.apache.shenyu.plugin.jwt.strategy
-
P
- parseHandleJson(String) - 类 中的方法org.apache.shenyu.plugin.jwt.strategy.DefaultJwtConvertStrategy
-
- parseHandleJson(String) - 接口 中的方法org.apache.shenyu.plugin.jwt.strategy.JwtConvertStrategy
-
HandleJson needs to be parsed into jwtRuleHandle in order to
specify how to convert jwt.
- pluginNamed() - 类 中的方法org.apache.shenyu.plugin.jwt.handle.JwtPluginDataHandler
-
R
- removeRule(RuleData) - 类 中的方法org.apache.shenyu.plugin.jwt.handle.JwtPluginDataHandler
-
S
- setConverter(List<DefaultJwtRuleHandle.Convert>) - 类 中的方法org.apache.shenyu.plugin.jwt.rule.DefaultJwtRuleHandle
-
set converter.
- setHandleType(String) - 类 中的方法org.apache.shenyu.plugin.jwt.rule.JwtRuleHandle
-
set handleType.
- setHeaderVal(String) - 类 中的方法org.apache.shenyu.plugin.jwt.rule.DefaultJwtRuleHandle.Convert
-
set headerVal.
- setJwtVal(String) - 类 中的方法org.apache.shenyu.plugin.jwt.rule.DefaultJwtRuleHandle.Convert
-
set jwtVal.
- setSecretKey(String) - 类 中的方法org.apache.shenyu.plugin.jwt.config.JwtConfig
-
Sets secret key.
T
- ThrowingFunction<T> - org.apache.shenyu.plugin.jwt.exception中的接口
-
Throwing wrap.
- toString() - 类 中的方法org.apache.shenyu.plugin.jwt.rule.DefaultJwtRuleHandle.Convert
-
W
- wrap(ThrowingFunction<T>) - 接口 中的静态方法org.apache.shenyu.plugin.jwt.exception.ThrowingFunction
-
operation function.
A C D G H J N O P R S T W
Copyright © 2026 The Apache Software Foundation. All rights reserved.