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
Nested ClassesModifier and TypeInterfaceDescriptionstatic classOur name provider.Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudsonNested 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, getScopeMethods inherited from interface com.cloudbees.plugins.credentials.common.IdCredentials
getIdMethods inherited from interface com.cloudbees.plugins.credentials.common.StandardCredentials
getDescriptionMethods inherited from interface com.cloudbees.plugins.credentials.common.UsernameCredentials
getUsername, isUsernameSecret