Uses of Interface
com.floragunn.searchguard.auditlog.AuditLog
-
-
Uses of AuditLog in com.floragunn.searchguard.auditlog
Classes in com.floragunn.searchguard.auditlog that implement AuditLog Modifier and Type Class Description classNullAuditLogConstructors in com.floragunn.searchguard.auditlog with parameters of type AuditLog Constructor Description AuditLogSslExceptionHandler(AuditLog auditLog) -
Uses of AuditLog in com.floragunn.searchguard.auth
Constructors in com.floragunn.searchguard.auth with parameters of type AuditLog Constructor Description BackendRegistry(org.elasticsearch.common.settings.Settings settings, AdminDNs adminDns, XFFResolver xffResolver, AuditLog auditLog, org.elasticsearch.threadpool.ThreadPool threadPool)RestAuthenticationProcessor(org.elasticsearch.rest.RestHandler restHandler, org.elasticsearch.rest.RestRequest restRequest, org.elasticsearch.rest.RestChannel restChannel, inet.ipaddr.IPAddress remoteIpAddress, org.elasticsearch.common.util.concurrent.ThreadContext threadContext, Collection<AuthenticationDomain> authenticationDomains, Set<AuthorizationDomain> authorizationDomains, AdminDNs adminDns, com.google.common.cache.Cache<AuthCredentials,User> userCache, com.google.common.cache.Cache<User,Set<String>> roleCache, com.google.common.cache.Cache<String,User> impersonationCache, AuditLog auditLog, com.google.common.collect.Multimap<String,AuthFailureListener> authBackendFailureListeners, com.google.common.collect.Multimap<String,ClientBlockRegistry<String>> authBackendClientBlockRegistries, List<AuthFailureListener> ipAuthFailureListeners, boolean anonymousAuthEnabled) -
Uses of AuditLog in com.floragunn.searchguard.compliance
Constructors in com.floragunn.searchguard.compliance with parameters of type AuditLog Constructor Description ComplianceConfig(org.elasticsearch.env.Environment environment, IndexResolverReplacer irr, AuditLog auditLog, org.elasticsearch.client.Client client) -
Uses of AuditLog in com.floragunn.searchguard.configuration
Methods in com.floragunn.searchguard.configuration with parameters of type AuditLog Modifier and Type Method Description static ConfigurationRepositoryConfigurationRepository. create(org.elasticsearch.common.settings.Settings settings, Path configPath, org.elasticsearch.threadpool.ThreadPool threadPool, org.elasticsearch.client.Client client, org.elasticsearch.cluster.service.ClusterService clusterService, AuditLog auditLog, ComplianceConfig complianceConfig) -
Uses of AuditLog in com.floragunn.searchguard.filter
Constructors in com.floragunn.searchguard.filter with parameters of type AuditLog Constructor Description SearchGuardFilter(PrivilegesEvaluator evalp, AdminDNs adminDns, DlsFlsRequestValve dlsFlsValve, AuditLog auditLog, org.elasticsearch.threadpool.ThreadPool threadPool, org.elasticsearch.cluster.service.ClusterService cs, com.floragunn.searchsupport.diag.DiagnosticContext diagnosticContext, ComplianceConfig complianceConfig, CompatConfig compatConfig, SpecialPrivilegesEvaluationContextProviderRegistry specialPrivilegesEvaluationContextProviderRegistry, ExtendedActionHandlingService extendedActionHandlingService, org.elasticsearch.common.xcontent.NamedXContentRegistry namedXContentRegistry)SearchGuardRestFilter(BackendRegistry registry, AuditLog auditLog, org.elasticsearch.threadpool.ThreadPool threadPool, PrincipalExtractor principalExtractor, org.elasticsearch.common.settings.Settings settings, Path configPath, CompatConfig compatConfig, com.floragunn.searchsupport.diag.DiagnosticContext diagnosticContext) -
Uses of AuditLog in com.floragunn.searchguard.privileges
Constructors in com.floragunn.searchguard.privileges with parameters of type AuditLog Constructor Description PrivilegesEvaluator(org.elasticsearch.client.Client localClient, org.elasticsearch.cluster.service.ClusterService clusterService, org.elasticsearch.threadpool.ThreadPool threadPool, ConfigurationRepository configurationRepository, org.elasticsearch.cluster.metadata.IndexNameExpressionResolver resolver, AuditLog auditLog, org.elasticsearch.common.settings.Settings settings, ClusterInfoHolder clusterInfoHolder, IndexResolverReplacer irr, SpecialPrivilegesEvaluationContextProviderRegistry specialPrivilegesEvaluationContextProviderRegistry, GuiceDependencies guiceDependencies, org.elasticsearch.common.xcontent.NamedXContentRegistry namedXContentRegistry, boolean enterpriseModulesEnabled)SearchGuardIndexAccessEvaluator(org.elasticsearch.common.settings.Settings settings, AuditLog auditLog, IndexResolverReplacer irr)SnapshotRestoreEvaluator(org.elasticsearch.common.settings.Settings settings, AuditLog auditLog, GuiceDependencies guiceDependencies) -
Uses of AuditLog in com.floragunn.searchguard.support
Methods in com.floragunn.searchguard.support that return AuditLog Modifier and Type Method Description static AuditLogReflectionHelper. instantiateAuditLog(org.elasticsearch.common.settings.Settings settings, Path configPath, org.elasticsearch.client.Client localClient, org.elasticsearch.threadpool.ThreadPool threadPool, org.elasticsearch.cluster.metadata.IndexNameExpressionResolver resolver, org.elasticsearch.cluster.service.ClusterService clusterService)Methods in com.floragunn.searchguard.support with parameters of type AuditLog Modifier and Type Method Description static ComplianceIndexingOperationListenerReflectionHelper. instantiateComplianceListener(ComplianceConfig complianceConfig, AuditLog auditlog)static Collection<org.elasticsearch.rest.RestHandler>ReflectionHelper. instantiateMngtRestApiHandler(org.elasticsearch.common.settings.Settings settings, Path configPath, org.elasticsearch.rest.RestController restController, org.elasticsearch.client.Client localClient, AdminDNs adminDns, ConfigurationRepository cr, StaticSgConfig staticSgConfig, org.elasticsearch.cluster.service.ClusterService cs, PrincipalExtractor principalExtractor, PrivilegesEvaluator evaluator, SpecialPrivilegesEvaluationContextProviderRegistry specialPrivilegesEvaluationContextProviderRegistry, org.elasticsearch.threadpool.ThreadPool threadPool, AuditLog auditlog)static Collection<org.elasticsearch.rest.RestHandler>ReflectionHelper. instantiateRestApiHandler(String className, org.elasticsearch.common.settings.Settings settings, Path configPath, org.elasticsearch.rest.RestController restController, org.elasticsearch.client.Client localClient, AdminDNs adminDns, ConfigurationRepository cr, StaticSgConfig staticSgConfig, org.elasticsearch.cluster.service.ClusterService cs, PrincipalExtractor principalExtractor, PrivilegesEvaluator evaluator, SpecialPrivilegesEvaluationContextProviderRegistry specialPrivilegesEvaluationContextProviderRegistry, org.elasticsearch.threadpool.ThreadPool threadPool, AuditLog auditlog)static Collection<org.elasticsearch.rest.RestHandler>ReflectionHelper. instantiateRestApiHandler(String className, org.elasticsearch.common.settings.Settings settings, Path configPath, org.elasticsearch.rest.RestController restController, org.elasticsearch.client.Client localClient, AdminDNs adminDns, ConfigurationRepository cr, org.elasticsearch.cluster.service.ClusterService cs, org.elasticsearch.script.ScriptService scriptService, org.elasticsearch.common.xcontent.NamedXContentRegistry xContentRegistry, PrincipalExtractor principalExtractor, PrivilegesEvaluator evaluator, org.elasticsearch.threadpool.ThreadPool threadPool, AuditLog auditlog) -
Uses of AuditLog in com.floragunn.searchguard.transport
Constructors in com.floragunn.searchguard.transport with parameters of type AuditLog Constructor Description SearchGuardInterceptor(org.elasticsearch.common.settings.Settings settings, org.elasticsearch.threadpool.ThreadPool threadPool, BackendRegistry backendRegistry, AuditLog auditLog, PrincipalExtractor principalExtractor, InterClusterRequestEvaluator requestEvalProvider, org.elasticsearch.cluster.service.ClusterService cs, SslExceptionHandler sslExceptionHandler, ClusterInfoHolder clusterInfoHolder, GuiceDependencies guiceDependencies, com.floragunn.searchsupport.diag.DiagnosticContext diagnosticContext)
-