Interface IdRateLimitEmailVerificationServiceType

All Superinterfaces:
com.io7m.repetoir.core.RPServiceType
All Known Implementing Classes:
IdRateLimitEmailVerificationService

public interface IdRateLimitEmailVerificationServiceType extends com.io7m.repetoir.core.RPServiceType
A rate limiting service for email verifications.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     

    Methods inherited from interface com.io7m.repetoir.core.RPServiceType

    description
  • Method Details

    • isAllowedByRateLimit

      boolean isAllowedByRateLimit(UUID user)
      Parameters:
      user - The user ID
      Returns:
      true if the given operation is allowed by rate limiting