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) |
| 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() |
FormAuthentication.FormAuthenticationDescriptor |
getDescriptor() |
String |
getKeyName() |
void |
setActions(List<RequestAction> actions) |
@DataBoundConstructor public FormAuthentication(String keyName)
public String getKeyName()
getKeyName in interface Authenticatorpublic List<RequestAction> getActions()
public void setActions(List<RequestAction> actions)
public FormAuthentication.FormAuthenticationDescriptor getDescriptor()
getDescriptor in interface hudson.model.Describable<FormAuthentication>getDescriptor in class hudson.model.AbstractDescribableImpl<FormAuthentication>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-2012. All Rights Reserved.