Package | Description |
---|---|
com.tencentcloudapi.waf.v20180125.models |
Modifier and Type | Method and Description |
---|---|
TokenRuleEntry |
TokenVerifyRule.getGeneralRule()
Get 其他会话有效性校验方式(contains、length、regex)的校验规则
|
TokenRuleEntry[] |
JWTConfig.getPayloadRule()
Get Payload校验规则集合
|
Modifier and Type | Method and Description |
---|---|
void |
TokenVerifyRule.setGeneralRule(TokenRuleEntry GeneralRule)
Set 其他会话有效性校验方式(contains、length、regex)的校验规则
|
void |
JWTConfig.setPayloadRule(TokenRuleEntry[] PayloadRule)
Set Payload校验规则集合
|
Constructor and Description |
---|
TokenRuleEntry(TokenRuleEntry source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2025. All rights reserved.