Class RestProxyConf


  • public class RestProxyConf
    extends org.xipki.ca.gateway.conf.ProtocolProxyConf
    Since:
    6.0.0
    Author:
    Lijun Liao (xipki)
    • Field Summary

      • Fields inherited from class org.xipki.ca.gateway.conf.ProtocolProxyConf

        audit, authenticator, logReqResp, pop, sdkClient, security, signers
    • Constructor Summary

      Constructors 
      Constructor Description
      RestProxyConf()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static RestProxyConf readConfFromFile​(java.lang.String fileName)  
      • Methods inherited from class org.xipki.ca.gateway.conf.ProtocolProxyConf

        getAudit, getAuthenticator, getCaProfiles, getPop, getSdkClient, getSecurity, getSigners, isLogReqResp, notNull, setAudit, setAuthenticator, setCaProfiles, setLogReqResp, setPop, setSdkClient, setSecurity, setSigners, validate
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RestProxyConf

        public RestProxyConf()
    • Method Detail

      • readConfFromFile

        public static RestProxyConf readConfFromFile​(java.lang.String fileName)
                                              throws java.io.IOException,
                                                     org.xipki.util.exception.InvalidConfException
        Throws:
        java.io.IOException
        org.xipki.util.exception.InvalidConfException