Uses of Class
org.springframework.grpc.server.security.RequestMapperConfigurer
Packages that use RequestMapperConfigurer
Package
Description
Security infrastructure for gRPC servers.
-
Uses of RequestMapperConfigurer in org.springframework.grpc.server.security
Methods in org.springframework.grpc.server.security that return RequestMapperConfigurerModifier and TypeMethodDescriptionRequestMapperConfigurer.AuthorizedCall.access(org.springframework.security.authorization.AuthorizationManager<Object> manager) RequestMapperConfigurer.AuthorizedCall.anonymous()RequestMapperConfigurer.AuthorizedCall.authenticated()RequestMapperConfigurer.AuthorizedCall.denyAll()RequestMapperConfigurer.AuthorizedCall.fullyAuthenticated()RequestMapperConfigurer.AuthorizedCall.hasAnyAuthority(String... authorities) RequestMapperConfigurer.AuthorizedCall.hasAuthority(String authority) RequestMapperConfigurer.AuthorizedCall.permitAll()Method parameters in org.springframework.grpc.server.security with type arguments of type RequestMapperConfigurerModifier and TypeMethodDescriptionGrpcSecurity.authorizeRequests(org.springframework.security.config.Customizer<RequestMapperConfigurer> customizer)