Interface TrackerAccountService

All Known Implementing Classes:
TrackerAccountServiceMain

public interface TrackerAccountService
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the tracker account details for the specified owner.
    boolean
    validateKey(String owner, String key)
    Validates the provided key for the given owner.
  • Method Details

    • getByOwner

      TrackerAccountDTO getByOwner(String owner)
      Retrieves the tracker account details for the specified owner.
      Parameters:
      owner - the owner of the tracker account
      Returns:
      the TrackerAccountDTO containing the account details
    • validateKey

      boolean validateKey(String owner, String key)
      Validates the provided key for the given owner.
      Parameters:
      owner - the owner of the key
      key - the key to validate
      Returns:
      true if the provided key is valid and the account is enabled, false otherwise