public class AuthorizerConfig extends Object
| Constructor and Description |
|---|
AuthorizerConfig() |
| Modifier and Type | Method and Description |
|---|---|
int | defaultMaxAcls() |
int | maxAcls(String tenantId) |
void | setDefaultMaxAcls(Integer maxAcls) |
void | setTenantMaxAcls(Optional<String> tenantIdOpt, Optional<Integer> maxAcls) |