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 AuthenticationTypeSalesforceComponent. getAuthenticationType()AuthenticationTypeSalesforceLoginConfig. getType()static AuthenticationTypeAuthenticationType. 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 voidSalesforceComponent. setAuthenticationType(AuthenticationType authenticationType)voidSalesforceLoginConfig. setType(AuthenticationType type)
-