Class UsernamePasswordCredentialsImpl

    • Constructor Detail

      • 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.