Uses of Class
io.trino.server.security.oauth2.OAuth2Service
-
Packages that use OAuth2Service Package Description io.trino.server.security.oauth2 io.trino.server.ui -
-
Uses of OAuth2Service in io.trino.server.security.oauth2
Constructors in io.trino.server.security.oauth2 with parameters of type OAuth2Service Constructor Description OAuth2Authenticator(OAuth2Service service, OAuth2Config config)OAuth2CallbackResource(OAuth2Service service)OAuth2TokenExchangeResource(OAuth2TokenExchange tokenExchange, OAuth2Service service, DispatchExecutor executor) -
Uses of OAuth2Service in io.trino.server.ui
Constructors in io.trino.server.ui with parameters of type OAuth2Service Constructor Description OAuth2WebUiAuthenticationFilter(OAuth2Service service, OAuth2Config oauth2Config)
-