Uses of Class
org.apache.syncope.ext.elasticsearch.client.ElasticsearchIndexManager
-
Packages that use ElasticsearchIndexManager Package Description org.apache.syncope.core.logic.audit org.apache.syncope.core.provisioning.java.job org.apache.syncope.ext.elasticsearch.client -
-
Uses of ElasticsearchIndexManager in org.apache.syncope.core.logic.audit
Fields in org.apache.syncope.core.logic.audit declared as ElasticsearchIndexManager Modifier and Type Field Description protected ElasticsearchIndexManager
ElasticsearchAppender. elasticsearchIndexManager
Methods in org.apache.syncope.core.logic.audit with parameters of type ElasticsearchIndexManager Modifier and Type Method Description List<AuditAppender>
ElasticsearchLogicContext. defaultAuditAppenders(DomainHolder domainHolder, ElasticsearchIndexManager elasticsearchIndexManager)
ElasticsearchAppender.Builder
ElasticsearchAppender.Builder. setIndexManager(ElasticsearchIndexManager elasticsearchIndexManager)
Constructors in org.apache.syncope.core.logic.audit with parameters of type ElasticsearchIndexManager Constructor Description ElasticsearchAppender(String name, org.apache.logging.log4j.core.Filter filter, org.apache.logging.log4j.core.Layout<? extends Serializable> layout, boolean ignoreExceptions, String domain, ElasticsearchIndexManager elasticsearchIndexManager)
ElasticsearchAuditAppender(String domain, ElasticsearchIndexManager elasticsearchIndexManager)
-
Uses of ElasticsearchIndexManager in org.apache.syncope.core.provisioning.java.job
Fields in org.apache.syncope.core.provisioning.java.job declared as ElasticsearchIndexManager Modifier and Type Field Description protected ElasticsearchIndexManager
ElasticsearchReindex. indexManager
-
Uses of ElasticsearchIndexManager in org.apache.syncope.ext.elasticsearch.client
Fields in org.apache.syncope.ext.elasticsearch.client declared as ElasticsearchIndexManager Modifier and Type Field Description protected ElasticsearchIndexManager
ElasticsearchIndexLoader. indexManager
Methods in org.apache.syncope.ext.elasticsearch.client that return ElasticsearchIndexManager Modifier and Type Method Description ElasticsearchIndexManager
ElasticsearchClientContext. elasticsearchIndexManager(ElasticsearchProperties props, co.elastic.clients.elasticsearch.ElasticsearchClient client, ElasticsearchUtils elasticsearchUtils)
Methods in org.apache.syncope.ext.elasticsearch.client with parameters of type ElasticsearchIndexManager Modifier and Type Method Description ElasticsearchIndexLoader
ElasticsearchClientContext. elasticsearchIndexLoader(ElasticsearchIndexManager indexManager)
Constructors in org.apache.syncope.ext.elasticsearch.client with parameters of type ElasticsearchIndexManager Constructor Description ElasticsearchIndexLoader(ElasticsearchIndexManager indexManager)
-