Uses of Class
io.envoyproxy.envoy.service.auth.v2.CheckRequest
Packages that use CheckRequest
-
Uses of CheckRequest in io.envoyproxy.envoy.service.auth.v2
Methods in io.envoyproxy.envoy.service.auth.v2 that return CheckRequestModifier and TypeMethodDescriptionCheckRequest.Builder.build()CheckRequest.Builder.buildPartial()static CheckRequestCheckRequest.getDefaultInstance()CheckRequest.Builder.getDefaultInstanceForType()CheckRequest.getDefaultInstanceForType()static CheckRequestCheckRequest.parseDelimitedFrom(InputStream input) static CheckRequestCheckRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CheckRequestCheckRequest.parseFrom(byte[] data) static CheckRequestCheckRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CheckRequestCheckRequest.parseFrom(com.google.protobuf.ByteString data) static CheckRequestCheckRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CheckRequestCheckRequest.parseFrom(com.google.protobuf.CodedInputStream input) static CheckRequestCheckRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CheckRequestCheckRequest.parseFrom(InputStream input) static CheckRequestCheckRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CheckRequestCheckRequest.parseFrom(ByteBuffer data) static CheckRequestCheckRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.service.auth.v2 that return types with arguments of type CheckRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<CheckRequest,CheckResponse> AuthorizationGrpc.getCheckMethod()com.google.protobuf.Parser<CheckRequest>CheckRequest.getParserForType()static com.google.protobuf.Parser<CheckRequest>CheckRequest.parser()Methods in io.envoyproxy.envoy.service.auth.v2 with parameters of type CheckRequestModifier 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`.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`.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`.CheckRequest.Builder.mergeFrom(CheckRequest other) static CheckRequest.BuilderCheckRequest.newBuilder(CheckRequest prototype) -
Uses of CheckRequest in io.envoyproxy.envoy.service.auth.v2alpha
Methods in io.envoyproxy.envoy.service.auth.v2alpha that return types with arguments of type CheckRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<CheckRequest,CheckResponse> AuthorizationGrpc.getCheckMethod()Methods in io.envoyproxy.envoy.service.auth.v2alpha with parameters of type CheckRequestModifier 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`.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`.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`.