Interface ApiKeyEntityRepository<T extends ApiKeyEntity>

All Known Implementing Classes:
InMemoryApiKeyEntityRepository

public interface ApiKeyEntityRepository<T extends ApiKeyEntity>
Author:
Daniel Garnier-Moiroux
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable T
     
  • Method Details

    • findByKeyId

      @Nullable T findByKeyId(String keyId)