@Configuration @AutoConfigureBefore(value=SearchAutoConfiguration.class) @ConfigurationPropertiesScan public class SearchAwsAutoConfiguration extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected ElasticsearchSslConfigurer |
elasticsearchSslConfigurer |
protected SearchAwsProperties |
searchAwsProperties |
protected SearchProperties |
searchProperties |
Constructor and Description |
---|
SearchAwsAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
protected com.amazonaws.auth.AWS4Signer |
createAWS4Signer(java.lang.String serviceName,
java.lang.String region) |
protected com.amazonaws.auth.AWSCredentialsProvider |
createAWSCredentialsProvider() |
protected org.apache.http.HttpRequestInterceptor |
createHttpRequestInterceptor() |
org.elasticsearch.client.RestHighLevelClient |
elasticSearchClient() |
@Autowired protected SearchProperties searchProperties
@Autowired protected SearchAwsProperties searchAwsProperties
@Autowired protected ElasticsearchSslConfigurer elasticsearchSslConfigurer
@Bean(value="search_RestHighLevelClient") @ConditionalOnProperty(name="jmix.search.elasticsearch.aws.iam-auth", matchIfMissing=true) public org.elasticsearch.client.RestHighLevelClient elasticSearchClient()
protected org.apache.http.HttpRequestInterceptor createHttpRequestInterceptor()
protected com.amazonaws.auth.AWS4Signer createAWS4Signer(java.lang.String serviceName, java.lang.String region)
protected com.amazonaws.auth.AWSCredentialsProvider createAWSCredentialsProvider()