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 booleanCredentialConverter.canConvert(BitwardenItemMetadata metadata) Checks if this converter can handle the item type specified in the metadata.booleanLoginConverter.canConvert(BitwardenItemMetadata metadata) Checks if this converter can handle the item type specified in the metadata.booleanSecureNoteConverter.canConvert(BitwardenItemMetadata metadata) Checks if this converter can handle the item type specified in the metadata.booleanSshKeyConverter.canConvert(BitwardenItemMetadata metadata) Checks if this converter can handle the item type specified in the metadata.abstract com.cloudbees.plugins.credentials.common.StandardCredentialsCredentialConverter.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.StandardUsernamePasswordCredentialsLoginConverter.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.StandardCredentialsSecureNoteConverter.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.SSHUserPrivateKeySshKeyConverter.createProxy(com.cloudbees.plugins.credentials.CredentialsScope scope, String id, BitwardenItemMetadata metadata) Creates a lightweight, lazy-loading proxy for a Jenkins credential.static CredentialConverterCredentialConverter.findConverter(BitwardenItemMetadata metadata) Finds the first available and registered converter that can handle the given item metadata.