Class Hierarchy
- java.lang.Object
- io.deephaven.auth.AnonymousAuthenticationHandler (implements io.deephaven.auth.AuthenticationRequestHandler)
- io.deephaven.auth.AuthContext (implements io.deephaven.base.log.LogOutputAppendable)
- io.deephaven.auth.AuthContext.Anonymous
- io.deephaven.auth.AuthContext.SuperUser
- io.deephaven.auth.BasicAuthMarshaller (implements io.deephaven.auth.AuthenticationRequestHandler)
- io.deephaven.auth.ServiceAuthWiring.AuthorizingServerCallHandler<ReqT,
RespT> (implements io.grpc.ServerCallHandler<RequestT, ResponseT>) - java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- io.deephaven.auth.AuthenticationException
- java.lang.Exception
Interface Hierarchy
- io.deephaven.auth.AuthenticationRequestHandler
- io.deephaven.auth.AuthenticationRequestHandler.HandshakeResponseListener
- io.deephaven.auth.AuthenticationRequestHandler.MetadataResponseListener
- io.deephaven.auth.BasicAuthMarshaller.Handler
- io.deephaven.auth.ServiceAuthWiring<ServiceImplBase>
- io.deephaven.auth.ServiceAuthWiring.CallStartedCallback
- io.deephaven.auth.ServiceAuthWiring.MessageReceivedCallback<T>