Index

A B C D E F G H I L M P R S T U V _ 
All Classes and Interfaces|All Packages|Serialized Form

A

addCredentials(Domain, Credentials) - Method in class com.mwdle.bitwarden.BitwardenCredentialsStore
Unsupported operation.

B

BitwardenAuthenticationException - Exception in com.mwdle.bitwarden.cli
A specialized RuntimeException thrown when the Bitwarden CLI fails due to an authentication error, such as an incorrect API key or master password.
BitwardenAuthenticationException(String, Throwable) - Constructor for exception com.mwdle.bitwarden.cli.BitwardenAuthenticationException
Constructs a new BitwardenAuthenticationException.
BitwardenCacheManager - Class in com.mwdle.bitwarden
A thread-safe singleton that manages the lifecycle of the Bitwarden item metadata cache.
BitwardenCacheManager() - Constructor for class com.mwdle.bitwarden.BitwardenCacheManager
 
BitwardenCLI - Class in com.mwdle.bitwarden.cli
A utility class for executing Bitwarden CLI commands.
BitwardenCLIManager - Class in com.mwdle.bitwarden.cli
A thread-safe singleton that manages the lifecycle of the Bitwarden CLI executable.
BitwardenConfig - Class in com.mwdle.bitwarden
Manages the system-wide configuration for the Bitwarden Credentials Provider plugin.
BitwardenConfig() - Constructor for class com.mwdle.bitwarden.BitwardenConfig
Called by Jenkins at startup to create the singleton instance of this class.
BitwardenConfig_DisplayName() - Static method in class com.mwdle.bitwarden.Messages
Key BitwardenConfig.DisplayName: Bitwarden Credentials Provider.
BitwardenConnectionException - Exception in com.mwdle.bitwarden.cli
A specialized IOException thrown when the Bitwarden CLI fails due to a network-related issue, such as a DNS failure or an inability to connect to the server.
BitwardenConnectionException(String, Throwable) - Constructor for exception com.mwdle.bitwarden.cli.BitwardenConnectionException
Constructs a new BitwardenConnectionException.
BitwardenCredentialsProvider - Class in com.mwdle.bitwarden
The main entry point for the plugin, responsible for providing Bitwarden-backed credentials to Jenkins.
BitwardenCredentialsProvider() - Constructor for class com.mwdle.bitwarden.BitwardenCredentialsProvider
 
BitwardenCredentialsStore - Class in com.mwdle.bitwarden
A simple, stateless view of the BitwardenCredentialsProvider for the Jenkins UI.
BitwardenCredentialsStore(BitwardenCredentialsProvider) - Constructor for class com.mwdle.bitwarden.BitwardenCredentialsStore
Constructs the store.
BitwardenCredentialsStore_DisplayName() - Static method in class com.mwdle.bitwarden.Messages
Key BitwardenCredentialsStore.DisplayName: Bitwarden.
BitwardenCredentialsStore.BitwardenCredentialStoreAction - Class in com.mwdle.bitwarden
The UI action that makes this store visible in the Jenkins sidebar and credentials list.
BitwardenItem - Class in com.mwdle.bitwarden.model
Represents a fully resolved Bitwarden item object, deserialized from the JSON output of bw get item.
BitwardenItem() - Constructor for class com.mwdle.bitwarden.model.BitwardenItem
 
BitwardenItemMetadata - Class in com.mwdle.bitwarden.model
Represents a lightweight, non-secret metadata object for a Bitwarden item.
BitwardenItemMetadata() - Constructor for class com.mwdle.bitwarden.model.BitwardenItemMetadata
 
BitwardenItemType - Enum Class in com.mwdle.bitwarden.model
Represents the type of Bitwarden item, mapped from the integer code provided by the CLI.
BitwardenLogin - Class in com.mwdle.bitwarden.model
Represents the nested login object within a Bitwarden item JSON, containing the username and password fields.
BitwardenLogin() - Constructor for class com.mwdle.bitwarden.model.BitwardenLogin
 
