Interface Auth

  • All Known Implementing Classes:
    BasicAuth, OidcAuth

    public interface Auth
    Author:
    carnalca@redhat.com
    • Method Detail

      • apply

        void apply​(Map<String,​String> requestHeaders)
        Called to apply this auth mechanism to the HTTP request headers. Typically an implementation would add an "Authorization" header or something similar.
        Parameters:
        requestHeaders -