Uses of Class
io.envoyproxy.envoy.config.rbac.v3.Principal.Authenticated
-
Packages that use Principal.Authenticated Package Description io.envoyproxy.envoy.config.rbac.v3 io.grpc.xds Library for gPRC proxyless service mesh using Envoy xDS protocol. -
-
Uses of Principal.Authenticated in io.envoyproxy.envoy.config.rbac.v3
Fields in io.envoyproxy.envoy.config.rbac.v3 declared as Principal.Authenticated Modifier and Type Field Description private static Principal.Authenticated
Principal.Authenticated. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.config.rbac.v3 with type parameters of type Principal.Authenticated Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Principal.Authenticated,Principal.Authenticated.Builder,Principal.AuthenticatedOrBuilder>
Principal.Builder. authenticatedBuilder_
private static com.google.protobuf.Parser<Principal.Authenticated>
Principal.Authenticated. PARSER
Methods in io.envoyproxy.envoy.config.rbac.v3 that return Principal.Authenticated Modifier and Type Method Description Principal.Authenticated
Principal.Authenticated.Builder. build()
Principal.Authenticated
Principal.Authenticated.Builder. buildPartial()
Principal.Authenticated
Principal.Builder. getAuthenticated()
Authenticated attributes that identify the downstream.Principal.Authenticated
Principal. getAuthenticated()
Authenticated attributes that identify the downstream.Principal.Authenticated
PrincipalOrBuilder. getAuthenticated()
Authenticated attributes that identify the downstream.static Principal.Authenticated
Principal.Authenticated. getDefaultInstance()
Principal.Authenticated
Principal.Authenticated.Builder. getDefaultInstanceForType()
Principal.Authenticated
Principal.Authenticated. getDefaultInstanceForType()
static Principal.Authenticated
Principal.Authenticated. parseDelimitedFrom(java.io.InputStream input)
static Principal.Authenticated
Principal.Authenticated. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Principal.Authenticated
Principal.Authenticated. parseFrom(byte[] data)
static Principal.Authenticated
Principal.Authenticated. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Principal.Authenticated
Principal.Authenticated. parseFrom(com.google.protobuf.ByteString data)
static Principal.Authenticated
Principal.Authenticated. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Principal.Authenticated
Principal.Authenticated. parseFrom(com.google.protobuf.CodedInputStream input)
static Principal.Authenticated
Principal.Authenticated. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Principal.Authenticated
Principal.Authenticated. parseFrom(java.io.InputStream input)
static Principal.Authenticated
Principal.Authenticated. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Principal.Authenticated
Principal.Authenticated. parseFrom(java.nio.ByteBuffer data)
static Principal.Authenticated
Principal.Authenticated. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.config.rbac.v3 that return types with arguments of type Principal.Authenticated 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.com.google.protobuf.Parser<Principal.Authenticated>
Principal.Authenticated. getParserForType()
static com.google.protobuf.Parser<Principal.Authenticated>
Principal.Authenticated. parser()
Methods in io.envoyproxy.envoy.config.rbac.v3 with parameters of type Principal.Authenticated Modifier and Type Method Description private void
Principal.Authenticated.Builder. buildPartial0(Principal.Authenticated result)
Principal.Builder
Principal.Builder. mergeAuthenticated(Principal.Authenticated value)
Authenticated attributes that identify the downstream.Principal.Authenticated.Builder
Principal.Authenticated.Builder. mergeFrom(Principal.Authenticated other)
static Principal.Authenticated.Builder
Principal.Authenticated. newBuilder(Principal.Authenticated prototype)
Principal.Builder
Principal.Builder. setAuthenticated(Principal.Authenticated value)
Authenticated attributes that identify the downstream. -
Uses of Principal.Authenticated in io.grpc.xds
Methods in io.grpc.xds with parameters of type Principal.Authenticated Modifier and Type Method Description private static GrpcAuthorizationEngine.AuthenticatedMatcher
RbacFilter. parseAuthenticatedMatcher(Principal.Authenticated proto)
-