BitwardenSessionManager - Class in com.mwdle.bitwarden.cli
A thread-safe singleton that manages and caches a single, global Bitwarden session token.
BitwardenSshKey - Class in com.mwdle.bitwarden.model
Represents the nested sshKey object within a Bitwarden item JSON, containing the private and public key fields.
BitwardenSshKey() - Constructor for class com.mwdle.bitwarden.model.BitwardenSshKey
 
BitwardenStatus - Class in com.mwdle.bitwarden.model
Represents the JSON response from the bw status command.
BitwardenStatus() - Constructor for class com.mwdle.bitwarden.model.BitwardenStatus
 

C

canConvert(BitwardenItem) - Method in class com.mwdle.bitwarden.converters.CredentialConverter
Checks if this converter can handle the fully resolved item.
canConvert(BitwardenItem) - Method in class com.mwdle.bitwarden.converters.LoginConverter
Checks if this converter can handle the fully resolved item.
canConvert(BitwardenItem) - Method in class com.mwdle.bitwarden.converters.SecureNoteConverter
Checks if this converter can handle the fully resolved item.
canConvert(BitwardenItem) - Method in class com.mwdle.bitwarden.converters.SshKeyConverter
Checks if this converter can handle the fully resolved item.
canConvert(BitwardenItemMetadata) - Method in class com.mwdle.bitwarden.converters.CredentialConverter
Checks if this converter can handle the item type specified in the metadata.
canConvert(BitwardenItemMetadata) - Method in class com.mwdle.bitwarden.converters.LoginConverter
Checks if this converter can handle the item type specified in the metadata.
canConvert(BitwardenItemMetadata) - Method in class com.mwdle.bitwarden.converters.SecureNoteConverter
Checks if this converter can handle the item type specified in the metadata.
canConvert(BitwardenItemMetadata) - Method in class com.mwdle.bitwarden.converters.SshKeyConverter
Checks if this converter can handle the item type specified in the metadata.
CARD - Enum constant in enum class com.mwdle.bitwarden.model.BitwardenItemType
 
com.mwdle.bitwarden - package com.mwdle.bitwarden
 
com.mwdle.bitwarden.cli - package com.mwdle.bitwarden.cli
 
com.mwdle.bitwarden.converters - package com.mwdle.bitwarden.converters
 
com.mwdle.bitwarden.model - package com.mwdle.bitwarden.model
 
configServer(String) - Static method in class com.mwdle.bitwarden.cli.BitwardenCLI
Configures the Bitwarden CLI to point to a specific server URL.
configure(StaplerRequest2, JSONObject) - Method in class com.mwdle.bitwarden.BitwardenConfig
The entry point for Jenkins when a user saves the global configuration from the UI.
convert(CredentialsScope, String, String, BitwardenItem) - Method in class com.mwdle.bitwarden.converters.CredentialConverter
Creates a real, fully-formed Jenkins credential from a complete Bitwarden item.
convert(CredentialsScope, String, String, BitwardenItem) - Method in class com.mwdle.bitwarden.converters.LoginConverter
Creates a real, fully-formed Jenkins credential from a complete Bitwarden item.
convert(CredentialsScope, String, String, BitwardenItem) - Method in class com.mwdle.bitwarden.converters.SecureNoteConverter
Creates a real, fully-formed Jenkins credential from a complete Bitwarden item.
convert(CredentialsScope, String, String, BitwardenItem) - Method in class com.mwdle.bitwarden.converters.SshKeyConverter
Creates a real, fully-formed Jenkins credential from a complete Bitwarden item.
createProxy(CredentialsScope, String, BitwardenItemMetadata) - Method in class com.mwdle.bitwarden.converters.CredentialConverter
Creates a lightweight, lazy-loading proxy for a Jenkins credential.
createProxy(CredentialsScope, String, BitwardenItemMetadata) - Method in class com.mwdle.bitwarden.converters.LoginConverter
Creates a lightweight, lazy-loading proxy for a Jenkins credential.
createProxy(CredentialsScope, String, BitwardenItemMetadata) - Method in class com.mwdle.bitwarden.converters.SecureNoteConverter
Creates a lightweight, lazy-loading proxy for a Jenkins credential.
createProxy(CredentialsScope, String, BitwardenItemMetadata) - Method in class com.mwdle.bitwarden.converters.SshKeyConverter
Creates a lightweight, lazy-loading proxy for a Jenkins credential.
CredentialConverter - Class in com.mwdle.bitwarden.converters
Defines the contract for converting Bitwarden items into lazy-loading Jenkins credentials.
CredentialConverter() - Constructor for class com.mwdle.bitwarden.converters.CredentialConverter
 
