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 BitwardenItemFetches 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 booleanCredentialConverter.canConvert(BitwardenItem item) Checks if this converter can handle the fully resolved item.booleanLoginConverter.canConvert(BitwardenItem item) Checks if this converter can handle the fully resolved item.booleanSecureNoteConverter.canConvert(BitwardenItem item) Checks if this converter can handle the fully resolved item.booleanSshKeyConverter.canConvert(BitwardenItem item) Checks if this converter can handle the fully resolved item.abstract com.cloudbees.plugins.credentials.common.StandardCredentialsCredentialConverter.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.StandardUsernamePasswordCredentialsLoginConverter.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.StandardCredentialsSecureNoteConverter.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.BasicSSHUserPrivateKeySshKeyConverter.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 CredentialConverterCredentialConverter.findConverter(BitwardenItem item) Finds the first available and registered converter that can handle the given item.