Interface IdRateLimitEmailVerificationServiceType

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

public interface IdRateLimitEmailVerificationServiceType extends IdRateLimiterType
A rate limiting service for email verifications.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     

    Methods inherited from interface com.io7m.idstore.server.service.ratelimit.IdRateLimiterType

    waitTime

    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