Class UsernamePasswordCredentialsImpl

All Implemented Interfaces:
IdCredentials, PasswordCredentials, StandardCredentials, StandardUsernameCredentials, StandardUsernamePasswordCredentials, UsernameCredentials, UsernamePasswordCredentials, Credentials, ExtensionPoint, Describable<Credentials>, Serializable

public class UsernamePasswordCredentialsImpl extends BaseStandardCredentials implements StandardUsernamePasswordCredentials
Concrete implementation of StandardUsernamePasswordCredentials.
Since:
1.6
See Also:
  • Constructor Details

    • UsernamePasswordCredentialsImpl

      @DataBoundConstructor public UsernamePasswordCredentialsImpl(@CheckForNull CredentialsScope scope, @CheckForNull String id, @CheckForNull String description, @CheckForNull String username, @CheckForNull String password)
      Constructor.
      Parameters:
      scope - the credentials scope
      id - the ID or null to generate a new one.
      description - the description.
      username - the username.
      password - the password.
  • Method Details