Package org.apache.gravitino.credential
Class CredentialPropertyUtils
java.lang.Object
org.apache.gravitino.credential.CredentialPropertyUtils
Helper class to generate specific credential properties for different table format and engine.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoIcebergProperties
(Credential credential) Transforms a specific credential into a map of Iceberg properties.
-
Constructor Details
-
CredentialPropertyUtils
public CredentialPropertyUtils()
-
-
Method Details
-
toIcebergProperties
Transforms a specific credential into a map of Iceberg properties.- Parameters:
credential
- the credential to be transformed into Iceberg properties- Returns:
- a map of Iceberg properties derived from the credential
-