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