Package io.deephaven.server.util
Class AuthorizationWrappedGrpcBinding<ServiceImplBase>
java.lang.Object
io.deephaven.server.util.AuthorizationWrappedGrpcBinding<ServiceImplBase>
- All Implemented Interfaces:
io.grpc.BindableService
public class AuthorizationWrappedGrpcBinding<ServiceImplBase>
extends Object
implements io.grpc.BindableService
-
Constructor Summary
ConstructorDescriptionAuthorizationWrappedGrpcBinding
(ServiceAuthWiring<ServiceImplBase> authWiring, ServiceImplBase delegate) -
Method Summary
-
Constructor Details
-
AuthorizationWrappedGrpcBinding
public AuthorizationWrappedGrpcBinding(ServiceAuthWiring<ServiceImplBase> authWiring, ServiceImplBase delegate)
-
-
Method Details
-
bindService
public io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-