Uses of Enum
io.trino.server.ui.OAuth2WebUiInstalled
Packages that use OAuth2WebUiInstalled
-
Uses of OAuth2WebUiInstalled in io.trino.server.security.oauth2
Constructor parameters in io.trino.server.security.oauth2 with type arguments of type OAuth2WebUiInstalledModifierConstructorDescriptionOAuth2Service(OAuth2Client client, io.jsonwebtoken.SigningKeyResolver signingKeyResolver, io.airlift.http.client.HttpClient httpClient, OAuth2Config oauth2Config, OAuth2TokenHandler tokenHandler, Optional<OAuth2WebUiInstalled> webUiOAuthEnabled) -
Uses of OAuth2WebUiInstalled in io.trino.server.ui
Methods in io.trino.server.ui that return OAuth2WebUiInstalledModifier and TypeMethodDescriptionstatic OAuth2WebUiInstalledReturns the enum constant of this type with the specified name.static OAuth2WebUiInstalled[]OAuth2WebUiInstalled.values()Returns an array containing the constants of this enum type, in the order they are declared.