Class DatabaseAuthenticationProviderFactory
java.lang.Object
org.openmetadata.service.util.jdbi.DatabaseAuthenticationProviderFactory
Factory class for
DatabaseAuthenticationProvider.-
Method Summary
Modifier and TypeMethodDescriptionGet auth provider based on the given jdbc url.
-
Method Details
-
get
Get auth provider based on the given jdbc url.- Parameters:
jdbcURL- the jdbc url.- Returns:
- instance of
DatabaseAuthenticationProvider.
-