Uses of Interface
org.openmetadata.service.security.Authorizer
-
-
Uses of Authorizer in org.openmetadata.service.resources
Fields in org.openmetadata.service.resources declared as Authorizer Modifier and Type Field Description protected AuthorizerEntityResource. authorizerMethods in org.openmetadata.service.resources with parameters of type Authorizer Modifier and Type Method Description voidCollectionRegistry. registerResources(org.jdbi.v3.core.Jdbi jdbi, io.dropwizard.setup.Environment environment, OpenMetadataApplicationConfig config, Authorizer authorizer, AuthenticatorHandler authenticatorHandler)Register resources from CollectionRegistryConstructors in org.openmetadata.service.resources with parameters of type Authorizer Constructor Description EntityResource(Class<T> entityClass, K repository, Authorizer authorizer) -
Uses of Authorizer in org.openmetadata.service.resources.analytics
Fields in org.openmetadata.service.resources.analytics declared as Authorizer Modifier and Type Field Description protected AuthorizerReportDataResource. authorizerConstructors in org.openmetadata.service.resources.analytics with parameters of type Authorizer Constructor Description ReportDataResource(CollectionDAO dao, Authorizer authorizer)WebAnalyticEventResource(CollectionDAO dao, Authorizer authorizer) -
Uses of Authorizer in org.openmetadata.service.resources.automations
Constructors in org.openmetadata.service.resources.automations with parameters of type Authorizer Constructor Description WorkflowResource(CollectionDAO dao, Authorizer authorizer) -
Uses of Authorizer in org.openmetadata.service.resources.bots
Constructors in org.openmetadata.service.resources.bots with parameters of type Authorizer Constructor Description BotResource(CollectionDAO dao, Authorizer authorizer) -
Uses of Authorizer in org.openmetadata.service.resources.charts
Constructors in org.openmetadata.service.resources.charts with parameters of type Authorizer Constructor Description ChartResource(CollectionDAO dao, Authorizer authorizer) -
Uses of Authorizer in org.openmetadata.service.resources.dashboards
Constructors in org.openmetadata.service.resources.dashboards with parameters of type Authorizer Constructor Description DashboardResource(CollectionDAO dao, Authorizer authorizer) -
Uses of Authorizer in org.openmetadata.service.resources.databases
Constructors in org.openmetadata.service.resources.databases with parameters of type Authorizer Constructor Description DatabaseResource(CollectionDAO dao, Authorizer authorizer)DatabaseSchemaResource(CollectionDAO dao, Authorizer authorizer)TableResource(CollectionDAO dao, Authorizer authorizer) -
Uses of Authorizer in org.openmetadata.service.resources.dataInsight
Constructors in org.openmetadata.service.resources.dataInsight with parameters of type Authorizer Constructor Description DataInsightChartResource(CollectionDAO dao, Authorizer authorizer) -
Uses of Authorizer in org.openmetadata.service.resources.datamodels
Constructors in org.openmetadata.service.resources.datamodels with parameters of type Authorizer Constructor Description DashboardDataModelResource(CollectionDAO dao, Authorizer authorizer) -
Uses of Authorizer in org.openmetadata.service.resources.dqtests
Constructors in org.openmetadata.service.resources.dqtests with parameters of type Authorizer Constructor Description TestCaseResource(CollectionDAO dao, Authorizer authorizer)TestDefinitionResource(CollectionDAO dao, Authorizer authorizer)TestSuiteResource(CollectionDAO dao, Authorizer authorizer) -
Uses of Authorizer in org.openmetadata.service.resources.events
Constructors in org.openmetadata.service.resources.events with parameters of type Authorizer Constructor Description EventResource(CollectionDAO dao, Authorizer authorizer) -
Uses of Authorizer in org.openmetadata.service.resources.events.subscription
Constructors in org.openmetadata.service.resources.events.subscription with parameters of type Authorizer Constructor Description EventSubscriptionResource(CollectionDAO dao, Authorizer authorizer) -
Uses of Authorizer in org.openmetadata.service.resources.feeds
Constructors in org.openmetadata.service.resources.feeds with parameters of type Authorizer Constructor Description FeedResource(CollectionDAO dao, Authorizer authorizer) -
Uses of Authorizer in org.openmetadata.service.resources.glossary
Constructors in org.openmetadata.service.resources.glossary with parameters of type Authorizer Constructor Description GlossaryResource(CollectionDAO dao, Authorizer authorizer)GlossaryTermResource(CollectionDAO dao, Authorizer authorizer) -
Uses of Authorizer in org.openmetadata.service.resources.kpi
Constructors in org.openmetadata.service.resources.kpi with parameters of type Authorizer Constructor Description KpiResource(CollectionDAO dao, Authorizer authorizer) -
Uses of Authorizer in org.openmetadata.service.resources.lineage
Constructors in org.openmetadata.service.resources.lineage with parameters of type Authorizer Constructor Description LineageResource(@NonNull CollectionDAO dao, Authorizer authorizer) -
Uses of Authorizer in org.openmetadata.service.resources.metrics
Constructors in org.openmetadata.service.resources.metrics with parameters of type Authorizer Constructor Description MetricsResource(CollectionDAO dao, Authorizer authorizer) -
Uses of Authorizer in org.openmetadata.service.resources.mlmodels
Constructors in org.openmetadata.service.resources.mlmodels with parameters of type Authorizer Constructor Description MlModelResource(CollectionDAO dao, Authorizer authorizer) -
Uses of Authorizer in org.openmetadata.service.resources.permissions
Constructors in org.openmetadata.service.resources.permissions with parameters of type Authorizer Constructor Description PermissionsResource(CollectionDAO dao, @NonNull Authorizer authorizer) -
Uses of Authorizer in org.openmetadata.service.resources.pipelines
Constructors in org.openmetadata.service.resources.pipelines with parameters of type Authorizer Constructor Description PipelineResource(CollectionDAO dao, Authorizer authorizer) -
Uses of Authorizer in org.openmetadata.service.resources.policies
Constructors in org.openmetadata.service.resources.policies with parameters of type Authorizer Constructor Description PolicyResource(CollectionDAO dao, Authorizer authorizer) -
Uses of Authorizer in org.openmetadata.service.resources.query
Constructors in org.openmetadata.service.resources.query with parameters of type Authorizer Constructor Description QueryResource(CollectionDAO dao, Authorizer authorizer) -
Uses of Authorizer in org.openmetadata.service.resources.reports
Constructors in org.openmetadata.service.resources.reports with parameters of type Authorizer Constructor Description ReportResource(CollectionDAO dao, Authorizer authorizer) -
Uses of Authorizer in org.openmetadata.service.resources.search
Constructors in org.openmetadata.service.resources.search with parameters of type Authorizer Constructor Description SearchResource(CollectionDAO dao, Authorizer authorizer) -
Uses of Authorizer in org.openmetadata.service.resources.services
Constructors in org.openmetadata.service.resources.services with parameters of type Authorizer Constructor Description ServiceEntityResource(Class<T> entityClass, R serviceRepository, Authorizer authorizer, ServiceType serviceType) -
Uses of Authorizer in org.openmetadata.service.resources.services.connections
Constructors in org.openmetadata.service.resources.services.connections with parameters of type Authorizer Constructor Description TestConnectionDefinitionResource(CollectionDAO dao, Authorizer authorizer) -
Uses of Authorizer in org.openmetadata.service.resources.services.dashboard
Constructors in org.openmetadata.service.resources.services.dashboard with parameters of type Authorizer Constructor Description DashboardServiceResource(CollectionDAO dao, Authorizer authorizer) -
Uses of Authorizer in org.openmetadata.service.resources.services.database
Constructors in org.openmetadata.service.resources.services.database with parameters of type Authorizer Constructor Description DatabaseServiceResource(CollectionDAO dao, Authorizer authorizer) -
Uses of Authorizer in org.openmetadata.service.resources.services.ingestionpipelines
Constructors in org.openmetadata.service.resources.services.ingestionpipelines with parameters of type Authorizer Constructor Description IngestionPipelineResource(CollectionDAO dao, Authorizer authorizer) -
Uses of Authorizer in org.openmetadata.service.resources.services.messaging
Constructors in org.openmetadata.service.resources.services.messaging with parameters of type Authorizer Constructor Description MessagingServiceResource(CollectionDAO dao, Authorizer authorizer) -
Uses of Authorizer in org.openmetadata.service.resources.services.metadata
Constructors in org.openmetadata.service.resources.services.metadata with parameters of type Authorizer Constructor Description MetadataServiceResource(CollectionDAO dao, Authorizer authorizer) -
Uses of Authorizer in org.openmetadata.service.resources.services.mlmodel
Constructors in org.openmetadata.service.resources.services.mlmodel with parameters of type Authorizer Constructor Description MlModelServiceResource(CollectionDAO dao, Authorizer authorizer) -
Uses of Authorizer in org.openmetadata.service.resources.services.pipeline
Constructors in org.openmetadata.service.resources.services.pipeline with parameters of type Authorizer Constructor Description PipelineServiceResource(CollectionDAO dao, Authorizer authorizer) -
Uses of Authorizer in org.openmetadata.service.resources.services.storage
Constructors in org.openmetadata.service.resources.services.storage with parameters of type Authorizer Constructor Description StorageServiceResource(CollectionDAO dao, Authorizer authorizer) -
Uses of Authorizer in org.openmetadata.service.resources.storages
Constructors in org.openmetadata.service.resources.storages with parameters of type Authorizer Constructor Description ContainerResource(CollectionDAO dao, Authorizer authorizer) -
Uses of Authorizer in org.openmetadata.service.resources.system
Constructors in org.openmetadata.service.resources.system with parameters of type Authorizer Constructor Description SystemResource(CollectionDAO dao, Authorizer authorizer) -
Uses of Authorizer in org.openmetadata.service.resources.tags
Constructors in org.openmetadata.service.resources.tags with parameters of type Authorizer Constructor Description ClassificationResource(CollectionDAO collectionDAO, Authorizer authorizer)TagResource(CollectionDAO collectionDAO, Authorizer authorizer) -
Uses of Authorizer in org.openmetadata.service.resources.teams
Constructors in org.openmetadata.service.resources.teams with parameters of type Authorizer Constructor Description RoleResource(CollectionDAO collectionDAO, Authorizer authorizer)TeamResource(CollectionDAO dao, Authorizer authorizer)UserResource(CollectionDAO dao, Authorizer authorizer, AuthenticatorHandler authenticatorHandler) -
Uses of Authorizer in org.openmetadata.service.resources.topics
Constructors in org.openmetadata.service.resources.topics with parameters of type Authorizer Constructor Description TopicResource(CollectionDAO dao, Authorizer authorizer) -
Uses of Authorizer in org.openmetadata.service.resources.types
Constructors in org.openmetadata.service.resources.types with parameters of type Authorizer Constructor Description TypeResource(CollectionDAO dao, Authorizer authorizer) -
Uses of Authorizer in org.openmetadata.service.resources.usage
Constructors in org.openmetadata.service.resources.usage with parameters of type Authorizer Constructor Description UsageResource(CollectionDAO dao, Authorizer authorizer) -
Uses of Authorizer in org.openmetadata.service.security
Classes in org.openmetadata.service.security that implement Authorizer Modifier and Type Class Description classDefaultAuthorizerclassNoopAuthorizer -
Uses of Authorizer in org.openmetadata.service.security.mask
Methods in org.openmetadata.service.security.mask with parameters of type Authorizer Modifier and Type Method Description static ResultList<Query>PIIMasker. getQueries(ResultList<Query> queries, Authorizer authorizer, javax.ws.rs.core.SecurityContext securityContext)static ResultList<TestCase>PIIMasker. getTestCases(ResultList<TestCase> testCases, Authorizer authorizer, javax.ws.rs.core.SecurityContext securityContext)
-