Package io.deephaven.auth.codegen.impl
Class HealthAuthWiring.TestUseOnly
java.lang.Object
io.deephaven.auth.codegen.impl.HealthAuthWiring.TestUseOnly
- All Implemented Interfaces:
HealthAuthWiring,ServiceAuthWiring<io.grpc.health.v1.HealthGrpc.HealthImplBase>
- Enclosing interface:
- HealthAuthWiring
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.auth.codegen.impl.HealthAuthWiring
HealthAuthWiring.AllowAll, HealthAuthWiring.DenyAll, HealthAuthWiring.TestUseOnlyNested classes/interfaces inherited from interface io.deephaven.auth.ServiceAuthWiring
ServiceAuthWiring.AuthorizingServerCallHandler<ReqT,RespT>, ServiceAuthWiring.CallStartedCallback, ServiceAuthWiring.MessageReceivedCallback<T> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonMessageReceivedCheck(AuthContext authContext, io.grpc.health.v1.HealthCheckRequest request) Authorize a request to Check.voidonMessageReceivedWatch(AuthContext authContext, io.grpc.health.v1.HealthCheckRequest request) Authorize a request to Watch.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.deephaven.auth.codegen.impl.HealthAuthWiring
intercept
-
Field Details
-
delegate
-
-
Constructor Details
-
TestUseOnly
public TestUseOnly()
-
-
Method Details
-
onMessageReceivedCheck
public void onMessageReceivedCheck(AuthContext authContext, io.grpc.health.v1.HealthCheckRequest request) Description copied from interface:HealthAuthWiringAuthorize a request to Check.- Specified by:
onMessageReceivedCheckin interfaceHealthAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorize
-
onMessageReceivedWatch
public void onMessageReceivedWatch(AuthContext authContext, io.grpc.health.v1.HealthCheckRequest request) Description copied from interface:HealthAuthWiringAuthorize a request to Watch.- Specified by:
onMessageReceivedWatchin interfaceHealthAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorize
-