Class IdentityInterceptor
java.lang.Object
io.camunda.zeebe.gateway.interceptors.impl.IdentityInterceptor
- All Implemented Interfaces:
io.grpc.ServerInterceptor
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
ConstructorsConstructorDescriptionIdentityInterceptor(io.camunda.identity.sdk.Identity identity, MultiTenancyCfg multiTenancy) IdentityInterceptor(IdentityCfg config, MultiTenancyCfg multiTenancy) -
Method Summary
Modifier and TypeMethodDescription<ReqT,RespT>
io.grpc.ServerCall.Listener<ReqT>interceptCall(io.grpc.ServerCall<ReqT, RespT> call, io.grpc.Metadata headers, io.grpc.ServerCallHandler<ReqT, RespT> next)
-
Field Details
-
AUTHORIZED_TENANTS_KEY
-
-
Constructor Details
-
IdentityInterceptor
-
IdentityInterceptor
-
-
Method Details
-
interceptCall
public <ReqT,RespT> io.grpc.ServerCall.Listener<ReqT> interceptCall(io.grpc.ServerCall<ReqT, RespT> call, io.grpc.Metadata headers, io.grpc.ServerCallHandler<ReqT, RespT> next) - Specified by:
interceptCallin interfaceio.grpc.ServerInterceptor
-