Interface IdRateLimitPasswordResetServiceType

All Superinterfaces:
IdServiceType
All Known Implementing Classes:
IdRateLimitPasswordResetService

public interface IdRateLimitPasswordResetServiceType extends IdServiceType
A rate limiting service for password resets.
  • Method Details

    • isAllowedByRateLimit

      boolean isAllowedByRateLimit(String host)
      Parameters:
      host - The host performing the action
      Returns:
      true if the given operation is allowed by rate limiting