Class OAuth2ResourceServerConfigurer.JwtConfigurer
java.lang.Object
org.springframework.grpc.server.security.OAuth2ResourceServerConfigurer.JwtConfigurer
- Enclosing class:
OAuth2ResourceServerConfigurer
-
Method Summary
Modifier and TypeMethodDescriptionauthenticationManager(org.springframework.security.authentication.AuthenticationManager authenticationManager) decoder(org.springframework.security.oauth2.jwt.JwtDecoder decoder) jwtAuthenticationConverter(org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt, ? extends org.springframework.security.authentication.AbstractAuthenticationToken> jwtAuthenticationConverter)
-
Method Details
-
authenticationManager
public OAuth2ResourceServerConfigurer.JwtConfigurer authenticationManager(org.springframework.security.authentication.AuthenticationManager authenticationManager) -
decoder
public OAuth2ResourceServerConfigurer.JwtConfigurer decoder(org.springframework.security.oauth2.jwt.JwtDecoder decoder) -
jwkSetUri
-
jwtAuthenticationConverter
public OAuth2ResourceServerConfigurer.JwtConfigurer jwtAuthenticationConverter(org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt, ? extends org.springframework.security.authentication.AbstractAuthenticationToken> jwtAuthenticationConverter)
-