@ConfigurationProperties(prefix="teiid") public class TeiidProperties extends Object
Constructor and Description |
---|
TeiidProperties() |
Modifier and Type | Method and Description |
---|---|
String |
getCaCertificateFile() |
String |
getHostName() |
int |
getJdbcPort() |
int |
getJdbcSecurePort() |
int |
getMetadataLoadWaitTimeInMillis() |
int |
getPgPort() |
int |
getPgSecurePort() |
org.teiid.transport.SSLConfiguration |
getSsl() |
String |
getTlsCertificate() |
String |
getTlsKey() |
String |
getVdbFile() |
boolean |
isAllowAlter() |
boolean |
isJdbcEnable() |
boolean |
isJdbcSecureEnable() |
boolean |
isPgEnable() |
boolean |
isPgSecureEnable() |
void |
setAllowAlter(boolean allowAlter) |
void |
setCaCertificateFile(String caCertificateFile) |
void |
setHostName(String hostName) |
void |
setJdbcEnable(boolean jdbcEnable) |
void |
setJdbcPort(int jdbcPort) |
void |
setJdbcSecureEnable(boolean jdbcSecureEnable) |
void |
setJdbcSecurePort(int jdbcSecurePort) |
void |
setMetadataLoadWaitTimeInMillis(int metadataLoadWaitTimeInMillis) |
void |
setPgEnable(boolean pgEnable) |
void |
setPgPort(int pgPort) |
void |
setPgSecureEnable(boolean pgSecureEnable) |
void |
setPgSecurePort(int pgSecurePort) |
void |
setSsl(org.teiid.transport.SSLConfiguration ssl) |
void |
setTlsCertificate(String tlsCertificate)
Base64 Encoded
|
void |
setTlsKey(String tlsKey)
Base64 encoded
|
void |
setVdbFile(String vdb) |
public boolean isAllowAlter()
public void setAllowAlter(boolean allowAlter)
public String getVdbFile()
public void setVdbFile(String vdb)
public int getMetadataLoadWaitTimeInMillis()
public void setMetadataLoadWaitTimeInMillis(int metadataLoadWaitTimeInMillis)
public boolean isJdbcEnable()
public void setJdbcEnable(boolean jdbcEnable)
public int getJdbcPort()
public void setJdbcPort(int jdbcPort)
public boolean isPgEnable()
public void setPgEnable(boolean pgEnable)
public int getPgPort()
public void setPgPort(int pgPort)
public boolean isJdbcSecureEnable()
public void setJdbcSecureEnable(boolean jdbcSecureEnable)
public boolean isPgSecureEnable()
public void setPgSecureEnable(boolean pgSecureEnable)
public int getJdbcSecurePort()
public void setJdbcSecurePort(int jdbcSecurePort)
public int getPgSecurePort()
public void setPgSecurePort(int pgSecurePort)
public org.teiid.transport.SSLConfiguration getSsl()
public void setSsl(org.teiid.transport.SSLConfiguration ssl)
public String getHostName()
public void setHostName(String hostName)
public String getTlsCertificate()
public void setTlsCertificate(String tlsCertificate)
tlsCertificate
- public String getTlsKey()
public void setTlsKey(String tlsKey)
tlsKey
- public String getCaCertificateFile()
public void setCaCertificateFile(String caCertificateFile)
Copyright © 2020. All rights reserved.