Uses of Interface
io.envoyproxy.envoy.config.rbac.v3.Principal.AuthenticatedOrBuilder
-
Packages that use Principal.AuthenticatedOrBuilder Package Description io.envoyproxy.envoy.config.rbac.v3 -
-
Uses of Principal.AuthenticatedOrBuilder in io.envoyproxy.envoy.config.rbac.v3
Classes in io.envoyproxy.envoy.config.rbac.v3 that implement Principal.AuthenticatedOrBuilder Modifier and Type Class Description static class
Principal.Authenticated
Authentication attributes for a downstream.static class
Principal.Authenticated.Builder
Authentication attributes for a downstream.Fields in io.envoyproxy.envoy.config.rbac.v3 with type parameters of type Principal.AuthenticatedOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Principal.Authenticated,Principal.Authenticated.Builder,Principal.AuthenticatedOrBuilder>
Principal.Builder. authenticatedBuilder_
Methods in io.envoyproxy.envoy.config.rbac.v3 that return Principal.AuthenticatedOrBuilder Modifier and Type Method Description Principal.AuthenticatedOrBuilder
Principal.Builder. getAuthenticatedOrBuilder()
Authenticated attributes that identify the downstream.Principal.AuthenticatedOrBuilder
Principal. getAuthenticatedOrBuilder()
Authenticated attributes that identify the downstream.Principal.AuthenticatedOrBuilder
PrincipalOrBuilder. getAuthenticatedOrBuilder()
Authenticated attributes that identify the downstream.Methods in io.envoyproxy.envoy.config.rbac.v3 that return types with arguments of type Principal.AuthenticatedOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Principal.Authenticated,Principal.Authenticated.Builder,Principal.AuthenticatedOrBuilder>
Principal.Builder. getAuthenticatedFieldBuilder()
Authenticated attributes that identify the downstream.
-