Interface TrackerAccountService
- All Known Implementing Classes:
TrackerAccountServiceMain
public interface TrackerAccountService
-
Method Summary
Modifier and TypeMethodDescriptiongetByOwner(String owner) Retrieves the tracker account details for the specified owner.booleanvalidateKey(String owner, String key) Validates the provided key for the given owner.
-
Method Details
-
getByOwner
Retrieves the tracker account details for the specified owner.- Parameters:
owner- the owner of the tracker account- Returns:
- the
TrackerAccountDTOcontaining the account details
-
validateKey
Validates the provided key for the given owner.- Parameters:
owner- the owner of the keykey- the key to validate- Returns:
- true if the provided key is valid and the account is enabled, false otherwise
-