Uses of Class
io.trino.server.ui.OAuth2WebUiInstalled
-
Packages that use OAuth2WebUiInstalled Package Description io.trino.server.security.oauth2 io.trino.server.ui -
-
Uses of OAuth2WebUiInstalled in io.trino.server.security.oauth2
Constructor parameters in io.trino.server.security.oauth2 with type arguments of type OAuth2WebUiInstalled Constructor Description OAuth2Service(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 OAuth2WebUiInstalled Modifier and Type Method Description static OAuth2WebUiInstalledOAuth2WebUiInstalled. valueOf(String name)Returns 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.
-