Package io.deephaven.auth.codegen.impl
Class ApplicationServiceAuthWiring.TestUseOnly
java.lang.Object
io.deephaven.auth.codegen.impl.ApplicationServiceAuthWiring.TestUseOnly
- All Implemented Interfaces:
ApplicationServiceAuthWiring
,ServiceAuthWiring<ApplicationServiceGrpc.ApplicationServiceImplBase>
- Enclosing interface:
- ApplicationServiceAuthWiring
public static class ApplicationServiceAuthWiring.TestUseOnly
extends Object
implements ApplicationServiceAuthWiring
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.auth.codegen.impl.ApplicationServiceAuthWiring
ApplicationServiceAuthWiring.AllowAll, ApplicationServiceAuthWiring.DenyAll, ApplicationServiceAuthWiring.TestUseOnly
Nested classes/interfaces inherited from interface io.deephaven.auth.ServiceAuthWiring
ServiceAuthWiring.AuthorizingServerCallHandler<ReqT,
RespT>, ServiceAuthWiring.CallStartedCallback, ServiceAuthWiring.MessageReceivedCallback<T> -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onMessageReceivedListFields
(AuthContext authContext, ListFieldsRequest request) Authorize a request to ListFields.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.deephaven.auth.codegen.impl.ApplicationServiceAuthWiring
intercept
-
Field Details
-
delegate
-
-
Constructor Details
-
TestUseOnly
public TestUseOnly()
-
-
Method Details
-
onMessageReceivedListFields
Description copied from interface:ApplicationServiceAuthWiring
Authorize a request to ListFields.- Specified by:
onMessageReceivedListFields
in interfaceApplicationServiceAuthWiring
- Parameters:
authContext
- the authentication context of the requestrequest
- the request to authorize
-