Package hudson.scm
Class CredentialsSVNAuthenticationProviderImpl
java.lang.Object
hudson.scm.CredentialsSVNAuthenticationProviderImpl
- All Implemented Interfaces:
Serializable
,org.tmatesoft.svn.core.auth.ISVNAuthenticationProvider
public class CredentialsSVNAuthenticationProviderImpl
extends Object
implements org.tmatesoft.svn.core.auth.ISVNAuthenticationProvider, Serializable
- Since:
- 08/08/2013 12:15
- Author:
- stephenc
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static interface
static interface
static class
static class
static interface
static class
static class
static class
-
Field Summary
Fields inherited from interface org.tmatesoft.svn.core.auth.ISVNAuthenticationProvider
ACCEPTED, ACCEPTED_TEMPORARY, REJECTED
-
Constructor Summary
ConstructorDescriptionCredentialsSVNAuthenticationProviderImpl
(com.cloudbees.plugins.credentials.Credentials credentials) CredentialsSVNAuthenticationProviderImpl
(com.cloudbees.plugins.credentials.Credentials credentials, Map<String, com.cloudbees.plugins.credentials.Credentials> credentialsByRealm) Deprecated.CredentialsSVNAuthenticationProviderImpl
(com.cloudbees.plugins.credentials.Credentials credentials, Map<String, com.cloudbees.plugins.credentials.Credentials> credentialsByRealm, TaskListener listener) -
Method Summary
Modifier and TypeMethodDescriptionint
acceptServerAuthentication
(org.tmatesoft.svn.core.SVNURL url, String realm, Object certificate, boolean resultMayBeStored) createAuthenticationProvider
(Item context, SubversionSCM scm, SubversionSCM.ModuleLocation location) Deprecated.createAuthenticationProvider
(Item context, SubversionSCM scm, SubversionSCM.ModuleLocation location, TaskListener listener) createAuthenticationProvider
(Item context, String remote, String credentialsId, Map<String, String> additionalCredentialIds) Deprecated.createAuthenticationProvider
(Item context, String remote, String credentialsId, Map<String, String> additionalCredentialIds, TaskListener listener) 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
-
Constructor Details
-
CredentialsSVNAuthenticationProviderImpl
public CredentialsSVNAuthenticationProviderImpl(com.cloudbees.plugins.credentials.Credentials credentials) -
CredentialsSVNAuthenticationProviderImpl
public CredentialsSVNAuthenticationProviderImpl(com.cloudbees.plugins.credentials.Credentials credentials, Map<String, com.cloudbees.plugins.credentials.Credentials> credentialsByRealm, TaskListener listener) -
CredentialsSVNAuthenticationProviderImpl
@Deprecated public CredentialsSVNAuthenticationProviderImpl(com.cloudbees.plugins.credentials.Credentials credentials, Map<String, com.cloudbees.plugins.credentials.Credentials> credentialsByRealm) Deprecated.
-
-
Method Details
-
createAuthenticationProvider
public static CredentialsSVNAuthenticationProviderImpl createAuthenticationProvider(Item context, String remote, String credentialsId, Map<String, String> additionalCredentialIds, TaskListener listener) -
createAuthenticationProvider
@Deprecated public static CredentialsSVNAuthenticationProviderImpl createAuthenticationProvider(Item context, String remote, String credentialsId, Map<String, String> additionalCredentialIds) Deprecated. -
createAuthenticationProvider
public static CredentialsSVNAuthenticationProviderImpl createAuthenticationProvider(Item context, SubversionSCM scm, SubversionSCM.ModuleLocation location, TaskListener listener) -
createAuthenticationProvider
@Deprecated public static CredentialsSVNAuthenticationProviderImpl createAuthenticationProvider(Item context, SubversionSCM scm, SubversionSCM.ModuleLocation location) Deprecated. -
requestClientAuthentication
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) - Specified by:
requestClientAuthentication
in interfaceorg.tmatesoft.svn.core.auth.ISVNAuthenticationProvider
-
resetUnauthenticatedRealms
public void resetUnauthenticatedRealms() -
getUnauthenticatedRealms
-
acceptServerAuthentication
public int acceptServerAuthentication(org.tmatesoft.svn.core.SVNURL url, String realm, Object certificate, boolean resultMayBeStored) - Specified by:
acceptServerAuthentication
in interfaceorg.tmatesoft.svn.core.auth.ISVNAuthenticationProvider
-