public class UserProvidedCredential extends Object implements Closeable
| Modifier and Type | Class and Description |
|---|---|
class |
UserProvidedCredential.AuthenticationManagerImpl
ISVNAuthenticationManager that uses the user provided credential. |
| Modifier and Type | Field and Description |
|---|---|
hudson.model.AbstractProject |
inContextOf
If non-null, this credential is submitted primarily to be used with this project.
|
| Constructor and Description |
|---|
UserProvidedCredential(String username,
String password,
File keyFile)
Deprecated.
|
UserProvidedCredential(String username,
String password,
File keyFile,
hudson.model.AbstractProject inContextOf) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static UserProvidedCredential |
fromForm(org.kohsuke.stapler.StaplerRequest req,
hudson.util.MultipartFormDataParser parser)
Parses the credential information from a form submission.
|
public final hudson.model.AbstractProject inContextOf
public UserProvidedCredential(String username, String password, File keyFile)
UserProvidedCredential(String, String, File, AbstractProject)public static UserProvidedCredential fromForm(org.kohsuke.stapler.StaplerRequest req, hudson.util.MultipartFormDataParser parser) throws IOException
IOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2004–2015. All rights reserved.