Uses of Interface
org.openmetadata.service.security.auth.AuthenticatorHandler
-
Packages that use AuthenticatorHandler Package Description org.openmetadata.service.resources org.openmetadata.service.resources.teams org.openmetadata.service.security.auth -
-
Uses of AuthenticatorHandler in org.openmetadata.service.resources
Methods in org.openmetadata.service.resources with parameters of type AuthenticatorHandler 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 CollectionRegistry -
Uses of AuthenticatorHandler in org.openmetadata.service.resources.teams
Constructors in org.openmetadata.service.resources.teams with parameters of type AuthenticatorHandler Constructor Description UserResource(CollectionDAO dao, Authorizer authorizer, AuthenticatorHandler authenticatorHandler) -
Uses of AuthenticatorHandler in org.openmetadata.service.security.auth
Classes in org.openmetadata.service.security.auth that implement AuthenticatorHandler Modifier and Type Class Description classBasicAuthenticatorclassLdapAuthenticatorclassNoopAuthenticator
-