Uses of Class
org.openmetadata.service.OpenMetadataApplicationConfig
Packages that use OpenMetadataApplicationConfig
Package
Description
-
Uses of OpenMetadataApplicationConfig in org.openmetadata.service
Methods in org.openmetadata.service with parameters of type OpenMetadataApplicationConfigModifier and TypeMethodDescriptionstatic voidEntity.initializeRepositories(OpenMetadataApplicationConfig config, org.jdbi.v3.core.Jdbi jdbi) voidOpenMetadataApplication.run(OpenMetadataApplicationConfig catalogConfig, io.dropwizard.setup.Environment environment) Method parameters in org.openmetadata.service with type arguments of type OpenMetadataApplicationConfigModifier and TypeMethodDescriptionvoidOpenMetadataApplication.initialize(io.dropwizard.setup.Bootstrap<OpenMetadataApplicationConfig> bootstrap) -
Uses of OpenMetadataApplicationConfig in org.openmetadata.service.apps
Methods in org.openmetadata.service.apps with parameters of type OpenMetadataApplicationConfigModifier and TypeMethodDescriptionstatic voidApplicationHandler.initialize(OpenMetadataApplicationConfig config) -
Uses of OpenMetadataApplicationConfig in org.openmetadata.service.apps.scheduler
Methods in org.openmetadata.service.apps.scheduler with parameters of type OpenMetadataApplicationConfigModifier and TypeMethodDescriptionstatic voidAppScheduler.initialize(OpenMetadataApplicationConfig config, CollectionDAO dao, SearchRepository searchClient) -
Uses of OpenMetadataApplicationConfig in org.openmetadata.service.events
Methods in org.openmetadata.service.events with parameters of type OpenMetadataApplicationConfigModifier and TypeMethodDescriptionvoidAuditEventHandler.init(OpenMetadataApplicationConfig config) voidChangeEventHandler.init(OpenMetadataApplicationConfig config) voidEventHandler.init(OpenMetadataApplicationConfig config) Constructors in org.openmetadata.service.events with parameters of type OpenMetadataApplicationConfig -
Uses of OpenMetadataApplicationConfig in org.openmetadata.service.fernet
Methods in org.openmetadata.service.fernet with parameters of type OpenMetadataApplicationConfig -
Uses of OpenMetadataApplicationConfig in org.openmetadata.service.jdbi3
Methods in org.openmetadata.service.jdbi3 with parameters of type OpenMetadataApplicationConfigModifier and TypeMethodDescriptionvoidUserRepository.initializeUsers(OpenMetadataApplicationConfig config) SystemRepository.validateSystem(OpenMetadataApplicationConfig applicationConfig, PipelineServiceClient pipelineServiceClient, JwtFilter jwtFilter) Constructors in org.openmetadata.service.jdbi3 with parameters of type OpenMetadataApplicationConfig -
Uses of OpenMetadataApplicationConfig in org.openmetadata.service.migration
Methods in org.openmetadata.service.migration with parameters of type OpenMetadataApplicationConfigModifier and TypeMethodDescriptionstatic MigrationValidationClientMigrationValidationClient.initialize(MigrationDAO migrationDAO, OpenMetadataApplicationConfig config) -
Uses of OpenMetadataApplicationConfig in org.openmetadata.service.resources
Methods in org.openmetadata.service.resources with parameters of type OpenMetadataApplicationConfigModifier and TypeMethodDescriptionvoidEntityResource.initialize(OpenMetadataApplicationConfig config) Method used for initializing a resource, such as creating default policies, roles, etc.voidEntityTimeSeriesResource.initialize(OpenMetadataApplicationConfig config) 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 OpenMetadataApplicationConfigModifier and TypeMethodDescriptionvoidWebAnalyticEventResource.initialize(OpenMetadataApplicationConfig config) -
Uses of OpenMetadataApplicationConfig in org.openmetadata.service.resources.apps
Methods in org.openmetadata.service.resources.apps with parameters of type OpenMetadataApplicationConfigModifier and TypeMethodDescriptionvoidAppMarketPlaceResource.initialize(OpenMetadataApplicationConfig config) voidAppResource.initialize(OpenMetadataApplicationConfig config) -
Uses of OpenMetadataApplicationConfig in org.openmetadata.service.resources.automations
Methods in org.openmetadata.service.resources.automations with parameters of type OpenMetadataApplicationConfigModifier and TypeMethodDescriptionvoidWorkflowResource.initialize(OpenMetadataApplicationConfig config) -
Uses of OpenMetadataApplicationConfig in org.openmetadata.service.resources.bots
Methods in org.openmetadata.service.resources.bots with parameters of type OpenMetadataApplicationConfigModifier and TypeMethodDescriptionvoidBotResource.initialize(OpenMetadataApplicationConfig config) -
Uses of OpenMetadataApplicationConfig in org.openmetadata.service.resources.datainsight
Methods in org.openmetadata.service.resources.datainsight with parameters of type OpenMetadataApplicationConfigModifier and TypeMethodDescriptionvoidDataInsightChartResource.initialize(OpenMetadataApplicationConfig config) -
Uses of OpenMetadataApplicationConfig in org.openmetadata.service.resources.docstore
Methods in org.openmetadata.service.resources.docstore with parameters of type OpenMetadataApplicationConfigModifier and TypeMethodDescriptionvoidDocStoreResource.initialize(OpenMetadataApplicationConfig config) -
Uses of OpenMetadataApplicationConfig in org.openmetadata.service.resources.dqtests
Methods in org.openmetadata.service.resources.dqtests with parameters of type OpenMetadataApplicationConfigModifier and TypeMethodDescriptionvoidTestDefinitionResource.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 OpenMetadataApplicationConfigModifier and TypeMethodDescriptionvoidEventSubscriptionResource.initialize(OpenMetadataApplicationConfig config) -
Uses of OpenMetadataApplicationConfig in org.openmetadata.service.resources.glossary
Methods in org.openmetadata.service.resources.glossary with parameters of type OpenMetadataApplicationConfigModifier and TypeMethodDescriptionvoidGlossaryTermResource.initialize(OpenMetadataApplicationConfig config) -
Uses of OpenMetadataApplicationConfig in org.openmetadata.service.resources.policies
Methods in org.openmetadata.service.resources.policies with parameters of type OpenMetadataApplicationConfigModifier and TypeMethodDescriptionvoidPolicyResource.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 OpenMetadataApplicationConfigModifier and TypeMethodDescriptionvoidTestConnectionDefinitionResource.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 OpenMetadataApplicationConfigModifier and TypeMethodDescriptionvoidIngestionPipelineResource.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 OpenMetadataApplicationConfigModifier and TypeMethodDescriptionvoidMetadataServiceResource.initialize(OpenMetadataApplicationConfig config) -
Uses of OpenMetadataApplicationConfig in org.openmetadata.service.resources.settings
Methods in org.openmetadata.service.resources.settings with parameters of type OpenMetadataApplicationConfigModifier and TypeMethodDescriptionstatic voidSettingsCache.initialize(OpenMetadataApplicationConfig config) -
Uses of OpenMetadataApplicationConfig in org.openmetadata.service.resources.system
Methods in org.openmetadata.service.resources.system with parameters of type OpenMetadataApplicationConfigModifier and TypeMethodDescriptionvoidConfigResource.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 OpenMetadataApplicationConfigModifier and TypeMethodDescriptionvoidTagResource.initialize(OpenMetadataApplicationConfig config) -
Uses of OpenMetadataApplicationConfig in org.openmetadata.service.resources.teams
Methods in org.openmetadata.service.resources.teams with parameters of type OpenMetadataApplicationConfigModifier and TypeMethodDescriptionvoidRoleResource.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 OpenMetadataApplicationConfigModifier and TypeMethodDescriptionvoidTypeResource.initialize(OpenMetadataApplicationConfig config) -
Uses of OpenMetadataApplicationConfig in org.openmetadata.service.security
Methods in org.openmetadata.service.security with parameters of type OpenMetadataApplicationConfigModifier and TypeMethodDescriptionstatic StringSecurityUtil.getDomain(OpenMetadataApplicationConfig config) voidAuthorizer.init(OpenMetadataApplicationConfig openMetadataApplicationConfig) Initialize the authorizervoidDefaultAuthorizer.init(OpenMetadataApplicationConfig config) voidNoopAuthorizer.init(OpenMetadataApplicationConfig openMetadataApplicationConfig) -
Uses of OpenMetadataApplicationConfig in org.openmetadata.service.security.auth
Methods in org.openmetadata.service.security.auth with parameters of type OpenMetadataApplicationConfigModifier and TypeMethodDescriptionvoidAuthenticatorHandler.init(OpenMetadataApplicationConfig config) voidBasicAuthenticator.init(OpenMetadataApplicationConfig config) voidLdapAuthenticator.init(OpenMetadataApplicationConfig config) voidNoopAuthenticator.init(OpenMetadataApplicationConfig config) -
Uses of OpenMetadataApplicationConfig in org.openmetadata.service.security.saml
Methods in org.openmetadata.service.security.saml with parameters of type OpenMetadataApplicationConfigModifier and TypeMethodDescriptionvoidSamlSettingsHolder.initDefaultSettings(OpenMetadataApplicationConfig catalogApplicationConfig) -
Uses of OpenMetadataApplicationConfig in org.openmetadata.service.util
Methods in org.openmetadata.service.util with parameters of type OpenMetadataApplicationConfigModifier and TypeMethodDescriptionstatic voidMicrometerBundleSingleton.initLatencyEvents(OpenMetadataApplicationConfig config) static voidTablesInitializer.validateAndRunSystemDataMigrations(org.jdbi.v3.core.Jdbi jdbi, OpenMetadataApplicationConfig config, ConnectionType connType, String nativeMigrationSQLPath, String extensionSQLScriptRootPath, boolean forceMigrations) Constructors in org.openmetadata.service.util with parameters of type OpenMetadataApplicationConfigModifierConstructorDescriptionOpenMetadataConnectionBuilder(OpenMetadataApplicationConfig openMetadataApplicationConfig) OpenMetadataConnectionBuilder(OpenMetadataApplicationConfig openMetadataApplicationConfig, String botName)