Class UsernamePasswordDockerRegistryTokenSource
java.lang.Object
jenkins.authentication.tokens.api.AuthenticationTokenSource<DockerRegistryToken,com.cloudbees.plugins.credentials.common.UsernamePasswordCredentials>
 
org.jenkinsci.plugins.docker.commons.impl.UsernamePasswordDockerRegistryTokenSource
- All Implemented Interfaces:
- ExtensionPoint
@Extension
public class UsernamePasswordDockerRegistryTokenSource
extends jenkins.authentication.tokens.api.AuthenticationTokenSource<DockerRegistryToken,com.cloudbees.plugins.credentials.common.UsernamePasswordCredentials> 
- 
Nested Class SummaryNested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionconvert(com.cloudbees.plugins.credentials.common.UsernamePasswordCredentials c) Methods inherited from class jenkins.authentication.tokens.api.AuthenticationTokenSourceconsumes, consumes, fits, isFit, matcher, produces
- 
Constructor Details- 
UsernamePasswordDockerRegistryTokenSourcepublic UsernamePasswordDockerRegistryTokenSource()
 
- 
- 
Method Details- 
convert@NonNull public DockerRegistryToken convert(com.cloudbees.plugins.credentials.common.UsernamePasswordCredentials c) throws jenkins.authentication.tokens.api.AuthenticationTokenException - Specified by:
- convertin class- jenkins.authentication.tokens.api.AuthenticationTokenSource<DockerRegistryToken,- com.cloudbees.plugins.credentials.common.UsernamePasswordCredentials> 
- Throws:
- jenkins.authentication.tokens.api.AuthenticationTokenException
 
 
-