Uses of Class
org.springframework.grpc.server.security.OAuth2ResourceServerConfigurer
Packages that use OAuth2ResourceServerConfigurer
Package
Description
Security infrastructure for gRPC servers.
-
Uses of OAuth2ResourceServerConfigurer in org.springframework.grpc.server.security
Methods in org.springframework.grpc.server.security that return OAuth2ResourceServerConfigurerModifier and TypeMethodDescriptionOAuth2ResourceServerConfigurer.jwt(org.springframework.security.config.Customizer<OAuth2ResourceServerConfigurer.JwtConfigurer> jwtCustomizer) OAuth2ResourceServerConfigurer.opaqueToken(org.springframework.security.config.Customizer<OAuth2ResourceServerConfigurer.OpaqueTokenConfigurer> opaqueTokenCustomizer) Method parameters in org.springframework.grpc.server.security with type arguments of type OAuth2ResourceServerConfigurerModifier and TypeMethodDescriptionGrpcSecurity.oauth2ResourceServer(org.springframework.security.config.Customizer<OAuth2ResourceServerConfigurer> customizer)