Uses of Interface
io.envoyproxy.envoy.config.rbac.v3.Permission.SetOrBuilder
-
Packages that use Permission.SetOrBuilder Package Description io.envoyproxy.envoy.config.rbac.v3 -
-
Uses of Permission.SetOrBuilder in io.envoyproxy.envoy.config.rbac.v3
Classes in io.envoyproxy.envoy.config.rbac.v3 that implement Permission.SetOrBuilder Modifier and Type Class Description static classPermission.SetUsed in the ``and_rules`` and ``or_rules`` fields in the ``rule`` oneof.static classPermission.Set.BuilderUsed in the ``and_rules`` and ``or_rules`` fields in the ``rule`` oneof.Methods in io.envoyproxy.envoy.config.rbac.v3 that return Permission.SetOrBuilder Modifier and Type Method Description Permission.SetOrBuilderPermission.Builder. getAndRulesOrBuilder()A set of rules that all must match in order to define the action.Permission.SetOrBuilderPermission. getAndRulesOrBuilder()A set of rules that all must match in order to define the action.Permission.SetOrBuilderPermissionOrBuilder. getAndRulesOrBuilder()A set of rules that all must match in order to define the action.Permission.SetOrBuilderPermission.Builder. getOrRulesOrBuilder()A set of rules where at least one must match in order to define the action.Permission.SetOrBuilderPermission. getOrRulesOrBuilder()A set of rules where at least one must match in order to define the action.Permission.SetOrBuilderPermissionOrBuilder. getOrRulesOrBuilder()A set of rules where at least one must match in order to define the action.
-