public class FormAuthentication extends hudson.model.AbstractDescribableImpl<FormAuthentication> implements Authenticator
| Modifier and Type | Class and Description |
|---|---|
static class |
FormAuthentication.FormAuthenticationDescriptor |
| Constructor and Description |
|---|
FormAuthentication(String keyName,
List<RequestAction> actions) |
| Modifier and Type | Method and Description |
|---|---|
void |
authenticate(org.apache.http.impl.client.DefaultHttpClient client,
org.apache.http.client.methods.HttpRequestBase requestBase,
PrintStream logger) |
List<RequestAction> |
getActions() |
String |
getKeyName() |
@DataBoundConstructor public FormAuthentication(String keyName, List<RequestAction> actions)
public String getKeyName()
getKeyName in interface Authenticatorpublic List<RequestAction> getActions()
public void authenticate(org.apache.http.impl.client.DefaultHttpClient client,
org.apache.http.client.methods.HttpRequestBase requestBase,
PrintStream logger)
throws IOException
authenticate in interface AuthenticatorIOExceptionCopyright © 2004-2013. All Rights Reserved.