类 JitGatewayHttpClientUtil.AuthResult

java.lang.Object
io.github.mangocrisp.spring.taybct.tool.pki.util.JitGatewayHttpClientUtil.AuthResult
封闭类:
JitGatewayHttpClientUtil

public class JitGatewayHttpClientUtil.AuthResult extends Object
认证返回信息
  • 构造器详细资料

    • AuthResult

      public AuthResult()
  • 方法详细资料

    • isSuccess

      public boolean isSuccess()
    • getErrCode

      public String getErrCode()
    • getErrDesc

      public String getErrDesc()
    • getCertAttributeNodeMap

      public Map getCertAttributeNodeMap()
    • getUmsAttributeNodeMap

      public Map getUmsAttributeNodeMap()
    • getPmsAttributeNodeMap

      public Map getPmsAttributeNodeMap()
    • getCustomAttrsElement

      public String getCustomAttrsElement()
    • getCustomAttributeNodeMap

      public Map getCustomAttributeNodeMap()
    • setCustomAttributeNodeMap

      public void setCustomAttributeNodeMap(Map customAttributeNodeMap)
    • getAccessControlResult

      public String getAccessControlResult()
    • setAccessControlResult

      public void setAccessControlResult(String accessControlResult)