org.ow2.jonas.ant.jonasbase.web
Class Https

java.lang.Object
  extended by org.ow2.jonas.ant.jonasbase.web.Https

public class Https
extends Object

Configure an HTTPS Connector for Tomcat/Jetty.

Author:
Guillaume Sauthier

Field Summary
static String DEFAULT_PORT
          Default HTTPS Port.
static String IBM_VM
          IBM VM name.
static String SUN_VM
          Sun VM name.
 
Constructor Summary
Https()
           
 
Method Summary
 String getKeyPassword()
           
 String getKeystoreFile()
           
 String getKeystorePass()
           
 String getPort()
           
 String getVm()
           
 void setKeyPassword(String keyPassword)
           
 void setKeystoreFile(String keystore)
           
 void setKeystorePass(String password)
           
 void setPort(String port)
           
 void setVm(String vm)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SUN_VM

public static final String SUN_VM
Sun VM name.

See Also:
Constant Field Values

IBM_VM

public static final String IBM_VM
IBM VM name.

See Also:
Constant Field Values

DEFAULT_PORT

public static final String DEFAULT_PORT
Default HTTPS Port.

See Also:
Constant Field Values
Constructor Detail

Https

public Https()
Method Detail

getKeystoreFile

public String getKeystoreFile()
Returns:
Returns the keystore.

setKeystoreFile

public void setKeystoreFile(String keystore)
Parameters:
keystore - The keystore to set.

getKeystorePass

public String getKeystorePass()
Returns:
Returns the password.

setKeystorePass

public void setKeystorePass(String password)
Parameters:
password - The password to set.

getPort

public String getPort()
Returns:
Returns the port.

setPort

public void setPort(String port)
Parameters:
port - The port to set.

getVm

public String getVm()
Returns:
Returns the vm.

setVm

public void setVm(String vm)
Parameters:
vm - The vm to set.

getKeyPassword

public String getKeyPassword()
Returns:
Returns the keyPassword.

setKeyPassword

public void setKeyPassword(String keyPassword)
Parameters:
keyPassword - The keyPassword to set.


Copyright © 2010 OW2 Consortium. All Rights Reserved.