| |
|
| java.lang.Object org.objectweb.jonas.ant.jonasbase.web.Https
Https | public class Https (Code) | | Configure an HTTPS Connector for Tomcat/Jetty
author: Guillaume Sauthier |
DEFAULT_PORT | final public static String DEFAULT_PORT(Code) | | Default HTTPS Port
|
getKeyPassword | public String getKeyPassword()(Code) | | Returns the keyPassword. |
getKeystoreFile | public String getKeystoreFile()(Code) | | Returns the keystore. |
getKeystorePass | public String getKeystorePass()(Code) | | Returns the password. |
setKeyPassword | public void setKeyPassword(String keyPassword)(Code) | | Parameters: keyPassword - The keyPassword to set. |
setKeystoreFile | public void setKeystoreFile(String keystore)(Code) | | Parameters: keystore - The keystore to set. |
setKeystorePass | public void setKeystorePass(String password)(Code) | | Parameters: password - The password to set. |
setPort | public void setPort(String port)(Code) | | Parameters: port - The port to set. |
setVm | public void setVm(String vm)(Code) | | Parameters: vm - The vm to set. |
|
|
|