Class RateLimitProperties.ApiKey

java.lang.Object
com.rale4j.sb.config.RateLimitProperties.ApiKey
Enclosing class:
RateLimitProperties

public static class RateLimitProperties.ApiKey extends Object
API key security configuration.
  • Constructor Details

    • ApiKey

      public ApiKey()
  • Method Details

    • isEnabled

      public boolean isEnabled()
      Checks if API key security is enabled.
      Returns:
      true if enabled, false otherwise
    • setEnabled

      public void setEnabled(boolean enabled)
      Sets the API key security enabled state.
      Parameters:
      enabled - the enabled state