Interface PrivilegesMapping


@PolarisImmutable public interface PrivilegesMapping
Value type holding the Polaris system-wide mapping of privilege names to and from integer IDs.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final PrivilegesMapping
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.apache.polaris.persistence.nosql.authz.spi.ImmutablePrivilegesMapping.Builder
     
     
  • Field Details

  • Method Details

    • nameToId

      Map<String,Integer> nameToId()
    • builder

      static org.apache.polaris.persistence.nosql.authz.spi.ImmutablePrivilegesMapping.Builder builder()