Uses of Class
org.apache.camel.component.salesforce.AuthenticationType
-
Packages that use AuthenticationType Package Description org.apache.camel.component.salesforce -
-
Uses of AuthenticationType in org.apache.camel.component.salesforce
Methods in org.apache.camel.component.salesforce that return AuthenticationType Modifier and Type Method Description AuthenticationType
SalesforceComponent. getAuthenticationType()
AuthenticationType
SalesforceLoginConfig. getType()
static AuthenticationType
AuthenticationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuthenticationType[]
AuthenticationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.salesforce with parameters of type AuthenticationType Modifier and Type Method Description void
SalesforceComponent. setAuthenticationType(AuthenticationType authenticationType)
void
SalesforceLoginConfig. setType(AuthenticationType type)
-