Uses of Interface
org.apache.camel.builder.component.dsl.BoxComponentBuilderFactory.BoxComponentBuilder
Packages that use BoxComponentBuilderFactory.BoxComponentBuilder
-
Uses of BoxComponentBuilderFactory.BoxComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return BoxComponentBuilderFactory.BoxComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.box()Box (camel-box) Upload, download and manage files, folders, groups, collaborations, etc. -
Uses of BoxComponentBuilderFactory.BoxComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement BoxComponentBuilderFactory.BoxComponentBuilderMethods in org.apache.camel.builder.component.dsl that return BoxComponentBuilderFactory.BoxComponentBuilderModifier and TypeMethodDescriptionBoxComponentBuilderFactory.BoxComponentBuilder.accessTokenCache(com.box.sdk.IAccessTokenCache accessTokenCache) Custom Access Token Cache for storing and retrieving access tokens.BoxComponentBuilderFactory.BoxComponentBuilder.authenticationType(String authenticationType) The type of authentication for connection.BoxComponentBuilderFactory.BoxComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.BoxComponentBuilderFactory.box()Box (camel-box) Upload, download and manage files, folders, groups, collaborations, etc.BoxComponentBuilderFactory.BoxComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.Box application client ID.BoxComponentBuilderFactory.BoxComponentBuilder.clientSecret(String clientSecret) Box application client secret.BoxComponentBuilderFactory.BoxComponentBuilder.configuration(org.apache.camel.component.box.BoxConfiguration configuration) To use the shared configuration.BoxComponentBuilderFactory.BoxComponentBuilder.encryptionAlgorithm(com.box.sdk.EncryptionAlgorithm encryptionAlgorithm) The type of encryption algorithm for JWT.BoxComponentBuilderFactory.BoxComponentBuilder.enterpriseId(String enterpriseId) The enterprise ID to use for an App Enterprise.BoxComponentBuilderFactory.BoxComponentBuilder.httpParams(Map<String, Object> httpParams) Custom HTTP params for settings like proxy host.BoxComponentBuilderFactory.BoxComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).BoxComponentBuilderFactory.BoxComponentBuilder.maxCacheEntries(int maxCacheEntries) The maximum number of access tokens in cache.BoxComponentBuilderFactory.BoxComponentBuilder.privateKeyFile(String privateKeyFile) The private key for generating the JWT signature.BoxComponentBuilderFactory.BoxComponentBuilder.privateKeyPassword(String privateKeyPassword) The password for the private key.BoxComponentBuilderFactory.BoxComponentBuilder.publicKeyId(String publicKeyId) The ID for public key for validating the JWT signature.BoxComponentBuilderFactory.BoxComponentBuilder.sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters) To configure security using SSLContextParameters.The user ID to use for an App User.Box user name, MUST be provided.BoxComponentBuilderFactory.BoxComponentBuilder.userPassword(String userPassword) Box user password, MUST be provided if authSecureStorage is not set, or returns null on first call.