Package org.xipki.ca.gateway.est
Class EstProxyConf
- java.lang.Object
-
- org.xipki.ca.gateway.conf.ProtocolProxyConf
-
- org.xipki.ca.gateway.est.EstProxyConf
-
public class EstProxyConf extends org.xipki.ca.gateway.conf.ProtocolProxyConf- Since:
- 6.0.0
- Author:
- Lijun Liao (xipki)
-
-
Constructor Summary
Constructors Constructor Description EstProxyConf()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetReverseProxyMode()static EstProxyConfreadConfFromFile(String fileName)voidsetReverseProxyMode(String reverseProxyMode)voidvalidate()
-
-
-
Method Detail
-
getReverseProxyMode
public String getReverseProxyMode()
-
setReverseProxyMode
public void setReverseProxyMode(String reverseProxyMode)
-
readConfFromFile
public static EstProxyConf readConfFromFile(String fileName) throws IOException, org.xipki.util.exception.InvalidConfException
- Throws:
IOExceptionorg.xipki.util.exception.InvalidConfException
-
validate
public void validate() throws org.xipki.util.exception.InvalidConfException- Overrides:
validatein classorg.xipki.ca.gateway.conf.ProtocolProxyConf- Throws:
org.xipki.util.exception.InvalidConfException
-
-