public static interface Rbac.RBACPerRouteOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDisabled()
Disable the filter for this particular vhost or route.
|
Rbac.RBACPerRoute.OverrideCase |
getOverrideCase() |
Rbac.RBAC |
getRbac()
Override the global configuration of the filter with this new config.
|
Rbac.RBACOrBuilder |
getRbacOrBuilder()
Override the global configuration of the filter with this new config.
|
boolean |
hasRbac()
Override the global configuration of the filter with this new config.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getDisabled()
Disable the filter for this particular vhost or route.
bool disabled = 1 [(.validate.rules) = { ... }boolean hasRbac()
Override the global configuration of the filter with this new config.
.envoy.config.filter.http.rbac.v2.RBAC rbac = 2 [(.validate.rules) = { ... }Rbac.RBAC getRbac()
Override the global configuration of the filter with this new config.
.envoy.config.filter.http.rbac.v2.RBAC rbac = 2 [(.validate.rules) = { ... }Rbac.RBACOrBuilder getRbacOrBuilder()
Override the global configuration of the filter with this new config.
.envoy.config.filter.http.rbac.v2.RBAC rbac = 2 [(.validate.rules) = { ... }Rbac.RBACPerRoute.OverrideCase getOverrideCase()
Copyright © 2018 The Envoy Project. All rights reserved.