public static class SalesforceComponentConfiguration.SalesforceLoginConfigNestedConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
static Class |
CAMEL_NESTED_CLASS |
Constructor and Description |
---|
SalesforceLoginConfigNestedConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getClientId() |
String |
getClientSecret() |
String |
getInstanceUrl() |
org.apache.camel.util.jsse.KeyStoreParameters |
getKeystore() |
Boolean |
getLazyLogin() |
String |
getLoginUrl() |
String |
getPassword() |
String |
getRefreshToken() |
org.apache.camel.component.salesforce.AuthenticationType |
getType() |
String |
getUserName() |
void |
setClientId(String clientId) |
void |
setClientSecret(String clientSecret) |
void |
setInstanceUrl(String instanceUrl) |
void |
setKeystore(org.apache.camel.util.jsse.KeyStoreParameters keystore) |
void |
setLazyLogin(Boolean lazyLogin) |
void |
setLoginUrl(String loginUrl) |
void |
setPassword(String password) |
void |
setRefreshToken(String refreshToken) |
void |
setType(org.apache.camel.component.salesforce.AuthenticationType type) |
void |
setUserName(String userName) |
public static final Class CAMEL_NESTED_CLASS
public SalesforceLoginConfigNestedConfiguration()
public String getInstanceUrl()
public void setInstanceUrl(String instanceUrl)
public String getLoginUrl()
public void setLoginUrl(String loginUrl)
public String getClientId()
public void setClientId(String clientId)
public String getClientSecret()
public void setClientSecret(String clientSecret)
public org.apache.camel.util.jsse.KeyStoreParameters getKeystore()
public void setKeystore(org.apache.camel.util.jsse.KeyStoreParameters keystore)
public String getRefreshToken()
public void setRefreshToken(String refreshToken)
public org.apache.camel.component.salesforce.AuthenticationType getType()
public void setType(org.apache.camel.component.salesforce.AuthenticationType type)
public String getUserName()
public void setUserName(String userName)
public String getPassword()
public void setPassword(String password)
public Boolean getLazyLogin()
public void setLazyLogin(Boolean lazyLogin)
Apache Camel