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 TypeMethodDescriptionvoidonMessageReceivedNewSession(AuthContext authContext, HandshakeRequest request) voidonMessageReceivedRefreshSessionToken(AuthContext authContext, HandshakeRequest request) Methods inherited from class io.deephaven.auth.codegen.impl.SessionServiceAuthWiring.AllowAll
onMessageReceivedCloseSession, onMessageReceivedExportFromTicket, onMessageReceivedExportNotifications, onMessageReceivedPublishFromTicket, onMessageReceivedRelease, onMessageReceivedTerminationNotificationMethods 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.SessionServiceAuthWiring
intercept
-
Constructor Details
-
SessionServiceAuthWiringImpl
public SessionServiceAuthWiringImpl()
-
-
Method Details
-
onMessageReceivedNewSession
- Specified by:
onMessageReceivedNewSessionin interfaceSessionServiceAuthWiring- Overrides:
onMessageReceivedNewSessionin classSessionServiceAuthWiring.AllowAll
-
onMessageReceivedRefreshSessionToken
- Specified by:
onMessageReceivedRefreshSessionTokenin interfaceSessionServiceAuthWiring- Overrides:
onMessageReceivedRefreshSessionTokenin classSessionServiceAuthWiring.AllowAll
-