public class BasicAuthRuleHandle
extends java.lang.Object
implements org.apache.shenyu.common.dto.convert.rule.RuleHandle
| 构造器和说明 |
|---|
BasicAuthRuleHandle() |
| 限定符和类型 | 方法和说明 |
|---|---|
BasicAuthAuthenticationStrategy |
getBasicAuthAuthenticationStrategy()
get basicAuthAuthenticationStrategy.
|
java.lang.String |
getHandleType()
get handleType.
|
static BasicAuthRuleHandle |
newInstance(java.lang.String handleJson)
new instance basicAuthRuleHandle.
|
void |
setBasicAuthAuthenticationStrategy(BasicAuthAuthenticationStrategy basicAuthAuthenticationStrategy)
set basicAuthAuthenticationStrategy.
|
void |
setHandleType(java.lang.String handleType)
set handleType.
|
public java.lang.String getHandleType()
public void setHandleType(java.lang.String handleType)
handleType - handleTypepublic BasicAuthAuthenticationStrategy getBasicAuthAuthenticationStrategy()
public void setBasicAuthAuthenticationStrategy(BasicAuthAuthenticationStrategy basicAuthAuthenticationStrategy)
basicAuthAuthenticationStrategy - basicAuthAuthenticationStrategypublic static BasicAuthRuleHandle newInstance(java.lang.String handleJson)
handleJson - handleJson from ruleCopyright © 2026 The Apache Software Foundation. All rights reserved.