Package io.deephaven.grpc
Class MTlsCertificate
java.lang.Object
io.deephaven.grpc.MTlsCertificate
Provides access to the Context key to read the current client cert, if any.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final io.grpc.Context.Key<List<X509Certificate>>
static final io.grpc.ServerInterceptor
Default implementation for use with Grpc's own TRANSPORT_ATTR_SSL_SESSION, to easily convert to non-deprecated x509 certs. -
Constructor Summary
-
Method Summary
-
Field Details
-
CLIENT_CERTIFICATES
-
DEFAULT_INTERCEPTOR
public static final io.grpc.ServerInterceptor DEFAULT_INTERCEPTORDefault implementation for use with Grpc's own TRANSPORT_ATTR_SSL_SESSION, to easily convert to non-deprecated x509 certs.
-
-
Constructor Details
-
MTlsCertificate
public MTlsCertificate()
-