CredentialProxy - Class in com.mwdle.bitwarden.converters
A stateless, lazy-loading proxy handler for Bitwarden-backed credentials.
CredentialProxy(String, String, String, Descriptor<?>) - Constructor for class com.mwdle.bitwarden.converters.CredentialProxy
Constructs a new proxy handler for a Bitwarden credential.

D

description_idLabel() - Static method in class com.mwdle.bitwarden.Messages
Key description.idLabel: BW ID:.
description_nonUniqueLabel() - Static method in class com.mwdle.bitwarden.Messages
Key description.nonUniqueLabel: non-unique name.
deserialize(JsonParser, DeserializationContext) - Method in class com.mwdle.bitwarden.model.SecretDeserializer
doCheckCliVersion() - Method in class com.mwdle.bitwarden.BitwardenConfig
An action method for the "Check Version" button in the UI.
doFillApiCredentialIdItems(Jenkins, String) - Method in class com.mwdle.bitwarden.BitwardenConfig
Populates the "Bitwarden API Key Credential" dropdown in the UI.
doFillMasterPasswordCredentialIdItems(Jenkins, String) - Method in class com.mwdle.bitwarden.BitwardenConfig
Populates the "Bitwarden Master Password Credential" dropdown in the UI.
doForceUpdateCli() - Method in class com.mwdle.bitwarden.BitwardenConfig
An action method for the "Download Latest" button in the UI.
doRefreshCache() - Method in class com.mwdle.bitwarden.BitwardenConfig
An action method for the "Refresh Now" button in the UI.
doVerifySession() - Method in class com.mwdle.bitwarden.BitwardenConfig
An action method for the "Verify Session" button in the UI.
downloadLatestExecutable() - Method in class com.mwdle.bitwarden.cli.BitwardenCLIManager
Forces a download of the latest Bitwarden CLI, overwriting any existing version.

E

exception_connectionError() - Static method in class com.mwdle.bitwarden.Messages
Key exception.connectionError: Could not connect to the Bitwarden server to log in..
exception_loginError() - Static method in class com.mwdle.bitwarden.Messages
Key exception.loginError: Bitwarden login failed. Check API key credential..
exception_syncError() - Static method in class com.mwdle.bitwarden.Messages
Key exception.syncError: Could not connect to the Bitwarden server to sync the vault..
exception_unlockError() - Static method in class com.mwdle.bitwarden.Messages
Key exception.unlockError: Bitwarden login failed. Check master password credential..

F

findConverter(BitwardenItem) - Static method in class com.mwdle.bitwarden.converters.CredentialConverter
Finds the first available and registered converter that can handle the given item.
findConverter(BitwardenItemMetadata) - Static method in class com.mwdle.bitwarden.converters.CredentialConverter
Finds the first available and registered converter that can handle the given item metadata.
fromInteger(int) - Static method in enum class com.mwdle.bitwarden.model.BitwardenItemType
Deserializes an integer from JSON into the corresponding BitwardenItemType.

G

getApiCredentialId() - Method in class com.mwdle.bitwarden.BitwardenConfig
 
