Interface KeymasterCookieProvider


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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.String> getCookies()
      Provide HTTP cookies as a map of cookie name to values
    • Method Detail

      • getCookies

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