Uses of Class
io.trino.server.security.oauth2.OAuth2Service
Packages that use OAuth2Service
-
Uses of OAuth2Service in io.trino.server.security.oauth2
Constructors in io.trino.server.security.oauth2 with parameters of type OAuth2ServiceModifierConstructorDescriptionOAuth2CallbackResource(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 OAuth2ServiceModifierConstructorDescriptionOAuth2WebUiAuthenticationFilter(OAuth2Service service, OAuth2Client client, TokenPairSerializer tokenPairSerializer, Optional<Duration> tokenExpiration, OAuth2Config oauth2Config)