Uses of Interface
org.springframework.grpc.server.security.GrpcAuthenticationExtractor
Packages that use GrpcAuthenticationExtractor
Package
Description
Security infrastructure for gRPC servers.
-
Uses of GrpcAuthenticationExtractor in org.springframework.grpc.server.security
Classes in org.springframework.grpc.server.security that implement GrpcAuthenticationExtractorModifier and TypeClassDescriptionclassExtracts the HTTP Basic authentication credentials from the gRPC request headers.classExtracts the HTTP Basic authentication credentials from the gRPC request headers.classMethods in org.springframework.grpc.server.security with parameters of type GrpcAuthenticationExtractorModifier and TypeMethodDescriptionGrpcSecurity.authenticationExtractor(GrpcAuthenticationExtractor authenticationExtractor) Constructors in org.springframework.grpc.server.security with parameters of type GrpcAuthenticationExtractorModifierConstructorDescriptionAuthenticationProcessInterceptor(org.springframework.security.authentication.AuthenticationManager authenticationManager, GrpcAuthenticationExtractor extractor, org.springframework.security.authorization.AuthorizationManager<CallContext> authorizationManager)