Interface CatalogAdapter

All Known Implementing Classes:
GenericTableCatalogAdapter, IcebergCatalogAdapter, PolicyCatalogAdapter

public interface CatalogAdapter
A common interface for adapters between the REST interface and CatalogHandler implementations
  • Method Summary

    Modifier and Type
    Method
    Description
    default org.apache.iceberg.catalog.Namespace
     
    default void
    validatePrincipal(jakarta.ws.rs.core.SecurityContext securityContext)
     
  • Method Details

    • decodeNamespace

      default org.apache.iceberg.catalog.Namespace decodeNamespace(String namespace)
    • validatePrincipal

      default void validatePrincipal(jakarta.ws.rs.core.SecurityContext securityContext)