Extension Points defined in Bitwarden Credentials Provider Plugin

Table of Contents

CredentialConverter

Defines the contract for converting Bitwarden items into lazy-loading Jenkins credentials.

This abstract class is a Jenkins ExtensionPoint , allowing different implementations to be discovered at runtime. Each implementation is responsible for a specific Bitwarden item type (e.g., Login, Secure Note) and provides the logic for creating both a lightweight proxy and a fully resolved credential object.</p>

Implementations: