Package io.deephaven.auth.codegen.impl
Class ApplicationServiceAuthWiring.DenyAll
java.lang.Object
io.deephaven.auth.codegen.impl.ApplicationServiceAuthWiring.DenyAll
- All Implemented Interfaces:
ApplicationServiceAuthWiring
,ServiceAuthWiring<ApplicationServiceGrpc.ApplicationServiceImplBase>
- Enclosing interface:
- ApplicationServiceAuthWiring
public static class ApplicationServiceAuthWiring.DenyAll
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> -
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
-
Constructor Details
-
DenyAll
public DenyAll()
-
-
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
-