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