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.
-
Class Summary Class Description GrpcClientSecurity A gRPCCallCredentialsimplementation.GrpcClientSecurity.Builder A builder ofGrpcClientSecurityinstances.GrpcSecurity Integration of security into the gRPC Server.GrpcSecurityHandler Handles security for the gRPC server.