Uses of Class
org.openmetadata.service.OpenMetadataApplicationConfig
-
-
Uses of OpenMetadataApplicationConfig in org.openmetadata.service
Methods in org.openmetadata.service with parameters of type OpenMetadataApplicationConfig Modifier and Type Method Description static voidChangeEventConfig. initialize(OpenMetadataApplicationConfig config)voidOpenMetadataApplication. run(OpenMetadataApplicationConfig catalogConfig, io.dropwizard.setup.Environment environment)Method parameters in org.openmetadata.service with type arguments of type OpenMetadataApplicationConfig Modifier and Type Method Description voidOpenMetadataApplication. initialize(io.dropwizard.setup.Bootstrap<OpenMetadataApplicationConfig> bootstrap) -
Uses of OpenMetadataApplicationConfig in org.openmetadata.service.events
Methods in org.openmetadata.service.events with parameters of type OpenMetadataApplicationConfig Modifier and Type Method Description voidAuditEventHandler. init(OpenMetadataApplicationConfig config, org.jdbi.v3.core.Jdbi jdbi)voidChangeEventHandler. init(OpenMetadataApplicationConfig config, org.jdbi.v3.core.Jdbi jdbi)voidEventHandler. init(OpenMetadataApplicationConfig config, org.jdbi.v3.core.Jdbi jdbi)voidWebAnalyticEventHandler. init(OpenMetadataApplicationConfig config, org.jdbi.v3.core.Jdbi jdbi)Constructors in org.openmetadata.service.events with parameters of type OpenMetadataApplicationConfig Constructor Description EventFilter(OpenMetadataApplicationConfig config, org.jdbi.v3.core.Jdbi jdbi) -
Uses of OpenMetadataApplicationConfig in org.openmetadata.service.extension
Methods in org.openmetadata.service.extension with parameters of type OpenMetadataApplicationConfig Modifier and Type Method Description voidNoOpExtension. init(Extension extension, OpenMetadataApplicationConfig catalogConfig, io.dropwizard.setup.Environment environment, org.jdbi.v3.core.Jdbi jdbi)voidOpenMetadataExtension. init(Extension extension, OpenMetadataApplicationConfig catalogConfig, io.dropwizard.setup.Environment environment, org.jdbi.v3.core.Jdbi jdbi) -
Uses of OpenMetadataApplicationConfig in org.openmetadata.service.fernet
Methods in org.openmetadata.service.fernet with parameters of type OpenMetadataApplicationConfig Modifier and Type Method Description voidFernet. setFernetKey(OpenMetadataApplicationConfig config) -
Uses of OpenMetadataApplicationConfig in org.openmetadata.service.jdbi3
Methods in org.openmetadata.service.jdbi3 with parameters of type OpenMetadataApplicationConfig Modifier and Type Method Description voidUserRepository. initializeUsers(OpenMetadataApplicationConfig config) -
Uses of OpenMetadataApplicationConfig in org.openmetadata.service.resources
Methods in org.openmetadata.service.resources with parameters of type OpenMetadataApplicationConfig Modifier and Type Method Description voidEntityResource. initialize(OpenMetadataApplicationConfig config)Method used for initializing a resource, such as creating default policies, roles, etc.voidCollectionRegistry. registerResources(org.jdbi.v3.core.Jdbi jdbi, io.dropwizard.setup.Environment environment, OpenMetadataApplicationConfig config, Authorizer authorizer, AuthenticatorHandler authenticatorHandler)Register resources from CollectionRegistry -
Uses of OpenMetadataApplicationConfig in org.openmetadata.service.resources.analytics
Methods in org.openmetadata.service.resources.analytics with parameters of type OpenMetadataApplicationConfig Modifier and Type Method Description voidWebAnalyticEventResource. initialize(OpenMetadataApplicationConfig config) -
Uses of OpenMetadataApplicationConfig in org.openmetadata.service.resources.automations
Methods in org.openmetadata.service.resources.automations with parameters of type OpenMetadataApplicationConfig Modifier and Type Method Description voidWorkflowResource. initialize(OpenMetadataApplicationConfig config) -
Uses of OpenMetadataApplicationConfig in org.openmetadata.service.resources.bots
Methods in org.openmetadata.service.resources.bots with parameters of type OpenMetadataApplicationConfig Modifier and Type Method Description voidBotResource. initialize(OpenMetadataApplicationConfig config) -
Uses of OpenMetadataApplicationConfig in org.openmetadata.service.resources.dataInsight
Methods in org.openmetadata.service.resources.dataInsight with parameters of type OpenMetadataApplicationConfig Modifier and Type Method Description voidDataInsightChartResource. initialize(OpenMetadataApplicationConfig config) -
Uses of OpenMetadataApplicationConfig in org.openmetadata.service.resources.dqtests
Methods in org.openmetadata.service.resources.dqtests with parameters of type OpenMetadataApplicationConfig Modifier and Type Method Description voidTestDefinitionResource. initialize(OpenMetadataApplicationConfig config) -
Uses of OpenMetadataApplicationConfig in org.openmetadata.service.resources.events.subscription
Methods in org.openmetadata.service.resources.events.subscription with parameters of type OpenMetadataApplicationConfig Modifier and Type Method Description voidEventSubscriptionResource. initialize(OpenMetadataApplicationConfig config) -
Uses of OpenMetadataApplicationConfig in org.openmetadata.service.resources.policies
Methods in org.openmetadata.service.resources.policies with parameters of type OpenMetadataApplicationConfig Modifier and Type Method Description voidPolicyResource. initialize(OpenMetadataApplicationConfig config) -
Uses of OpenMetadataApplicationConfig in org.openmetadata.service.resources.search
Methods in org.openmetadata.service.resources.search with parameters of type OpenMetadataApplicationConfig Modifier and Type Method Description voidSearchResource. initialize(OpenMetadataApplicationConfig config) -
Uses of OpenMetadataApplicationConfig in org.openmetadata.service.resources.services.connections
Methods in org.openmetadata.service.resources.services.connections with parameters of type OpenMetadataApplicationConfig Modifier and Type Method Description voidTestConnectionDefinitionResource. initialize(OpenMetadataApplicationConfig config) -
Uses of OpenMetadataApplicationConfig in org.openmetadata.service.resources.services.ingestionpipelines
Methods in org.openmetadata.service.resources.services.ingestionpipelines with parameters of type OpenMetadataApplicationConfig Modifier and Type Method Description voidIngestionPipelineResource. initialize(OpenMetadataApplicationConfig config) -
Uses of OpenMetadataApplicationConfig in org.openmetadata.service.resources.services.metadata
Methods in org.openmetadata.service.resources.services.metadata with parameters of type OpenMetadataApplicationConfig Modifier and Type Method Description voidMetadataServiceResource. initialize(OpenMetadataApplicationConfig config) -
Uses of OpenMetadataApplicationConfig in org.openmetadata.service.resources.settings
Methods in org.openmetadata.service.resources.settings with parameters of type OpenMetadataApplicationConfig Modifier and Type Method Description static voidSettingsCache. initialize(CollectionDAO dao, OpenMetadataApplicationConfig config) -
Uses of OpenMetadataApplicationConfig in org.openmetadata.service.resources.system
Methods in org.openmetadata.service.resources.system with parameters of type OpenMetadataApplicationConfig Modifier and Type Method Description voidConfigResource. initialize(OpenMetadataApplicationConfig config)voidSystemResource. initialize(OpenMetadataApplicationConfig config) -
Uses of OpenMetadataApplicationConfig in org.openmetadata.service.resources.tags
Methods in org.openmetadata.service.resources.tags with parameters of type OpenMetadataApplicationConfig Modifier and Type Method Description voidTagResource. initialize(OpenMetadataApplicationConfig config) -
Uses of OpenMetadataApplicationConfig in org.openmetadata.service.resources.teams
Methods in org.openmetadata.service.resources.teams with parameters of type OpenMetadataApplicationConfig Modifier and Type Method Description voidRoleResource. initialize(OpenMetadataApplicationConfig config)voidTeamResource. initialize(OpenMetadataApplicationConfig config)voidUserResource. initialize(OpenMetadataApplicationConfig config) -
Uses of OpenMetadataApplicationConfig in org.openmetadata.service.resources.types
Methods in org.openmetadata.service.resources.types with parameters of type OpenMetadataApplicationConfig Modifier and Type Method Description voidTypeResource. initialize(OpenMetadataApplicationConfig config) -
Uses of OpenMetadataApplicationConfig in org.openmetadata.service.security
Methods in org.openmetadata.service.security with parameters of type OpenMetadataApplicationConfig Modifier and Type Method Description static StringSecurityUtil. getDomain(OpenMetadataApplicationConfig config)voidAuthorizer. init(OpenMetadataApplicationConfig openMetadataApplicationConfig, org.jdbi.v3.core.Jdbi jdbi)Initialize the authorizervoidDefaultAuthorizer. init(OpenMetadataApplicationConfig config, org.jdbi.v3.core.Jdbi dbi)voidNoopAuthorizer. init(OpenMetadataApplicationConfig openMetadataApplicationConfig, org.jdbi.v3.core.Jdbi jdbi) -
Uses of OpenMetadataApplicationConfig in org.openmetadata.service.security.auth
Methods in org.openmetadata.service.security.auth with parameters of type OpenMetadataApplicationConfig Modifier and Type Method Description voidAuthenticatorHandler. init(OpenMetadataApplicationConfig config, org.jdbi.v3.core.Jdbi jdbi)voidBasicAuthenticator. init(OpenMetadataApplicationConfig config, org.jdbi.v3.core.Jdbi jdbi)voidLdapAuthenticator. init(OpenMetadataApplicationConfig config, org.jdbi.v3.core.Jdbi jdbi)voidNoopAuthenticator. init(OpenMetadataApplicationConfig config, org.jdbi.v3.core.Jdbi jdbi)Constructors in org.openmetadata.service.security.auth with parameters of type OpenMetadataApplicationConfig Constructor Description LoginAttemptCache(OpenMetadataApplicationConfig config) -
Uses of OpenMetadataApplicationConfig in org.openmetadata.service.security.saml
Methods in org.openmetadata.service.security.saml with parameters of type OpenMetadataApplicationConfig Modifier and Type Method Description voidSamlSettingsHolder. initDefaultSettings(OpenMetadataApplicationConfig catalogApplicationConfig) -
Uses of OpenMetadataApplicationConfig in org.openmetadata.service.util
Constructors in org.openmetadata.service.util with parameters of type OpenMetadataApplicationConfig Constructor Description OpenMetadataConnectionBuilder(OpenMetadataApplicationConfig openMetadataApplicationConfig)
-