| 程序包 | 说明 |
|---|---|
| org.apache.shenyu.plugin.basic.auth.handle | |
| org.apache.shenyu.plugin.basic.auth.rule | |
| org.apache.shenyu.plugin.basic.auth.strategy |
| 限定符和类型 | 字段和说明 |
|---|---|
static java.util.function.Supplier<org.apache.shenyu.plugin.base.cache.CommonHandleCache<java.lang.String,BasicAuthRuleHandle>> |
BasicAuthPluginDataHandler.CACHED_HANDLE |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultBasicAuthRuleHandle |
| 限定符和类型 | 方法和说明 |
|---|---|
static BasicAuthRuleHandle |
BasicAuthRuleHandle.newInstance(java.lang.String handleJson)
new instance basicAuthRuleHandle.
|
| 限定符和类型 | 方法和说明 |
|---|---|
BasicAuthRuleHandle |
BasicAuthAuthenticationStrategy.parseHandleJson(java.lang.String handleJson)
HandleJson needs to be parsed into basicAuthRuleHandle in order to
specify how to authenticate basicAuth.
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
DefaultBasicAuthAuthenticationStrategy.authenticate(BasicAuthRuleHandle basicAuthRuleHandle,
java.lang.String authentication) |
boolean |
BasicAuthAuthenticationStrategy.authenticate(BasicAuthRuleHandle basicAuthRuleHandle,
java.lang.String authentication)
authentication.
|
Copyright © 2026 The Apache Software Foundation. All rights reserved.