Uses of Interface
io.envoyproxy.envoy.config.rbac.v3.PolicyOrBuilder
-
Packages that use PolicyOrBuilder Package Description io.envoyproxy.envoy.config.rbac.v3 -
-
Uses of PolicyOrBuilder in io.envoyproxy.envoy.config.rbac.v3
Classes in io.envoyproxy.envoy.config.rbac.v3 that implement PolicyOrBuilder Modifier and Type Class Description class
Policy
Policy specifies a role and the principals that are assigned/denied the role.static class
Policy.Builder
Policy specifies a role and the principals that are assigned/denied the role.Fields in io.envoyproxy.envoy.config.rbac.v3 with type parameters of type PolicyOrBuilder Modifier and Type Field Description private com.google.protobuf.MapFieldBuilder<java.lang.String,PolicyOrBuilder,Policy,Policy.Builder>
RBAC.Builder. policies_
Methods in io.envoyproxy.envoy.config.rbac.v3 that return types with arguments of type PolicyOrBuilder Modifier and Type Method Description private com.google.protobuf.MapFieldBuilder<java.lang.String,PolicyOrBuilder,Policy,Policy.Builder>
RBAC.Builder. internalGetMutablePolicies()
private com.google.protobuf.MapFieldBuilder<java.lang.String,PolicyOrBuilder,Policy,Policy.Builder>
RBAC.Builder. internalGetPolicies()
Methods in io.envoyproxy.envoy.config.rbac.v3 with parameters of type PolicyOrBuilder Modifier and Type Method Description Policy
RBAC.Builder.PoliciesConverter. build(PolicyOrBuilder val)
-