Class BasicAuthRequestImpl

java.lang.Object
org.refcodes.web.BasicAuthRequestImpl
All Implemented Interfaces:
org.refcodes.mixin.Dumpable, BasicAuthCredentialsAccessor, BasicAuthRequest, HttpMethodAccessor, UrlAccessor

public class BasicAuthRequestImpl
extends Object
implements BasicAuthRequest
The BasicAuthRequestImpl class implements the BasicAuthRequest type.
  • Constructor Details

    • BasicAuthRequestImpl

      public BasicAuthRequestImpl​(HttpMethod aHttpMethod, Url aUrl, BasicAuthCredentials aCredentials)
      Constructs a BasicAuthRequest instance with required attributes.
      Parameters:
      aHttpMethod - The HttpMethod with which the request has been sent.
      aUrl - The Url from which to take the URL specific data.
      aCredentials - The credentials retrieved from the request.
  • Method Details