Uses of Class
io.envoyproxy.envoy.service.auth.v3.CheckResponse
-
Packages that use CheckResponse Package Description io.envoyproxy.envoy.service.auth.v3 -
-
Uses of CheckResponse in io.envoyproxy.envoy.service.auth.v3
Methods in io.envoyproxy.envoy.service.auth.v3 that return CheckResponse Modifier and Type Method Description CheckResponseCheckResponse.Builder. build()CheckResponseCheckResponse.Builder. buildPartial()CheckResponseAuthorization.BlockingInterface. check(com.google.protobuf.RpcController controller, CheckRequest request)CheckResponseAuthorizationGrpc.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()CheckResponseCheckResponse.Builder. getDefaultInstanceForType()CheckResponseCheckResponse. 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 CheckResponse Modifier and Type Method Description 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`.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 CheckResponse Modifier and Type Method Description CheckResponse.BuilderCheckResponse.Builder. mergeFrom(CheckResponse other)static CheckResponse.BuilderCheckResponse. newBuilder(CheckResponse prototype)Method parameters in io.envoyproxy.envoy.service.auth.v3 with type arguments of type CheckResponse Modifier and Type Method Description abstract voidAuthorization. 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`.voidAuthorization.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`.voidAuthorization.Stub. check(com.google.protobuf.RpcController controller, CheckRequest request, com.google.protobuf.RpcCallback<CheckResponse> done)voidAuthorizationGrpc.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`.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`.
-