Class BitwardenStatus

java.lang.Object
com.mwdle.bitwarden.model.BitwardenStatus

public class BitwardenStatus extends Object
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 Details

    • BitwardenStatus

      public BitwardenStatus()
  • Method Details

    • getStatus

      public String getStatus()
      Gets the current status of the Bitwarden CLI session.
      Returns:
      The status string (e.g., "unlocked", "locked").