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 SummaryNested classes/interfaces inherited from interface io.deephaven.auth.ServiceAuthWiringServiceAuthWiring.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.SessionServiceAuthWiringSessionServiceAuthWiring.AllowAll, SessionServiceAuthWiring.DenyAll, SessionServiceAuthWiring.TestUseOnly
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidonMessageReceivedNewSession(AuthContext authContext, HandshakeRequest request) voidonMessageReceivedRefreshSessionToken(AuthContext authContext, HandshakeRequest request) Methods inherited from class io.deephaven.auth.codegen.impl.SessionServiceAuthWiring.AllowAllonMessageReceivedCloseSession, onMessageReceivedExportFromTicket, onMessageReceivedExportNotifications, onMessageReceivedPublishFromTicket, onMessageReceivedRelease, onMessageReceivedTerminationNotificationMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.deephaven.auth.codegen.impl.SessionServiceAuthWiringintercept
- 
Constructor Details- 
SessionServiceAuthWiringImplpublic SessionServiceAuthWiringImpl()
 
- 
- 
Method Details- 
onMessageReceivedNewSession- Specified by:
- onMessageReceivedNewSessionin interface- SessionServiceAuthWiring
- Overrides:
- onMessageReceivedNewSessionin class- SessionServiceAuthWiring.AllowAll
 
- 
onMessageReceivedRefreshSessionToken- Specified by:
- onMessageReceivedRefreshSessionTokenin interface- SessionServiceAuthWiring
- Overrides:
- onMessageReceivedRefreshSessionTokenin class- SessionServiceAuthWiring.AllowAll
 
 
-