Uses of Enum Class
org.apache.camel.component.salesforce.AuthenticationType
Packages that use AuthenticationType
-
Uses of AuthenticationType in org.apache.camel.component.salesforce
Methods in org.apache.camel.component.salesforce that return AuthenticationTypeModifier and TypeMethodDescriptionSalesforceComponent.getAuthenticationType()SalesforceLoginConfig.getType()static AuthenticationTypeReturns the enum constant of this class with the specified name.static AuthenticationType[]AuthenticationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.salesforce with parameters of type AuthenticationTypeModifier and TypeMethodDescriptionvoidSalesforceComponent.setAuthenticationType(AuthenticationType authenticationType) voidSalesforceLoginConfig.setType(AuthenticationType type)