Interface AuthorizationProvider

All Known Implementing Classes:
BasicAuthorizationProvider

public interface AuthorizationProvider
Interface to be implemented to add an Authorization header to an HTTP request.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • addAuthorization

      void addAuthorization(URLConnection urlConnection)