Package io.deephaven.auth.codegen.impl
Class ConfigServiceAuthWiring.AllowAll
java.lang.Object
io.deephaven.auth.codegen.impl.ConfigServiceAuthWiring.AllowAll
- All Implemented Interfaces:
ConfigServiceAuthWiring,ServiceAuthWiring<ConfigServiceGrpc.ConfigServiceImplBase>
- Enclosing interface:
- ConfigServiceAuthWiring
public static class ConfigServiceAuthWiring.AllowAll
extends Object
implements ConfigServiceAuthWiring
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.auth.codegen.impl.ConfigServiceAuthWiring
ConfigServiceAuthWiring.AllowAll, ConfigServiceAuthWiring.DenyAll, ConfigServiceAuthWiring.TestUseOnlyNested classes/interfaces inherited from interface io.deephaven.auth.ServiceAuthWiring
ServiceAuthWiring.AuthorizingServerCallHandler<ReqT,RespT>, ServiceAuthWiring.CallStartedCallback, ServiceAuthWiring.MessageReceivedCallback<T> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonMessageReceivedGetAuthenticationConstants(AuthContext authContext, AuthenticationConstantsRequest request) Authorize a request to GetAuthenticationConstants.voidonMessageReceivedGetConfigurationConstants(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, waitMethods inherited from interface io.deephaven.auth.codegen.impl.ConfigServiceAuthWiring
intercept
-
Constructor Details
-
AllowAll
public AllowAll()
-
-
Method Details
-
onMessageReceivedGetAuthenticationConstants
public void onMessageReceivedGetAuthenticationConstants(AuthContext authContext, AuthenticationConstantsRequest request) Description copied from interface:ConfigServiceAuthWiringAuthorize a request to GetAuthenticationConstants.- Specified by:
onMessageReceivedGetAuthenticationConstantsin 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:ConfigServiceAuthWiringAuthorize a request to GetConfigurationConstants.- Specified by:
onMessageReceivedGetConfigurationConstantsin interfaceConfigServiceAuthWiring- Parameters:
authContext- the authentication context of the requestrequest- the request to authorize
-