Interface AdministratorUser

  • All Known Implementing Classes:
    JsonAdministratorUser

    public interface AdministratorUser
    Interface for users that are allowed to administer the service. Implementations are SettingsService specific.
    Since:
    1.0.0
    • Method Detail

      • getPassword

        String getPassword()
        Get the value of password.
        Returns:
        the value of password
      • getUsername

        String getUsername()
        Get the value of username.
        Returns:
        the value of username
      • setPassword

        void setPassword​(String password)
        Set the value of password.
        Parameters:
        password - new value of password
      • setUsername

        void setUsername​(String username)
        Set the value of username.
        Parameters:
        username - new value of username