getCacheDuration() - Method in class com.mwdle.bitwarden.BitwardenConfig
 
getCliExecutablePath() - Method in class com.mwdle.bitwarden.BitwardenConfig
 
getContext() - Method in class com.mwdle.bitwarden.BitwardenCredentialsStore
getCredentials(Domain) - Method in class com.mwdle.bitwarden.BitwardenCredentialsStore
getCredentialsInItemGroup(Class<C>, ItemGroup, Authentication, List<DomainRequirement>) - Method in class com.mwdle.bitwarden.BitwardenCredentialsProvider
Called by Jenkins to get a list of credentials that are available in a given context.
getDisplayName() - Method in class com.mwdle.bitwarden.BitwardenConfig
Provides the display name for this configuration section in the "Configure System" page.
getDisplayName() - Method in class com.mwdle.bitwarden.BitwardenCredentialsStore.BitwardenCredentialStoreAction
getDisplayName() - Method in class com.mwdle.bitwarden.BitwardenCredentialsStore
getExecutablePath() - Method in class com.mwdle.bitwarden.cli.BitwardenCLIManager
Gets the absolute path to the managed Bitwarden CLI executable.
getFileCredentialSuffixes() - Method in class com.mwdle.bitwarden.BitwardenConfig
 
getIconClassName() - Method in class com.mwdle.bitwarden.BitwardenCredentialsProvider
Provides the CSS class name for the SVG symbol used as this provider's icon.
getId() - Method in class com.mwdle.bitwarden.model.BitwardenItem
Gets the unique UUID of the item.
getId() - Method in class com.mwdle.bitwarden.model.BitwardenItemMetadata
Gets the unique UUID of the item.
getInstance() - Static method in class com.mwdle.bitwarden.BitwardenCacheManager
Provides global access to the single instance of this manager.
getInstance() - Static method in class com.mwdle.bitwarden.BitwardenConfig
Provides global access to the single instance of this configuration.
getInstance() - Static method in class com.mwdle.bitwarden.BitwardenCredentialsProvider
Provides global access to the single instance of this provider.
getInstance() - Static method in class com.mwdle.bitwarden.cli.BitwardenCLIManager
Provides global access to the single instance of this manager.
getInstance() - Static method in class com.mwdle.bitwarden.cli.BitwardenSessionManager
Provides global access to the single instance of this manager.
getItem(Secret, String) - Static method in class com.mwdle.bitwarden.cli.BitwardenCLI
Fetches a single, complete item from the vault by its ID.
getItemType() - Method in class com.mwdle.bitwarden.model.BitwardenItemMetadata
Gets the enumerated type of the Bitwarden item.
getLogin() - Method in class com.mwdle.bitwarden.model.BitwardenItem
Gets the nested object containing login details.
getMasterPasswordCredentialId() - Method in class com.mwdle.bitwarden.BitwardenConfig
 
getMetadata() - Method in class com.mwdle.bitwarden.BitwardenCacheManager
Provides a safe, non-blocking way to get the current list of credential metadata.
getName() - Method in class com.mwdle.bitwarden.model.BitwardenItem
Gets the user-provided name of the item.
getName() - Method in class com.mwdle.bitwarden.model.BitwardenItemMetadata
Gets the user-provided name of the item.
getNotes() - Method in class com.mwdle.bitwarden.model.BitwardenItem
Gets the content of the item's "notes" field.
getPassword() - Method in class com.mwdle.bitwarden.model.BitwardenLogin
Gets the password for this login.
getPluginDataDirectory() - Static method in class com.mwdle.bitwarden.PluginDirectoryProvider
Gets the single, stable data directory for this plugin.
getPrivateKey() - Method in class com.mwdle.bitwarden.model.BitwardenSshKey
Gets the private key text.
getPublicKey() - Method in class com.mwdle.bitwarden.model.BitwardenSshKey
Gets the public key text.
getServerUrl() - Method in class com.mwdle.bitwarden.BitwardenConfig
 
