Uses of Class
io.envoyproxy.envoy.service.auth.v3.CheckResponse
Packages that use CheckResponse
-
Uses of CheckResponse in io.envoyproxy.envoy.service.auth.v3
Methods in io.envoyproxy.envoy.service.auth.v3 that return CheckResponseModifier and TypeMethodDescriptionCheckResponse.Builder.build()CheckResponse.Builder.buildPartial()AuthorizationGrpc.AuthorizationBlockingStub.check(CheckRequest request) Performs authorization check based on the attributes associated with the incoming request, and returns status `OK` or not `OK`.static CheckResponseCheckResponse.getDefaultInstance()CheckResponse.Builder.getDefaultInstanceForType()CheckResponse.getDefaultInstanceForType()static CheckResponseCheckResponse.parseDelimitedFrom(InputStream input) static CheckResponseCheckResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CheckResponseCheckResponse.parseFrom(byte[] data) static CheckResponseCheckResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CheckResponseCheckResponse.parseFrom(com.google.protobuf.ByteString data) static CheckResponseCheckResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CheckResponseCheckResponse.parseFrom(com.google.protobuf.CodedInputStream input) static CheckResponseCheckResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CheckResponseCheckResponse.parseFrom(InputStream input) static CheckResponseCheckResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CheckResponseCheckResponse.parseFrom(ByteBuffer data) static CheckResponseCheckResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.service.auth.v3 that return types with arguments of type CheckResponseModifier and TypeMethodDescriptioncom.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`.static io.grpc.MethodDescriptor<CheckRequest,CheckResponse> AuthorizationGrpc.getCheckMethod()com.google.protobuf.Parser<CheckResponse>CheckResponse.getParserForType()static com.google.protobuf.Parser<CheckResponse>CheckResponse.parser()Methods in io.envoyproxy.envoy.service.auth.v3 with parameters of type CheckResponseModifier and TypeMethodDescriptionCheckResponse.Builder.mergeFrom(CheckResponse other) static CheckResponse.BuilderCheckResponse.newBuilder(CheckResponse prototype) Method parameters in io.envoyproxy.envoy.service.auth.v3 with type arguments of type CheckResponseModifier and TypeMethodDescriptiondefault voidAuthorizationGrpc.AsyncService.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`.voidAuthorizationGrpc.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`.