jenkins.plugins.http_request.auth
Interface Authenticator

All Known Implementing Classes:
BasicDigestAuthentication, FormAuthentication

public interface Authenticator

Author:
Janario Oliveira

Method Summary
 void authenticate(org.apache.http.impl.client.DefaultHttpClient client, org.apache.http.protocol.HttpContext context, org.apache.http.client.methods.HttpRequestBase requestBase, PrintStream logger, Integer timeout)
           
 String getKeyName()
           
 

Method Detail

getKeyName

String getKeyName()

authenticate

void authenticate(org.apache.http.impl.client.DefaultHttpClient client,
                  org.apache.http.protocol.HttpContext context,
                  org.apache.http.client.methods.HttpRequestBase requestBase,
                  PrintStream logger,
                  Integer timeout)
                  throws IOException,
                         InterruptedException
Throws:
IOException
InterruptedException


Copyright © 2004-2015. All Rights Reserved.