Class CredentialPropertyUtils

java.lang.Object
org.apache.gravitino.credential.CredentialPropertyUtils

public class CredentialPropertyUtils extends Object
Helper class to generate specific credential properties for different table format and engine.
  • Constructor Details

    • CredentialPropertyUtils

      public CredentialPropertyUtils()
  • Method Details

    • toIcebergProperties

      public static Map<String,String> toIcebergProperties(Credential credential)
      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