getSessionToken() - Method in class com.mwdle.bitwarden.cli.BitwardenSessionManager
Provides thread-safe, high-performance access to a valid Bitwarden session token.
getSshKey() - Method in class com.mwdle.bitwarden.model.BitwardenItem
Gets the nested object containing SSH key details.
getStatus() - Method in class com.mwdle.bitwarden.model.BitwardenStatus
Gets the current status of the Bitwarden CLI session.
getStore() - Method in class com.mwdle.bitwarden.BitwardenCredentialsStore.BitwardenCredentialStoreAction
getStore(ModelObject) - Method in class com.mwdle.bitwarden.BitwardenCredentialsProvider
Provides the BitwardenCredentialsStore to the Jenkins UI for the global credentials context.
getStoreAction() - Method in class com.mwdle.bitwarden.BitwardenCredentialsStore
getTypeCode() - Method in enum class com.mwdle.bitwarden.model.BitwardenItemType
Serializes this enum constant into its corresponding integer code for JSON.
getUsername() - Method in class com.mwdle.bitwarden.model.BitwardenLogin
Gets the username for this login.

H

hasPermission2(Authentication, Permission) - Method in class com.mwdle.bitwarden.BitwardenCredentialsStore

I

IDENTITY - Enum constant in enum class com.mwdle.bitwarden.model.BitwardenItemType
 
invalidateCache() - Method in class com.mwdle.bitwarden.BitwardenCacheManager
Completely removes the credential list from the in-memory cache.
invalidateSessionToken() - Method in class com.mwdle.bitwarden.cli.BitwardenSessionManager
Invalidates the current session token.
invoke(Object, Method, Object[]) - Method in class com.mwdle.bitwarden.converters.CredentialProxy
Intercepts all method calls made to the proxied credential object.
isConfigured() - Method in class com.mwdle.bitwarden.BitwardenConfig
A helper method to check if the essential configuration (API key and master password) is present.
isSessionValid() - Method in class com.mwdle.bitwarden.cli.BitwardenSessionManager
Performs a check to see if the cached session token is still valid by calling bw status.

L

listCredentials() - Method in class com.mwdle.bitwarden.BitwardenCredentialsProvider
The primary method for generating the list of all available Bitwarden credentials.
listItemsMetadata(Secret) - Static method in class com.mwdle.bitwarden.cli.BitwardenCLI
Fetches a list of all item metadata from the vault.
login(StandardUsernamePasswordCredentials) - Static method in class com.mwdle.bitwarden.cli.BitwardenCLI
Logs into the Bitwarden CLI using an API key.
LOGIN - Enum constant in enum class com.mwdle.bitwarden.model.BitwardenItemType
 
LoginConverter - Class in com.mwdle.bitwarden.converters
Converts Bitwarden Login items into a Jenkins StandardUsernamePasswordCredentials.
LoginConverter() - Constructor for class com.mwdle.bitwarden.converters.LoginConverter
 
logout() - Static method in class com.mwdle.bitwarden.cli.BitwardenCLI
Logs out of the Bitwarden CLI.

M

Messages - Class in com.mwdle.bitwarden
Generated localization support class.
Messages() - Constructor for class com.mwdle.bitwarden.Messages
 

P

PluginDirectoryProvider - Class in com.mwdle.bitwarden
A thread-safe utility class for providing a stable, dedicated data directory for the plugin.
provisionExecutable() - Method in class com.mwdle.bitwarden.cli.BitwardenCLIManager
Ensures the Bitwarden CLI executable is present, downloading it if it does not exist.

R

removeCredentials(Domain, Credentials) - Method in class com.mwdle.bitwarden.BitwardenCredentialsStore
Unsupported operation.

S

