Uses of Class
org.springframework.grpc.server.security.RequestMapperConfigurer.AuthorizedCall
Packages that use RequestMapperConfigurer.AuthorizedCall
Package
Description
Security infrastructure for gRPC servers.
-
Uses of RequestMapperConfigurer.AuthorizedCall in org.springframework.grpc.server.security
Methods in org.springframework.grpc.server.security that return RequestMapperConfigurer.AuthorizedCallModifier and TypeMethodDescriptionRequestMapperConfigurer.allRequests()RequestMapperConfigurer.AuthorizedCall.not()Constructor parameters in org.springframework.grpc.server.security with type arguments of type RequestMapperConfigurer.AuthorizedCallModifierConstructorDescriptionRequestMapperAuthorizationManager(List<RequestMapperConfigurer.AuthorizedCall> authorizedCalls, org.springframework.security.authorization.AuthorizationEventPublisher publisher)