Uses of Class
org.graylog2.security.IndexerJwtAuthTokenProvider
Packages that use IndexerJwtAuthTokenProvider
Package
Description
-
Uses of IndexerJwtAuthTokenProvider in org.graylog2.bootstrap.preflight.web.resources
Constructors in org.graylog2.bootstrap.preflight.web.resources with parameters of type IndexerJwtAuthTokenProviderModifierConstructorDescriptionDatanodeConnectivityCheck(com.fasterxml.jackson.databind.ObjectMapper objectMapper, okhttp3.OkHttpClient okHttpClient, boolean opensearchUseJwtAuthentication, IndexerJwtAuthTokenProvider indexerJwtAuthTokenProvider) -
Uses of IndexerJwtAuthTokenProvider in org.graylog2.rest.resources.datanodes
Constructors in org.graylog2.rest.resources.datanodes with parameters of type IndexerJwtAuthTokenProviderModifierConstructorDescriptionDatanodeRestApiProxy(IndexerJwtAuthTokenProvider authTokenProvider, NodeService<DataNodeDto> nodeService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, DatanodeResolver datanodeResolver, okhttp3.OkHttpClient okHttpClient, com.github.joschi.jadconfig.util.Duration defaultProxyTimeout) -
Uses of IndexerJwtAuthTokenProvider in org.graylog2.storage.versionprobe
Constructors in org.graylog2.storage.versionprobe with parameters of type IndexerJwtAuthTokenProviderModifierConstructorDescriptionVersionProbe(com.fasterxml.jackson.databind.ObjectMapper objectMapper, okhttp3.OkHttpClient okHttpClient, int elasticsearchVersionProbeAttempts, com.github.joschi.jadconfig.util.Duration elasticsearchVersionProbeDelay, Boolean runsWithDataNode, boolean opensearchUseJwtAuthentication, IndexerJwtAuthTokenProvider indexerJwtAuthTokenProvider)