Package com.mwdle.bitwarden.model
package com.mwdle.bitwarden.model
-
ClassDescriptionRepresents a fully resolved Bitwarden item object, deserialized from the JSON output of
bw get item
.Represents a lightweight, non-secret metadata object for a Bitwarden item.Represents the type of Bitwarden item, mapped from the integer code provided by the CLI.Represents the nestedlogin
object within a Bitwarden item JSON, containing the username and password fields.Represents the nestedsshKey
object within a Bitwarden item JSON, containing the private and public key fields.Represents the JSON response from thebw status
command.A custom Jackson deserializer that converts a JSON string directly into a JenkinsSecret
.