public abstract class AbstractOpenshiftConfiguration extends Object implements IOpenShiftConfiguration
Modifier and Type | Class and Description |
---|---|
static class |
AbstractOpenshiftConfiguration.ConfigurationOptions |
Modifier and Type | Field and Description |
---|---|
protected static String |
DEFAULT_OPENSHIFT_TIMEOUT |
protected static String |
KEY_CLIENT_ID |
protected static String |
KEY_DISABLE_BAD_SSL_CIPHERS |
protected static String |
KEY_LIBRA_DOMAIN |
protected static String |
KEY_LIBRA_SERVER |
protected static String |
KEY_OPENSHIFT_BROKER_HOST |
protected static String |
KEY_OPENSHIFT_CLOUD_DOMAIN |
protected static String |
KEY_PASSWORD |
protected static String |
KEY_RHLOGIN |
protected static String |
KEY_TIMEOUT |
Modifier | Constructor and Description |
---|---|
protected |
AbstractOpenshiftConfiguration() |
protected |
AbstractOpenshiftConfiguration(File file,
IOpenShiftConfiguration parentConfiguration) |
protected |
AbstractOpenshiftConfiguration(IOpenShiftConfiguration parentConfiguration) |
protected static final String KEY_RHLOGIN
protected static final String KEY_LIBRA_SERVER
protected static final String KEY_LIBRA_DOMAIN
protected static final String KEY_PASSWORD
protected static final String KEY_CLIENT_ID
protected static final String KEY_OPENSHIFT_CLOUD_DOMAIN
protected static final String KEY_OPENSHIFT_BROKER_HOST
protected static final String KEY_TIMEOUT
protected static final String DEFAULT_OPENSHIFT_TIMEOUT
protected static final String KEY_DISABLE_BAD_SSL_CIPHERS
protected AbstractOpenshiftConfiguration() throws FileNotFoundException, IOException
FileNotFoundException
IOException
protected AbstractOpenshiftConfiguration(IOpenShiftConfiguration parentConfiguration) throws FileNotFoundException, IOException
FileNotFoundException
IOException
protected AbstractOpenshiftConfiguration(File file, IOpenShiftConfiguration parentConfiguration) throws FileNotFoundException, IOException
FileNotFoundException
IOException
protected void initProperties(File file) throws FileNotFoundException, IOException
FileNotFoundException
IOException
protected void initProperties(Properties defaultProperties) throws FileNotFoundException, IOException
FileNotFoundException
IOException
protected void initProperties(File file, Properties defaultProperties) throws FileNotFoundException, IOException
FileNotFoundException
IOException
protected Properties getProperties(File file, Properties defaultProperties) throws FileNotFoundException, IOException
FileNotFoundException
IOException
protected File getFile()
public Properties getProperties()
getProperties
in interface IOpenShiftConfiguration
public void save() throws IOException
IOException
public void setRhlogin(String rhlogin)
setRhlogin
in interface IOpenShiftConfiguration
public String getRhlogin()
getRhlogin
in interface IOpenShiftConfiguration
public void setLibraServer(String libraServer)
setLibraServer
in interface IOpenShiftConfiguration
public String getLibraServer()
getLibraServer
in interface IOpenShiftConfiguration
public void setLibraDomain(String libraDomain)
setLibraDomain
in interface IOpenShiftConfiguration
public String getLibraDomain()
getLibraDomain
in interface IOpenShiftConfiguration
public Integer getTimeout()
getTimeout
in interface IOpenShiftConfiguration
public String getPassword()
public String getClientId()
public AbstractOpenshiftConfiguration.ConfigurationOptions getDisableBadSSLCiphers()
getDisableBadSSLCiphers
in interface IOpenShiftConfiguration
public void setDisableBadSSLCiphers(AbstractOpenshiftConfiguration.ConfigurationOptions option)
setDisableBadSSLCiphers
in interface IOpenShiftConfiguration
public void setEnableSSLCertChecks(boolean doSSLChecks)
public boolean getProxySet()
public String getProxyHost()
public String getProxyPort()
Copyright © 2019 JBoss by Red Hat. All rights reserved.