save() - Method in class com.mwdle.bitwarden.BitwardenConfig
The unified hook for all configuration changes, called by both the UI (via BitwardenConfig.configure(org.kohsuke.stapler.StaplerRequest2, net.sf.json.JSONObject)) and JCasC.
SecretDeserializer - Class in com.mwdle.bitwarden.model
A custom Jackson deserializer that converts a JSON string directly into a Jenkins Secret.
SecretDeserializer() - Constructor for class com.mwdle.bitwarden.model.SecretDeserializer
 
SECURE_NOTE - Enum constant in enum class com.mwdle.bitwarden.model.BitwardenItemType
 
SecureNoteConverter - Class in com.mwdle.bitwarden.converters
Converts Bitwarden Secure Note items into a Jenkins StringCredentials or FileCredentials proxy.
SecureNoteConverter() - Constructor for class com.mwdle.bitwarden.converters.SecureNoteConverter
 
setApiCredentialId(String) - Method in class com.mwdle.bitwarden.BitwardenConfig
 
setCacheDuration(int) - Method in class com.mwdle.bitwarden.BitwardenConfig
 
setCliExecutablePath(String) - Method in class com.mwdle.bitwarden.BitwardenConfig
 
setFileCredentialSuffixes(String) - Method in class com.mwdle.bitwarden.BitwardenConfig
 
setMasterPasswordCredentialId(String) - Method in class com.mwdle.bitwarden.BitwardenConfig
 
setServerUrl(String) - Method in class com.mwdle.bitwarden.BitwardenConfig
 
SSH_KEY - Enum constant in enum class com.mwdle.bitwarden.model.BitwardenItemType
 
SshKeyConverter - Class in com.mwdle.bitwarden.converters
Converts Bitwarden SSH Key items into a Jenkins SSHUserPrivateKey.
SshKeyConverter() - Constructor for class com.mwdle.bitwarden.converters.SshKeyConverter
 
status(Secret) - Static method in class com.mwdle.bitwarden.cli.BitwardenCLI
Checks the status of the Bitwarden CLI session.
sync(Secret) - Static method in class com.mwdle.bitwarden.cli.BitwardenCLI
Syncs the local CLI database with the remote Bitwarden vault.

T

triggerStartupCacheUpdate() - Method in class com.mwdle.bitwarden.BitwardenCacheManager
Schedules a background task to update the Bitwarden item cache after Jenkins starts.

U

UNKNOWN - Enum constant in enum class com.mwdle.bitwarden.model.BitwardenItemType
A fallback for any unknown or unsupported item types.
unlock(StringCredentials) - Static method in class com.mwdle.bitwarden.cli.BitwardenCLI
Unlocks the vault using the Master Password and returns the session token.
updateCache() - Method in class com.mwdle.bitwarden.BitwardenCacheManager
Triggers a non-destructive, asynchronous refresh of the cache.
updateCredentials(Domain, Credentials, Credentials) - Method in class com.mwdle.bitwarden.BitwardenCredentialsStore
Unsupported operation.

V

validation_cliError(Object) - Static method in class com.mwdle.bitwarden.Messages
Key validation.cliError: Failed to execute: {0}.
validation_cliUpdateError(Object) - Static method in class com.mwdle.bitwarden.Messages
Key validation.cliUpdateError: Failed to update Bitwarden CLI: {0}.
validation_cliUpdateManual() - Static method in class com.mwdle.bitwarden.Messages
Key validation.cliUpdateManual: A manual CLI path is configured; automatic download is disabled..
validation_cliUpdateOk(Object) - Static method in class com.mwdle.bitwarden.Messages
Key validation.cliUpdateOk: Successfully downloaded Bitwarden CLI. New version: {0}.
validation_cliVersion(Object) - Static method in class com.mwdle.bitwarden.Messages
Key validation.cliVersion: Currently installed version: {0}.
validation_refreshError(Object) - Static method in class com.mwdle.bitwarden.Messages
Key validation.refreshError: Failed to start cache refresh: {0}.
validation_refreshStarted() - Static method in class com.mwdle.bitwarden.Messages
Key validation.refreshStarted: A background refresh has started..
validation_sessionNotConfigured() - Static method in class com.mwdle.bitwarden.Messages
Key validation.sessionNotConfigured: Plugin is not configured..
validation_sessionNotFound() - Static method in class com.mwdle.bitwarden.Messages
Key validation.sessionNotFound: No active session found. This is normal after a restart or configuration change. Please try again in a moment..
validation_sessionOk() - Static method in class com.mwdle.bitwarden.Messages
Key validation.sessionOk: Success! A valid session is active and the plugin is ready to serve credentials..
valueOf(String) - Static method in enum class com.mwdle.bitwarden.model.BitwardenItemType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.mwdle.bitwarden.model.BitwardenItemType
Returns an array containing the constants of this enum class, in the order they are declared.
version() - Static method in class com.mwdle.bitwarden.cli.BitwardenCLI
Fetches the version of the installed Bitwarden CLI.

