Uses of Class
com.mwdle.bitwarden.model.BitwardenItemMetadata
Packages that use BitwardenItemMetadata
Package
Description
-
Uses of BitwardenItemMetadata in com.mwdle.bitwarden
Methods in com.mwdle.bitwarden that return types with arguments of type BitwardenItemMetadata -
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 sessionKey) Returns a list of all Bitwarden 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 TypeMethodDescriptionstatic <T extends com.cloudbees.plugins.credentials.common.StandardCredentials>
TCredentialProxy.create(String id, BitwardenItemMetadata metadata, Class<T> credentialInterface, Class<? extends T> credentialClass, Class<? extends CredentialConverter> converterClass) Returns a Jenkins credential proxy.com.cloudbees.plugins.credentials.common.StandardCredentialsCredentialConverter.createProxy(String id, BitwardenItemMetadata metadata) Creates a lightweight, lazy-loadingCredentialProxy.com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentialsLoginConverter.createProxy(String id, BitwardenItemMetadata metadata) org.jenkinsci.plugins.plaincredentials.FileCredentialsSecureNoteFileConverter.createProxy(String id, BitwardenItemMetadata metadata) org.jenkinsci.plugins.plaincredentials.StringCredentialsSecureNoteStringConverter.createProxy(String id, BitwardenItemMetadata metadata) com.cloudbees.jenkins.plugins.sshcredentials.SSHUserPrivateKeySshKeyConverter.createProxy(String id, BitwardenItemMetadata metadata) static CredentialConverterCredentialConverter.getConverter(BitwardenItemMetadata metadata) Returns a converter that supports the given item, if one exists. -
Uses of BitwardenItemMetadata in com.mwdle.bitwarden.model
Subclasses of BitwardenItemMetadata in com.mwdle.bitwarden.modelModifier and TypeClassDescriptionfinal classA concrete Bitwarden item, including secrets, deserialized frombw get item.