Interface UsernamePasswordCredentials
- All Superinterfaces:
Credentials
,Describable<Credentials>
,ExtensionPoint
,PasswordCredentials
,Serializable
,UsernameCredentials
- All Known Subinterfaces:
StandardUsernamePasswordCredentials
- All Known Implementing Classes:
UsernamePasswordCredentialsImpl
@LegacyMixIn(preferred=StandardUsernamePasswordCredentials.class)
@NameWith(value=NameProvider.class,
priority=1)
public interface UsernamePasswordCredentials
extends UsernameCredentials, PasswordCredentials
Credentials that have both a username and a password component.
- Since:
- 1.5
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
Our name provider.Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Method Summary
Methods inherited from interface com.cloudbees.plugins.credentials.Credentials
forRun, getDescriptor, getScope
Methods inherited from interface com.cloudbees.plugins.credentials.common.PasswordCredentials
getPassword
Methods inherited from interface com.cloudbees.plugins.credentials.common.UsernameCredentials
getUsername, isUsernameSecret