Uses of Package
com.mwdle.bitwarden.model
Packages that use com.mwdle.bitwarden.model
Package
Description
-
Classes in com.mwdle.bitwarden.model used by com.mwdle.bitwardenClassDescriptionRepresents a lightweight, non-secret metadata object for a Bitwarden item.
-
Classes in com.mwdle.bitwarden.model used by com.mwdle.bitwarden.cliClassDescriptionRepresents 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 JSON response from thebw status
command. -
Classes in com.mwdle.bitwarden.model used by com.mwdle.bitwarden.convertersClassDescriptionRepresents 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. -
Classes in com.mwdle.bitwarden.model used by com.mwdle.bitwarden.modelClassDescriptionRepresents the type of Bitwarden item, mapped from the integer code provided by the CLI.Represents the nested
login
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.