Uses of Class
com.mwdle.bitwarden.model.BitwardenItem
Packages that use BitwardenItem
-
Uses of BitwardenItem in com.mwdle.bitwarden.cli
Methods in com.mwdle.bitwarden.cli that return BitwardenItemModifier and TypeMethodDescriptionstatic BitwardenItem
Fetches a single, complete item from the vault by its ID. -
Uses of BitwardenItem in com.mwdle.bitwarden.converters
Methods in com.mwdle.bitwarden.converters with parameters of type BitwardenItemModifier and TypeMethodDescriptionabstract boolean
CredentialConverter.canConvert
(BitwardenItem item) Checks if this converter can handle the fully resolved item.boolean
LoginConverter.canConvert
(BitwardenItem item) Checks if this converter can handle the fully resolved item.boolean
SecureNoteConverter.canConvert
(BitwardenItem item) Checks if this converter can handle the fully resolved item.boolean
SshKeyConverter.canConvert
(BitwardenItem item) Checks if this converter can handle the fully resolved item.abstract com.cloudbees.plugins.credentials.common.StandardCredentials
CredentialConverter.convert
(com.cloudbees.plugins.credentials.CredentialsScope scope, String id, String description, BitwardenItem item) Creates a real, fully-formed Jenkins credential from a complete Bitwarden item.com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials
LoginConverter.convert
(com.cloudbees.plugins.credentials.CredentialsScope scope, String id, String description, BitwardenItem item) Creates a real, fully-formed Jenkins credential from a complete Bitwarden item.com.cloudbees.plugins.credentials.common.StandardCredentials
SecureNoteConverter.convert
(com.cloudbees.plugins.credentials.CredentialsScope scope, String id, String description, BitwardenItem item) Creates a real, fully-formed Jenkins credential from a complete Bitwarden item.com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey
SshKeyConverter.convert
(com.cloudbees.plugins.credentials.CredentialsScope scope, String id, String description, BitwardenItem item) Creates a real, fully-formed Jenkins credential from a complete Bitwarden item.static CredentialConverter
CredentialConverter.findConverter
(BitwardenItem item) Finds the first available and registered converter that can handle the given item.