Class AdminOnlyWorkerAuthWiring
java.lang.Object
io.deephaven.enterprise.dnd.authentication.AuthWiringBase
io.deephaven.enterprise.dnd.authentication.AdminOnlyWorkerAuthWiring
- All Implemented Interfaces:
- ServiceAuthWiring<PQWorkerApiGrpc.PQWorkerApiImplBase>,- PQWorkerServiceAuthWiring
This auth wiring only allows users marked as administrators for the query to perform console operations.
- 
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> 
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidonGetObjectAccess(AuthContext authContext, ObjectAccessRequest request) voidonListenForError(AuthContext authContext, ListenErrorRequest request) voidonRequestThreadDump(AuthContext authContext, ThreadDumpRequest request) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.deephaven.enterprise.dnd.authentication.PQWorkerServiceAuthWiringintercept
- 
Constructor Details- 
AdminOnlyWorkerAuthWiringpublic AdminOnlyWorkerAuthWiring()
 
- 
- 
Method Details- 
onGetObjectAccess- Specified by:
- onGetObjectAccessin interface- PQWorkerServiceAuthWiring
 
- 
onListenForError- Specified by:
- onListenForErrorin interface- PQWorkerServiceAuthWiring
 
- 
onRequestThreadDump- Specified by:
- onRequestThreadDumpin interface- PQWorkerServiceAuthWiring
 
 
-