Uses of Interface
com.cloudbees.plugins.credentials.common.StandardCredentials
Packages that use StandardCredentials
-
Uses of StandardCredentials in com.cloudbees.plugins.credentials.common
Subinterfaces of StandardCredentials in com.cloudbees.plugins.credentials.commonModifier and TypeInterfaceDescriptioninterfaceCredentials that have an ID, description, keystore and password, for example client certificates for SSL.interfaceCredentials that have an ID, description and username.interfaceThe credential interface that standard username password based credentials should aim to implement.Methods in com.cloudbees.plugins.credentials.common with parameters of type StandardCredentialsModifier and TypeMethodDescriptionprotected StringStandardListBoxModel.describe(StandardCredentials c) Generate a description of the supplied credential.StandardCredentials.NameProvider.getName(StandardCredentials c) Name the credential. -
Uses of StandardCredentials in com.cloudbees.plugins.credentials.impl
Classes in com.cloudbees.plugins.credentials.impl that implement StandardCredentialsModifier and TypeClassDescriptionclassBase class forStandardCredentials.classclassConcrete implementation ofStandardUsernamePasswordCredentials.