Interface StandardUsernameCredentials
- All Superinterfaces:
Credentials
,Describable<Credentials>
,ExtensionPoint
,IdCredentials
,Serializable
,StandardCredentials
,UsernameCredentials
- All Known Subinterfaces:
StandardUsernamePasswordCredentials
- All Known Implementing Classes:
UsernamePasswordCredentialsImpl
@Recommended(since="1.6")
@NameWith(value=NameProvider.class,
priority=16)
public interface StandardUsernameCredentials
extends StandardCredentials, UsernameCredentials
Credentials that have an ID, description and username. Most credentials that have a username should aim to implement
this interface.
- Since:
- 1.6
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
Our name provider.Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
Nested classes/interfaces inherited from interface com.cloudbees.plugins.credentials.common.IdCredentials
IdCredentials.Helpers
-
Method Summary
Methods inherited from interface com.cloudbees.plugins.credentials.Credentials
forRun, getDescriptor, getScope
Methods inherited from interface com.cloudbees.plugins.credentials.common.IdCredentials
getId
Methods inherited from interface com.cloudbees.plugins.credentials.common.StandardCredentials
getDescription
Methods inherited from interface com.cloudbees.plugins.credentials.common.UsernameCredentials
getUsername, isUsernameSecret