Uses of Class
io.trino.server.security.PasswordAuthenticatorManager
Packages that use PasswordAuthenticatorManager
-
Uses of PasswordAuthenticatorManager in io.trino.server
Constructor parameters in io.trino.server with type arguments of type PasswordAuthenticatorManagerModifierConstructorDescriptionPluginManager(PluginManager.PluginsProvider pluginsProvider, CatalogFactory connectorFactory, GlobalFunctionCatalog globalFunctionCatalog, ResourceGroupManager<?> resourceGroupManager, AccessControlManager accessControlManager, Optional<PasswordAuthenticatorManager> passwordAuthenticatorManager, CertificateAuthenticatorManager certificateAuthenticatorManager, Optional<HeaderAuthenticatorManager> headerAuthenticatorManager, EventListenerManager eventListenerManager, GroupProviderManager groupProviderManager, SessionPropertyDefaults sessionPropertyDefaults, TypeRegistry typeRegistry, BlockEncodingManager blockEncodingManager, HandleResolver handleResolver, ExchangeManagerRegistry exchangeManagerRegistry) -
Uses of PasswordAuthenticatorManager in io.trino.server.security
Constructors in io.trino.server.security with parameters of type PasswordAuthenticatorManagerModifierConstructorDescriptionPasswordAuthenticator(PasswordAuthenticatorManager authenticatorManager, PasswordAuthenticatorConfig config, ProtocolConfig protocolConfig) -
Uses of PasswordAuthenticatorManager in io.trino.server.ui
Constructors in io.trino.server.ui with parameters of type PasswordAuthenticatorManagerModifierConstructorDescriptionPasswordManagerFormAuthenticator(PasswordAuthenticatorManager passwordAuthenticatorManager, PasswordAuthenticatorConfig config, SecurityConfig securityConfig)