Package io.deephaven.auth.codegen.impl
Class ConfigServiceAuthWiring.TestUseOnly
java.lang.Object
io.deephaven.auth.codegen.impl.ConfigServiceAuthWiring.TestUseOnly
- All Implemented Interfaces:
ConfigServiceAuthWiring
,ServiceAuthWiring<ConfigServiceGrpc.ConfigServiceImplBase>
- Enclosing interface:
- ConfigServiceAuthWiring
public static class ConfigServiceAuthWiring.TestUseOnly
extends Object
implements ConfigServiceAuthWiring
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.auth.codegen.impl.ConfigServiceAuthWiring
ConfigServiceAuthWiring.AllowAll, ConfigServiceAuthWiring.DenyAll, ConfigServiceAuthWiring.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
onMessageReceivedGetAuthenticationConstants
(AuthContext authContext, AuthenticationConstantsRequest request) Authorize a request to GetAuthenticationConstants.void
onMessageReceivedGetConfigurationConstants
(AuthContext authContext, ConfigurationConstantsRequest request) Authorize a request to GetConfigurationConstants.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.ConfigServiceAuthWiring
intercept
-
Field Details
-
delegate
-
-
Constructor Details
-
TestUseOnly
public TestUseOnly()
-
-
Method Details
-
onMessageReceivedGetAuthenticationConstants
public void onMessageReceivedGetAuthenticationConstants(AuthContext authContext, AuthenticationConstantsRequest request) Description copied from interface:ConfigServiceAuthWiring
Authorize a request to GetAuthenticationConstants.- Specified by:
onMessageReceivedGetAuthenticationConstants
in interfaceConfigServiceAuthWiring
- Parameters:
authContext
- the authentication context of the requestrequest
- the request to authorize
-
onMessageReceivedGetConfigurationConstants
public void onMessageReceivedGetConfigurationConstants(AuthContext authContext, ConfigurationConstantsRequest request) Description copied from interface:ConfigServiceAuthWiring
Authorize a request to GetConfigurationConstants.- Specified by:
onMessageReceivedGetConfigurationConstants
in interfaceConfigServiceAuthWiring
- Parameters:
authContext
- the authentication context of the requestrequest
- the request to authorize
-