public class CredentialPropertyUtils
extends java.lang.Object
Constructor and Description |
---|
CredentialPropertyUtils() |
Modifier and Type | Method and Description |
---|---|
static java.util.Map<java.lang.String,java.lang.String> |
toIcebergProperties(Credential credential)
Transforms a specific credential into a map of Iceberg properties.
|
public static java.util.Map<java.lang.String,java.lang.String> toIcebergProperties(Credential credential)
credential
- the credential to be transformed into Iceberg properties