52.3. Spring Boot Auto-Configuration

구성 요소는 아래에 나열된 17 가지 옵션을 지원합니다.

이름설명기본값유형

camel.component.box.configuration.access-token-cache

액세스 토큰을 저장하고 검색하는 데 사용되는 사용자 정의 액세스 토큰 캐시입니다.

 

IAccessTokenCache

camel.component.box.configuration.api-name

어떤 종류의 작업을 수행합니까?

 

BoxApiName

camel.component.box.configuration.authentication-type

연결의 인증 유형입니다. 인증 유형: STANDARD_AUTHENTICATION - OAuth 2.0 (3-legged) SERVER_AUTHENTICATION - OAuth 2.0 with JSON Web Tokens

APP_USER_AUTHENTICATION

문자열

camel.component.box.configuration.client-id

box 애플리케이션 클라이언트 ID

 

문자열

camel.component.box.configuration.client-secret

박스 애플리케이션 클라이언트 시크릿

 

문자열

camel.component.box.configuration.enterprise-id

앱 엔터프라이즈에 사용할 엔터프라이즈 ID입니다.

 

문자열

camel.component.box.configuration.http-params

프록시 호스트와 같은 설정에 대한 사용자 정의 HTTP 매개변수

 

map

camel.component.box.configuration.method-name

선택한 작업에 사용할 하위 작업

 

문자열

camel.component.box.configuration.private-key-file

JWT 서명을 생성하는 개인 키입니다.

 

문자열

camel.component.box.configuration.private-key-password

개인 키의 암호입니다.

 

문자열

camel.component.box.configuration.public-key-id

JWT 서명을 검증하기 위한 공개 키의 ID입니다.

 

문자열

camel.component.box.configuration.ssl-context-parameters

SSLContextParameters를 사용하여 보안을 구성하려면 다음을 수행합니다.

 

SSLContextParameters

camel.component.box.configuration.user-id

앱 사용자에 사용할 사용자 ID입니다.

 

문자열

camel.component.box.configuration.user-name

사용자 이름, 제공되어야 합니다.

 

문자열

camel.component.box.configuration.user-password

authSecureStorage가 설정되지 않은 경우 박스 사용자 비밀번호를 제공하거나 첫 번째 통화 시 null을 반환해야 합니다.

 

문자열

camel.component.box.enabled

박스 구성 요소 사용

true

부울

camel.component.box.resolve-property-placeholders

구성 요소가 시작 시 자체적으로 속성 자리 표시자를 확인해야 하는지 여부입니다. String 유형의 속성만 속성 자리 표시자를 사용할 수 있습니다.Only properties which are of String type can use property placeholders.

true

부울