Modifier and Type |
Method and Description |
ServerHttpSecurity.OAuth2ResourceServerSpec |
and() |
ServerHttpSecurity.OAuth2ResourceServerSpec.JwtSpec |
authenticationManager(ReactiveAuthenticationManager authenticationManager)
|
protected void |
configure(ServerHttpSecurity http) |
protected org.springframework.core.convert.converter.Converter<Jwt,? extends reactor.core.publisher.Mono<? extends AbstractAuthenticationToken>> |
getJwtAuthenticationConverter() |
protected ReactiveJwtDecoder |
getJwtDecoder() |
ServerHttpSecurity.OAuth2ResourceServerSpec.JwtSpec |
jwkSetUri(java.lang.String jwkSetUri)
|
ServerHttpSecurity.OAuth2ResourceServerSpec.JwtSpec |
jwtAuthenticationConverter(org.springframework.core.convert.converter.Converter<Jwt,? extends reactor.core.publisher.Mono<? extends AbstractAuthenticationToken>> jwtAuthenticationConverter)
|
ServerHttpSecurity.OAuth2ResourceServerSpec.JwtSpec |
jwtDecoder(ReactiveJwtDecoder jwtDecoder)
|
ServerHttpSecurity.OAuth2ResourceServerSpec.JwtSpec |
publicKey(java.security.interfaces.RSAPublicKey publicKey)
|