Interface PQWorkerServiceAuthWiring
- All Superinterfaces:
- ServiceAuthWiring<PQWorkerApiGrpc.PQWorkerApiImplBase>
- All Known Implementing Classes:
- AdminOnlyWorkerAuthWiring
public interface PQWorkerServiceAuthWiring
extends ServiceAuthWiring<PQWorkerApiGrpc.PQWorkerApiImplBase>
- 
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> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault io.grpc.ServerServiceDefinitionintercept(PQWorkerApiGrpc.PQWorkerApiImplBase delegate) Wrap the real implementation with authorization checks.voidonGetObjectAccess(AuthContext authContext, ObjectAccessRequest request) voidonListenForError(AuthContext authContext, ListenErrorRequest reqT) voidonRequestThreadDump(AuthContext authContext, ThreadDumpRequest request) 
- 
Method Details- 
interceptWrap the real implementation with authorization checks.- Specified by:
- interceptin interface- ServiceAuthWiring<PQWorkerApiGrpc.PQWorkerApiImplBase>
- Parameters:
- delegate- the real service implementation
- Returns:
- the wrapped service implementation
 
- 
onListenForError
- 
onGetObjectAccess
- 
onRequestThreadDump
 
-