Class HealthAuthWiring.AllowAll

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

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

    • AllowAll

      public AllowAll()
  • 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