Package io.helidon.security.integration.grpc
package io.helidon.security.integration.grpc
Integration library for
GrpcServer.
The main security methods are duplicate - first as static methods on GrpcSecurity and
then as instance methods on GrpcSecurityHandler that is returned by the static methods
above. This is to provide a single starting point for security integration (GrpcSecurity)
and fluent API to build the "gate" to each gRPC service that is protected.
-
ClassesClassDescriptionA gRPC
CallCredentialsimplementation.A builder ofGrpcClientSecurityinstances.Integration of security into the gRPC Server.Handles security for the gRPC server.