Package io.deephaven.server.object
Interface ObjectServiceModule
@Module
public interface ObjectServiceModule
-
Method Summary
Modifier and TypeMethodDescriptionio.grpc.BindableServicebindObjectServiceGrpcImpl(ObjectServiceGrpcBinding objectService) Provides thePluginReferenceAuthorizationPolicyfrom the configuration propertyPluginReferenceAuthorization.failClosed(defaultfalse, i.e.
-
Method Details
-
bindObjectServiceGrpcImpl
@Binds @IntoSet io.grpc.BindableService bindObjectServiceGrpcImpl(ObjectServiceGrpcBinding objectService) -
providesReferenceAuthorizationPolicy
Provides thePluginReferenceAuthorizationPolicyfrom the configuration propertyPluginReferenceAuthorization.failClosed(defaultfalse, i.e.PluginReferenceAuthorizationPolicy.PERMISSIVE).
-