Uses of Class
io.prestosql.server.security.PasswordAuthenticatorManager
-
Packages that use PasswordAuthenticatorManager Package Description io.prestosql.server io.prestosql.server.security io.prestosql.server.ui -
-
Uses of PasswordAuthenticatorManager in io.prestosql.server
Constructors in io.prestosql.server with parameters of type PasswordAuthenticatorManager Constructor Description PluginManager(io.airlift.node.NodeInfo nodeInfo, PluginManagerConfig config, ConnectorManager connectorManager, MetadataManager metadataManager, ResourceGroupManager<?> resourceGroupManager, AccessControlManager accessControlManager, PasswordAuthenticatorManager passwordAuthenticatorManager, CertificateAuthenticatorManager certificateAuthenticatorManager, EventListenerManager eventListenerManager, GroupProviderManager groupProviderManager, SessionPropertyDefaults sessionPropertyDefaults) -
Uses of PasswordAuthenticatorManager in io.prestosql.server.security
Constructors in io.prestosql.server.security with parameters of type PasswordAuthenticatorManager Constructor Description PasswordAuthenticator(PasswordAuthenticatorManager authenticatorManager, PasswordAuthenticatorConfig config) -
Uses of PasswordAuthenticatorManager in io.prestosql.server.ui
Constructors in io.prestosql.server.ui with parameters of type PasswordAuthenticatorManager Constructor Description PasswordManagerFormAuthenticator(PasswordAuthenticatorManager passwordAuthenticatorManager, SecurityConfig securityConfig)
-