Class AwsRdsDatabaseAuthenticationProvider
java.lang.Object
org.openmetadata.service.util.jdbi.AwsRdsDatabaseAuthenticationProvider
- All Implemented Interfaces:
DatabaseAuthenticationProvider
public class AwsRdsDatabaseAuthenticationProvider
extends Object
implements DatabaseAuthenticationProvider
DatabaseAuthenticationProvider implementation for AWS RDS IAM Auth.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthenticate(String jdbcUrl, String username, String password) Authenticate a user for the given jdbc url.
-
Field Details
-
AWS_REGION
- See Also:
-
ALLOW_PUBLIC_KEY_RETRIEVAL
- See Also:
-
PROTOCOL
- See Also:
-
-
Constructor Details
-
AwsRdsDatabaseAuthenticationProvider
public AwsRdsDatabaseAuthenticationProvider()
-
-
Method Details
-
authenticate
Description copied from interface:DatabaseAuthenticationProviderAuthenticate a user for the given jdbc url.- Specified by:
authenticatein interfaceDatabaseAuthenticationProvider- Returns:
- authorization token
-