| Package | Description |
|---|---|
| io.envoyproxy.envoy.service.auth.v3 |
| Modifier and Type | Method and Description |
|---|---|
CheckRequest |
CheckRequest.Builder.build() |
CheckRequest |
CheckRequest.Builder.buildPartial() |
static CheckRequest |
CheckRequest.getDefaultInstance() |
CheckRequest |
CheckRequest.getDefaultInstanceForType() |
CheckRequest |
CheckRequest.Builder.getDefaultInstanceForType() |
static CheckRequest |
CheckRequest.parseDelimitedFrom(InputStream input) |
static CheckRequest |
CheckRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CheckRequest |
CheckRequest.parseFrom(byte[] data) |
static CheckRequest |
CheckRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CheckRequest |
CheckRequest.parseFrom(ByteBuffer data) |
static CheckRequest |
CheckRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CheckRequest |
CheckRequest.parseFrom(com.google.protobuf.ByteString data) |
static CheckRequest |
CheckRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CheckRequest |
CheckRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static CheckRequest |
CheckRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CheckRequest |
CheckRequest.parseFrom(InputStream input) |
static CheckRequest |
CheckRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<CheckRequest,CheckResponse> |
AuthorizationGrpc.getCheckMethod() |
com.google.protobuf.Parser<CheckRequest> |
CheckRequest.getParserForType() |
static com.google.protobuf.Parser<CheckRequest> |
CheckRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
CheckResponse |
AuthorizationGrpc.AuthorizationBlockingStub.check(CheckRequest request)
Performs authorization check based on the attributes associated with the
incoming request, and returns status `OK` or not `OK`.
|
com.google.common.util.concurrent.ListenableFuture<CheckResponse> |
AuthorizationGrpc.AuthorizationFutureStub.check(CheckRequest request)
Performs authorization check based on the attributes associated with the
incoming request, and returns status `OK` or not `OK`.
|
void |
AuthorizationGrpc.AuthorizationImplBase.check(CheckRequest request,
io.grpc.stub.StreamObserver<CheckResponse> responseObserver)
Performs authorization check based on the attributes associated with the
incoming request, and returns status `OK` or not `OK`.
|
void |
AuthorizationGrpc.AuthorizationStub.check(CheckRequest request,
io.grpc.stub.StreamObserver<CheckResponse> responseObserver)
Performs authorization check based on the attributes associated with the
incoming request, and returns status `OK` or not `OK`.
|
CheckResponse |
Authorization.BlockingInterface.check(com.google.protobuf.RpcController controller,
CheckRequest request) |
abstract void |
Authorization.check(com.google.protobuf.RpcController controller,
CheckRequest request,
com.google.protobuf.RpcCallback<CheckResponse> done)
Performs authorization check based on the attributes associated with the
incoming request, and returns status `OK` or not `OK`.
|
void |
Authorization.Interface.check(com.google.protobuf.RpcController controller,
CheckRequest request,
com.google.protobuf.RpcCallback<CheckResponse> done)
Performs authorization check based on the attributes associated with the
incoming request, and returns status `OK` or not `OK`.
|
void |
Authorization.Stub.check(com.google.protobuf.RpcController controller,
CheckRequest request,
com.google.protobuf.RpcCallback<CheckResponse> done) |
CheckRequest.Builder |
CheckRequest.Builder.mergeFrom(CheckRequest other) |
static CheckRequest.Builder |
CheckRequest.newBuilder(CheckRequest prototype) |
Copyright © 2018–2021 The Envoy Project. All rights reserved.