Uses of Record Class
org.springframework.grpc.server.security.CallContext
Packages that use CallContext
Package
Description
Security infrastructure for gRPC servers.
-
Uses of CallContext in org.springframework.grpc.server.security
Classes in org.springframework.grpc.server.security that implement interfaces with type arguments of type CallContextModifier and TypeClassDescriptionstatic classMethods in org.springframework.grpc.server.security with parameters of type CallContextModifier and TypeMethodDescription@Nullable org.springframework.security.authorization.AuthorizationResultRequestMapperConfigurer.RequestMapperAuthorizationManager.authorize(Supplier<? extends @Nullable org.springframework.security.core.Authentication> authentication, CallContext context) Method parameters in org.springframework.grpc.server.security with type arguments of type CallContextModifier and TypeMethodDescriptionGrpcSecurity.authorizationManager(org.springframework.security.authorization.AuthorizationManager<CallContext> authorizationManager) Constructor parameters in org.springframework.grpc.server.security with type arguments of type CallContextModifierConstructorDescriptionAuthenticationProcessInterceptor(org.springframework.security.authentication.AuthenticationManager authenticationManager, GrpcAuthenticationExtractor extractor, org.springframework.security.authorization.AuthorizationManager<CallContext> authorizationManager)