Uses of Class
io.prestosql.server.security.oauth2.OAuth2Config
-
Packages that use OAuth2Config Package Description io.prestosql.server.security.oauth2 io.prestosql.server.ui -
-
Uses of OAuth2Config in io.prestosql.server.security.oauth2
Methods in io.prestosql.server.security.oauth2 that return OAuth2Config Modifier and Type Method Description OAuth2ConfigOAuth2Config. setAuthUrl(String authUrl)OAuth2ConfigOAuth2Config. setChallengeTimeout(io.airlift.units.Duration challengeTimeout)OAuth2ConfigOAuth2Config. setClientId(String clientId)OAuth2ConfigOAuth2Config. setClientSecret(String clientSecret)OAuth2ConfigOAuth2Config. setJwksUrl(String jwksUrl)OAuth2ConfigOAuth2Config. setStateKey(String stateKey)OAuth2ConfigOAuth2Config. setTokenUrl(String tokenUrl)OAuth2ConfigOAuth2Config. setUserMappingFile(File userMappingFile)OAuth2ConfigOAuth2Config. setUserMappingPattern(String userMappingPattern)Methods in io.prestosql.server.security.oauth2 with parameters of type OAuth2Config Modifier and Type Method Description static io.jsonwebtoken.SigningKeyResolverOAuth2ServiceModule. createSigningKeyResolver(OAuth2Config oauth2Config, io.airlift.http.client.HttpClient httpClient)Constructors in io.prestosql.server.security.oauth2 with parameters of type OAuth2Config Constructor Description OAuth2Service(OAuth2Client client, io.jsonwebtoken.SigningKeyResolver signingKeyResolver, OAuth2Config oauth2Config)ScribeJavaOAuth2Client(OAuth2Config config) -
Uses of OAuth2Config in io.prestosql.server.ui
Constructors in io.prestosql.server.ui with parameters of type OAuth2Config Constructor Description OAuth2WebUiAuthenticationFilter(OAuth2Service service, OAuth2Config oauth2Config)
-