Interface KeymasterCookieProvider


public interface KeymasterCookieProvider
The set of cookies provided by this interface will be sent with KeyMaster connections.
  • Method Summary

    Modifier and Type
    Method
    Description
    Provide HTTP cookies as a map of cookie name to values
  • Method Details

    • getCookies

      Map<String,String> getCookies()
      Provide HTTP cookies as a map of cookie name to values
      Returns:
      a map of HTTP cookies to include in the request.