Class HealthAuthWiring.DenyAll

java.lang.Object
io.deephaven.auth.codegen.impl.HealthAuthWiring.DenyAll
All Implemented Interfaces:
HealthAuthWiring, ServiceAuthWiring<io.grpc.health.v1.HealthGrpc.HealthImplBase>
Enclosing interface:
HealthAuthWiring

public static class HealthAuthWiring.DenyAll extends Object implements HealthAuthWiring
  • Constructor Details

    • DenyAll

      public DenyAll()
  • Method Details

    • onMessageReceivedCheck

      public void onMessageReceivedCheck(AuthContext authContext, io.grpc.health.v1.HealthCheckRequest request)
      Description copied from interface: HealthAuthWiring
      Authorize a request to Check.
      Specified by:
      onMessageReceivedCheck in interface HealthAuthWiring
      Parameters:
      authContext - the authentication context of the request
      request - the request to authorize
    • onMessageReceivedWatch

      public void onMessageReceivedWatch(AuthContext authContext, io.grpc.health.v1.HealthCheckRequest request)
      Description copied from interface: HealthAuthWiring
      Authorize a request to Watch.
      Specified by:
      onMessageReceivedWatch in interface HealthAuthWiring
      Parameters:
      authContext - the authentication context of the request
      request - the request to authorize