Uses of Class
com.mwdle.bitwarden.model.BitwardenItemMetadata
Packages that use BitwardenItemMetadata
-
Uses of BitwardenItemMetadata in com.mwdle.bitwarden
Methods in com.mwdle.bitwarden that return types with arguments of type BitwardenItemMetadataModifier and TypeMethodDescriptionBitwardenCacheManager.getMetadata()
Provides a safe, non-blocking way to get the current list of credential metadata. -
Uses of BitwardenItemMetadata in com.mwdle.bitwarden.cli
Methods in com.mwdle.bitwarden.cli that return types with arguments of type BitwardenItemMetadataModifier and TypeMethodDescriptionstatic List<BitwardenItemMetadata>
BitwardenCLI.listItemsMetadata
(Secret sessionToken) Fetches a list of all item metadata from the vault. -
Uses of BitwardenItemMetadata in com.mwdle.bitwarden.converters
Methods in com.mwdle.bitwarden.converters with parameters of type BitwardenItemMetadataModifier and TypeMethodDescriptionabstract boolean
CredentialConverter.canConvert
(BitwardenItemMetadata metadata) Checks if this converter can handle the item type specified in the metadata.boolean
LoginConverter.canConvert
(BitwardenItemMetadata metadata) Checks if this converter can handle the item type specified in the metadata.boolean
SecureNoteConverter.canConvert
(BitwardenItemMetadata metadata) Checks if this converter can handle the item type specified in the metadata.boolean
SshKeyConverter.canConvert
(BitwardenItemMetadata metadata) Checks if this converter can handle the item type specified in the metadata.abstract com.cloudbees.plugins.credentials.common.StandardCredentials
CredentialConverter.createProxy
(com.cloudbees.plugins.credentials.CredentialsScope scope, String id, BitwardenItemMetadata metadata) Creates a lightweight, lazy-loading proxy for a Jenkins credential.com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials
LoginConverter.createProxy
(com.cloudbees.plugins.credentials.CredentialsScope scope, String id, BitwardenItemMetadata metadata) Creates a lightweight, lazy-loading proxy for a Jenkins credential.com.cloudbees.plugins.credentials.common.StandardCredentials
SecureNoteConverter.createProxy
(com.cloudbees.plugins.credentials.CredentialsScope scope, String id, BitwardenItemMetadata metadata) Creates a lightweight, lazy-loading proxy for a Jenkins credential.com.cloudbees.jenkins.plugins.sshcredentials.SSHUserPrivateKey
SshKeyConverter.createProxy
(com.cloudbees.plugins.credentials.CredentialsScope scope, String id, BitwardenItemMetadata metadata) Creates a lightweight, lazy-loading proxy for a Jenkins credential.static CredentialConverter
CredentialConverter.findConverter
(BitwardenItemMetadata metadata) Finds the first available and registered converter that can handle the given item metadata.