Uses of Class
io.trino.server.InternalAuthenticationManager
-
Packages that use InternalAuthenticationManager Package Description io.trino.server.security -
-
Uses of InternalAuthenticationManager in io.trino.server.security
Constructors in io.trino.server.security with parameters of type InternalAuthenticationManager Constructor Description AuthenticationFilter(List<Authenticator> authenticators, InternalAuthenticationManager internalAuthenticationManager, SecurityConfig securityConfig, InsecureAuthenticator insecureAuthenticator)ResourceSecurityDynamicFeature(ResourceAccessType resourceAccessType, AuthenticationFilter authenticationFilter, WebUiAuthenticationFilter webUiAuthenticationFilter, InternalAuthenticationManager internalAuthenticationManager, AccessControl accessControl, HttpRequestSessionContextFactory sessionContextFactory, SecurityConfig securityConfig, ProtocolConfig protocolConfig)
-