Class SessionServiceAuthWiringImpl
java.lang.Object
io.deephaven.auth.codegen.impl.SessionServiceAuthWiring.AllowAll
io.deephaven.enterprise.dnd.authentication.SessionServiceAuthWiringImpl
- All Implemented Interfaces:
SessionServiceAuthWiring
,ServiceAuthWiring<SessionServiceGrpc.SessionServiceImplBase>
This auth wiring explicitly denies the newSession and refreshSession calls as they are deprecated on the upstream
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.auth.ServiceAuthWiring
ServiceAuthWiring.AuthorizingServerCallHandler<ReqT extends Object,
RespT extends Object>, ServiceAuthWiring.CallStartedCallback, ServiceAuthWiring.MessageReceivedCallback<T extends Object> Nested classes/interfaces inherited from interface io.deephaven.auth.codegen.impl.SessionServiceAuthWiring
SessionServiceAuthWiring.AllowAll, SessionServiceAuthWiring.DenyAll, SessionServiceAuthWiring.TestUseOnly
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
onMessageReceivedNewSession
(AuthContext authContext, HandshakeRequest request) void
onMessageReceivedRefreshSessionToken
(AuthContext authContext, HandshakeRequest request) Methods inherited from class io.deephaven.auth.codegen.impl.SessionServiceAuthWiring.AllowAll
onMessageReceivedCloseSession, onMessageReceivedExportFromTicket, onMessageReceivedExportNotifications, onMessageReceivedPublishFromTicket, onMessageReceivedRelease, onMessageReceivedTerminationNotification
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.SessionServiceAuthWiring
intercept
-
Constructor Details
-
SessionServiceAuthWiringImpl
public SessionServiceAuthWiringImpl()
-
-
Method Details
-
onMessageReceivedNewSession
- Specified by:
onMessageReceivedNewSession
in interfaceSessionServiceAuthWiring
- Overrides:
onMessageReceivedNewSession
in classSessionServiceAuthWiring.AllowAll
-
onMessageReceivedRefreshSessionToken
- Specified by:
onMessageReceivedRefreshSessionToken
in interfaceSessionServiceAuthWiring
- Overrides:
onMessageReceivedRefreshSessionToken
in classSessionServiceAuthWiring.AllowAll
-