Package com.rale4j.sb.config
Class RateLimitProperties.Jwt
java.lang.Object
com.rale4j.sb.config.RateLimitProperties.Jwt
- Enclosing class:
RateLimitProperties
JWT security configuration.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Checks if JWT security is enabled.void
setEnabled
(boolean enabled) Sets the JWT security enabled state.
-
Constructor Details
-
Jwt
public Jwt()
-
-
Method Details
-
isEnabled
public boolean isEnabled()Checks if JWT security is enabled.- Returns:
- true if enabled, false otherwise
-
setEnabled
public void setEnabled(boolean enabled) Sets the JWT security enabled state.- Parameters:
enabled
- the enabled state
-