Uses of Interface
com.cloudbees.plugins.credentials.common.StandardCredentials
-
Uses of StandardCredentials in com.cloudbees.plugins.credentials.common
Modifier and TypeInterfaceDescriptioninterface
Credentials that have an ID, description, keystore and password, for example client certificates for SSL.interface
Credentials that have an ID, description and username.interface
The credential interface that standard username password based credentials should aim to implement.Modifier and TypeMethodDescriptionprotected String
StandardListBoxModel.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
Modifier and TypeClassDescriptionclass
Base class forStandardCredentials
.class
class
Concrete implementation ofStandardUsernamePasswordCredentials
.