Interface StandardUsernamePasswordCredentials
- All Superinterfaces:
Credentials,Describable<Credentials>,ExtensionPoint,IdCredentials,PasswordCredentials,Serializable,StandardCredentials,StandardUsernameCredentials,UsernameCredentials,UsernamePasswordCredentials
- All Known Implementing Classes:
UsernamePasswordCredentialsImpl
@Recommended(since="1.6")
@NameWith(value=NameProvider.class,
priority=32)
public interface StandardUsernamePasswordCredentials
extends StandardUsernameCredentials, UsernamePasswordCredentials
The credential interface that standard username password based credentials should aim to implement.
- 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.PasswordCredentials
getPasswordMethods inherited from interface com.cloudbees.plugins.credentials.common.StandardCredentials
getDescriptionMethods inherited from interface com.cloudbees.plugins.credentials.common.UsernameCredentials
getUsername, isUsernameSecret