Class ProxyInformation

java.lang.Object
uk.ac.manchester.spinnaker.storage.ProxyInformation

public class ProxyInformation extends Object
Information about the proxy to allow connection.
  • Field Details

    • spallocUrl

      @NotEmpty public final @NotEmpty String spallocUrl
      The URL of the spalloc server to connect to.
    • jobUrl

      @NotEmpty public final @NotEmpty String jobUrl
      The URL of the job to connect to.
    • headers

      @NotEmpty public final @NotEmpty Map<String,String> headers
      The headers to use for authentication.
    • cookies

      @NotEmpty public final @NotEmpty Map<String,String> cookies
      The cookies to use for authentication.
  • Constructor Details

    • ProxyInformation

      public ProxyInformation(String spallocUrl, String jobUrl, Map<String,String> headers, Map<String,String> cookies)
      Create a new instance.
      Parameters:
      spallocUrl - The URL of the Spalloc server.
      jobUrl - The URL of the job.
      headers - The headers to use for authentication.
      cookies - The cookies to use for authentication.