Package io.trino.tests.product.jdbc
Class TestExternalAuthorizerOAuth2
- java.lang.Object
-
- io.trino.tempto.ProductTest
-
- io.trino.tests.product.jdbc.TestExternalAuthorizerOAuth2
-
public class TestExternalAuthorizerOAuth2 extends io.trino.tempto.ProductTest
-
-
Constructor Summary
Constructors Constructor Description TestExternalAuthorizerOAuth2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldAuthenticateAfterTokenExpires()voidshouldAuthenticateAndExecuteQuery()voidshouldReturnGroups()
-
-
-
Method Detail
-
shouldAuthenticateAndExecuteQuery
public void shouldAuthenticateAndExecuteQuery() throws Exception- Throws:
Exception
-
shouldAuthenticateAfterTokenExpires
public void shouldAuthenticateAfterTokenExpires() throws Exception- Throws:
Exception
-
shouldReturnGroups
public void shouldReturnGroups() throws SQLException- Throws:
SQLException
-
-