java的claims_ingClaim⽅法代码⽰
例
imsSet;//导⼊⽅法依赖的package包/类
/**
*Parsauthzcodefromstring(JSON)
*
*@paramauthorizeCodeClaimsSet
*JSONStringreprentationofthecode
*@returnAuthorizeCodeClaimsSetinstanceifparsingissuccessful.
*@throwsParException
*ifparsingfailsforexampleduetoincompatibletypes.
*/
publicstaticAuthorizeCodeClaimsSetpar(StringauthorizeCodeClaimsSet)throwsParException{
JWTClaimsSetacClaimsSet=(authorizeCodeClaimsSet);
//Checkexistenceandtypeofmandatoryfieldsandvalues
if(!VALUE_TYPE_(ims().get(KEY_TYPE))){
thrownewParException("claimtypemusthavevalueac",0);
}
//Mandatoryfields
if(ingClaim(KEY_ISSUER)==null){
thrownewParException("claimissmustexistandnotbenull",0);
}
if(ingClaim(KEY_USER_PRINCIPAL)==null){
thrownewParException("claimsubmustexistandnotbenull",0);
}
if(ingArrayClaim(KEY_CLIENTID)==null){
thrownewParException("claimaudmustexistandnotbenull",0);
}
if(eClaim(KEY_EXPIRATION_TIME)==null){
thrownewParException("claimexpmustexistandnotbenull",0);
}
if(eClaim(KEY_ISSUED_AT)==null){
thrownewParException("claimiatmustexistandnotbenull",0);
}
if(ingClaim(KEY_AC_ID)==null){
thrownewParException("claimjtimustexistandnotbenull",0);
}
if(ingClaim(KEY_ACR)==null){
thrownewParException("claimacrmustexistandnotbenull",0);
}
if(eClaim(KEY_AUTH_TIME)==null){
thrownewParException("claimauth_timemustexistandnotbenull",0);
}
if(ingClaim(KEY_REDIRECT_URI)==null){
thrownewParException("claimredirect_urimustexistandnotbenull",0);
}
if(ingClaim(KEY_SCOPE)==null){
thrownewParException("claimscopemustexistandnotbenull",0);
}
//Voluntaryfields
if(ims().containsKey(KEY_CLAIMS)){
NObjectClaim(KEY_CLAIMS);
}
if(ims().containsKey(KEY_NONCE)){
ingClaim(KEY_NONCE);
}
returnnewAuthorizeCodeClaimsSet(acClaimsSet);
}
本文发布于:2022-12-31 17:52:23,感谢您对本站的认可!
本文链接:http://www.wtabcd.cn/fanwen/fan/90/66914.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
留言与评论(共有 0 条评论) |