Class SPNEGOAuthentication.SPNEGOResult

java.lang.Object
org.eclipse.jetty.client.util.SPNEGOAuthentication.SPNEGOResult
All Implemented Interfaces:
Authentication.Result
Enclosing class:
SPNEGOAuthentication

public static class SPNEGOAuthentication.SPNEGOResult extends Object implements Authentication.Result
  • Constructor Details

  • Method Details

    • getURI

      public URI getURI()
      Specified by:
      getURI in interface Authentication.Result
      Returns:
      the URI of the request that has been used to generate this Authentication.Result
    • apply

      public void apply(Request request)
      Description copied from interface: Authentication.Result
      Applies the authentication result to the given request. Typically, a Authorization header is added to the request, with the right information to successfully authenticate at the server.
      Specified by:
      apply in interface Authentication.Result
      Parameters:
      request - the request to authenticate