Interface QuarkusNessieAuthenticationConfig


  • @StaticInitSafe
    @ConfigMapping(prefix="nessie.server.authentication")
    public interface QuarkusNessieAuthenticationConfig
    Configuration for Nessie authentication settings.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Set<java.lang.String> anonymousPaths()
      Returns the set of HTTP URL paths that are permitted to be serviced without authentication.
      boolean enabled()
      Returns true if Nessie authentication is enabled.
    • Method Detail

      • enabled

        @WithName("enabled")
        @WithDefault("false")
        boolean enabled()
        Returns true if Nessie authentication is enabled.
      • anonymousPaths

        @WithName("anonymous-paths")
        java.util.Set<java.lang.String> anonymousPaths()
        Returns the set of HTTP URL paths that are permitted to be serviced without authentication.