Class FormAuthentication
java.lang.Object
hudson.model.AbstractDescribableImpl<FormAuthentication>
jenkins.plugins.http_request.auth.FormAuthentication
- All Implemented Interfaces:
Describable<FormAuthentication>
,Serializable
,Authenticator
public class FormAuthentication
extends AbstractDescribableImpl<FormAuthentication>
implements Authenticator
- Author:
- Janario Oliveira
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.http.impl.client.CloseableHttpClient
authenticate
(org.apache.http.impl.client.HttpClientBuilder clientBuilder, org.apache.http.protocol.HttpContext context, org.apache.http.client.methods.HttpRequestBase requestBase, PrintStream logger) Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
FormAuthentication
-
-
Method Details
-
getKeyName
- Specified by:
getKeyName
in interfaceAuthenticator
-
getActions
-
authenticate
public org.apache.http.impl.client.CloseableHttpClient authenticate(org.apache.http.impl.client.HttpClientBuilder clientBuilder, org.apache.http.protocol.HttpContext context, org.apache.http.client.methods.HttpRequestBase requestBase, PrintStream logger) throws IOException - Specified by:
authenticate
in interfaceAuthenticator
- Throws:
IOException
-