Uses of Class
org.springframework.grpc.server.security.OAuth2ResourceServerConfigurer.JwtConfigurer
Packages that use OAuth2ResourceServerConfigurer.JwtConfigurer
Package
Description
Security infrastructure for gRPC servers.
-
Uses of OAuth2ResourceServerConfigurer.JwtConfigurer in org.springframework.grpc.server.security
Methods in org.springframework.grpc.server.security that return OAuth2ResourceServerConfigurer.JwtConfigurerModifier and TypeMethodDescriptionOAuth2ResourceServerConfigurer.JwtConfigurer.authenticationManager(org.springframework.security.authentication.AuthenticationManager authenticationManager) OAuth2ResourceServerConfigurer.JwtConfigurer.decoder(org.springframework.security.oauth2.jwt.JwtDecoder decoder) OAuth2ResourceServerConfigurer.JwtConfigurer.jwtAuthenticationConverter(org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt, ? extends org.springframework.security.authentication.AbstractAuthenticationToken> jwtAuthenticationConverter) Method parameters in org.springframework.grpc.server.security with type arguments of type OAuth2ResourceServerConfigurer.JwtConfigurerModifier and TypeMethodDescriptionOAuth2ResourceServerConfigurer.jwt(org.springframework.security.config.Customizer<OAuth2ResourceServerConfigurer.JwtConfigurer> jwtCustomizer)