_

_BitwardenConfig_DisplayName() - Static method in class com.mwdle.bitwarden.Messages
Key BitwardenConfig.DisplayName: Bitwarden Credentials Provider.
_BitwardenCredentialsStore_DisplayName() - Static method in class com.mwdle.bitwarden.Messages
Key BitwardenCredentialsStore.DisplayName: Bitwarden.
_description_idLabel() - Static method in class com.mwdle.bitwarden.Messages
Key description.idLabel: BW ID:.
_description_nonUniqueLabel() - Static method in class com.mwdle.bitwarden.Messages
Key description.nonUniqueLabel: non-unique name.
_exception_connectionError() - Static method in class com.mwdle.bitwarden.Messages
Key exception.connectionError: Could not connect to the Bitwarden server to log in..
_exception_loginError() - Static method in class com.mwdle.bitwarden.Messages
Key exception.loginError: Bitwarden login failed. Check API key credential..
_exception_syncError() - Static method in class com.mwdle.bitwarden.Messages
Key exception.syncError: Could not connect to the Bitwarden server to sync the vault..
_exception_unlockError() - Static method in class com.mwdle.bitwarden.Messages
Key exception.unlockError: Bitwarden login failed. Check master password credential..
_validation_cliError(Object) - Static method in class com.mwdle.bitwarden.Messages
Key validation.cliError: Failed to execute: {0}.
_validation_cliUpdateError(Object) - Static method in class com.mwdle.bitwarden.Messages
Key validation.cliUpdateError: Failed to update Bitwarden CLI: {0}.
_validation_cliUpdateManual() - Static method in class com.mwdle.bitwarden.Messages
Key validation.cliUpdateManual: A manual CLI path is configured; automatic download is disabled..
_validation_cliUpdateOk(Object) - Static method in class com.mwdle.bitwarden.Messages
Key validation.cliUpdateOk: Successfully downloaded Bitwarden CLI. New version: {0}.
_validation_cliVersion(Object) - Static method in class com.mwdle.bitwarden.Messages
Key validation.cliVersion: Currently installed version: {0}.
_validation_refreshError(Object) - Static method in class com.mwdle.bitwarden.Messages
Key validation.refreshError: Failed to start cache refresh: {0}.
_validation_refreshStarted() - Static method in class com.mwdle.bitwarden.Messages
Key validation.refreshStarted: A background refresh has started..
_validation_sessionNotConfigured() - Static method in class com.mwdle.bitwarden.Messages
Key validation.sessionNotConfigured: Plugin is not configured..
_validation_sessionNotFound() - Static method in class com.mwdle.bitwarden.Messages
Key validation.sessionNotFound: No active session found. This is normal after a restart or configuration change. Please try again in a moment..
_validation_sessionOk() - Static method in class com.mwdle.bitwarden.Messages
Key validation.sessionOk: Success! A valid session is active and the plugin is ready to serve credentials..
A B C D E F G H I L M P R S T U V _ 
All Classes and Interfaces|All Packages|Serialized Form