Package com.mwdle.bitwarden.model
Class BitwardenStatus
java.lang.Object
com.mwdle.bitwarden.model.BitwardenStatus
Represents the JSON response from the
bw status
command.
This class models the fields relevant to the plugin for checking the current status of the Bitwarden CLI session (e.g., "unlocked", "locked").
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BitwardenStatus
public BitwardenStatus()
-
-
Method Details
-
getStatus
Gets the current status of the Bitwarden CLI session.- Returns:
- The status string (e.g., "unlocked", "locked").
-