Uses of Package
org.springframework.grpc.server.security
Packages that use org.springframework.grpc.server.security
Package
Description
Security infrastructure for gRPC servers.
-
Classes in org.springframework.grpc.server.security used by org.springframework.grpc.server.securityClassDescriptionAn interceptor that extracts the authentication credentials from the gRPC request headers and metadata, authenticates the user, and sets the authentication in the SecurityContext.The
GrpcSecurityclass is responsible for configuring the security settings for a gRPC server.