Uses of Class
io.trino.server.security.PasswordAuthenticatorManager
-
Packages that use PasswordAuthenticatorManager Package Description io.trino.server io.trino.server.security io.trino.server.ui -
-
Uses of PasswordAuthenticatorManager in io.trino.server
Constructor parameters in io.trino.server with type arguments of type PasswordAuthenticatorManager Constructor Description PluginManager(PluginManager.PluginsProvider pluginsProvider, ConnectorManager connectorManager, MetadataManager metadataManager, ResourceGroupManager<?> resourceGroupManager, AccessControlManager accessControlManager, Optional<PasswordAuthenticatorManager> passwordAuthenticatorManager, CertificateAuthenticatorManager certificateAuthenticatorManager, Optional<HeaderAuthenticatorManager> headerAuthenticatorManager, EventListenerManager eventListenerManager, GroupProviderManager groupProviderManager, SessionPropertyDefaults sessionPropertyDefaults) -
Uses of PasswordAuthenticatorManager in io.trino.server.security
Constructors in io.trino.server.security with parameters of type PasswordAuthenticatorManager Constructor Description PasswordAuthenticator(PasswordAuthenticatorManager authenticatorManager, PasswordAuthenticatorConfig config, ProtocolConfig protocolConfig) -
Uses of PasswordAuthenticatorManager in io.trino.server.ui
Constructors in io.trino.server.ui with parameters of type PasswordAuthenticatorManager Constructor Description PasswordManagerFormAuthenticator(PasswordAuthenticatorManager passwordAuthenticatorManager, PasswordAuthenticatorConfig config, SecurityConfig securityConfig)
-