public class TokenVerifyRule extends AbstractModel
header, skipSign
Constructor and Description |
---|
TokenVerifyRule() |
TokenVerifyRule(TokenVerifyRule 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.
|
Modifier and Type | Method and Description |
---|---|
TokenRuleEntry |
getGeneralRule()
Get 其他会话有效性校验方式(contains、length、regex)的校验规则
|
JWTConfig |
getJWTRule()
Get JWS、JWE专用校验规则
|
void |
setGeneralRule(TokenRuleEntry GeneralRule)
Set 其他会话有效性校验方式(contains、length、regex)的校验规则
|
void |
setJWTRule(JWTConfig JWTRule)
Set JWS、JWE专用校验规则
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public TokenVerifyRule()
public TokenVerifyRule(TokenVerifyRule source)
public JWTConfig getJWTRule()
public void setJWTRule(JWTConfig JWTRule)
JWTRule
- JWS、JWE专用校验规则public TokenRuleEntry getGeneralRule()
public void setGeneralRule(TokenRuleEntry GeneralRule)
GeneralRule
- 其他会话有效性校验方式(contains、length、regex)的校验规则Copyright © 2025. All rights reserved.