org.ow2.petals.binding.soap.listener.incoming.jetty
Class HTTPSKeystoreConfig

java.lang.Object
  extended by org.ow2.petals.binding.soap.listener.incoming.jetty.HTTPSKeystoreConfig

public class HTTPSKeystoreConfig
extends java.lang.Object


Field Summary
 java.lang.String httpsKeystoreFile
           
 java.lang.String httpsKeystoreKeyPassword
           
 java.lang.String httpsKeystorePassword
           
 java.lang.String httpsKeystoreType
           
 
Constructor Summary
HTTPSKeystoreConfig(java.lang.String httpsKeystoreKeyPassword, java.lang.String httpsKeystorePassword, java.lang.String httpsKeystoreFile, java.lang.String httpsKeystoreType)
           
 
Method Summary
 java.lang.String getHttpsKeystoreFile()
           
 java.lang.String getHttpsKeystoreKeyPassword()
           
 java.lang.String getHttpsKeystorePassword()
           
 java.lang.String getHttpsKeystoreType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

httpsKeystoreKeyPassword

public java.lang.String httpsKeystoreKeyPassword

httpsKeystorePassword

public java.lang.String httpsKeystorePassword

httpsKeystoreFile

public java.lang.String httpsKeystoreFile

httpsKeystoreType

public java.lang.String httpsKeystoreType
Constructor Detail

HTTPSKeystoreConfig

public HTTPSKeystoreConfig(java.lang.String httpsKeystoreKeyPassword,
                           java.lang.String httpsKeystorePassword,
                           java.lang.String httpsKeystoreFile,
                           java.lang.String httpsKeystoreType)
Method Detail

getHttpsKeystoreKeyPassword

public java.lang.String getHttpsKeystoreKeyPassword()
Returns:
the httpsKeystoreKeyPassword

getHttpsKeystorePassword

public java.lang.String getHttpsKeystorePassword()
Returns:
the httpsKeystorePassword

getHttpsKeystoreFile

public java.lang.String getHttpsKeystoreFile()
Returns:
the httpsKeystoreFile

getHttpsKeystoreType

public java.lang.String getHttpsKeystoreType()
Returns:
the httpsKeystoreType


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.