public class CredentialsSVNAuthenticationProviderImpl extends Object implements org.tmatesoft.svn.core.auth.ISVNAuthenticationProvider, Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
CredentialsSVNAuthenticationProviderImpl.RemotableSVNAuthenticationBuilderProvider |
static class |
CredentialsSVNAuthenticationProviderImpl.RemotableSVNUnauthenticatedRealmObserver |
static interface |
CredentialsSVNAuthenticationProviderImpl.SVNAuthenticationBuilder |
static interface |
CredentialsSVNAuthenticationProviderImpl.SVNAuthenticationBuilderProvider |
static class |
CredentialsSVNAuthenticationProviderImpl.SVNCertificateAuthenticationBuilder |
static class |
CredentialsSVNAuthenticationProviderImpl.SVNEmptyAuthenticationBuilder |
static interface |
CredentialsSVNAuthenticationProviderImpl.SVNUnauthenticatedRealmObserver |
static class |
CredentialsSVNAuthenticationProviderImpl.SVNUsernameAuthenticationBuilder |
static class |
CredentialsSVNAuthenticationProviderImpl.SVNUsernamePasswordAuthenticationBuilder |
static class |
CredentialsSVNAuthenticationProviderImpl.SVNUsernamePrivateKeysAuthenticationBuilder |
| Constructor and Description |
|---|
CredentialsSVNAuthenticationProviderImpl(com.cloudbees.plugins.credentials.Credentials credentials) |
CredentialsSVNAuthenticationProviderImpl(com.cloudbees.plugins.credentials.Credentials credentials,
Map<String,com.cloudbees.plugins.credentials.Credentials> credentialsByRealm) |
| Modifier and Type | Method and Description |
|---|---|
int |
acceptServerAuthentication(org.tmatesoft.svn.core.SVNURL url,
String realm,
Object certificate,
boolean resultMayBeStored) |
static CredentialsSVNAuthenticationProviderImpl |
createAuthenticationProvider(hudson.model.Item context,
String remote,
String credentialsId,
Map<String,String> additionalCredentialIds) |
static CredentialsSVNAuthenticationProviderImpl |
createAuthenticationProvider(hudson.model.Item context,
SubversionSCM scm,
SubversionSCM.ModuleLocation location) |
Set<String> |
getUnauthenticatedRealms() |
org.tmatesoft.svn.core.auth.SVNAuthentication |
requestClientAuthentication(String kind,
org.tmatesoft.svn.core.SVNURL url,
String realm,
org.tmatesoft.svn.core.SVNErrorMessage errorMessage,
org.tmatesoft.svn.core.auth.SVNAuthentication previousAuth,
boolean authMayBeStored) |
void |
resetUnauthenticatedRealms() |
public CredentialsSVNAuthenticationProviderImpl(com.cloudbees.plugins.credentials.Credentials credentials)
public static CredentialsSVNAuthenticationProviderImpl createAuthenticationProvider(hudson.model.Item context, String remote, String credentialsId, Map<String,String> additionalCredentialIds)
public static CredentialsSVNAuthenticationProviderImpl createAuthenticationProvider(hudson.model.Item context, SubversionSCM scm, SubversionSCM.ModuleLocation location)
public org.tmatesoft.svn.core.auth.SVNAuthentication requestClientAuthentication(String kind, org.tmatesoft.svn.core.SVNURL url, String realm, org.tmatesoft.svn.core.SVNErrorMessage errorMessage, org.tmatesoft.svn.core.auth.SVNAuthentication previousAuth, boolean authMayBeStored)
requestClientAuthentication in interface org.tmatesoft.svn.core.auth.ISVNAuthenticationProviderpublic void resetUnauthenticatedRealms()
Copyright © 2004–2015. All rights reserved.