Class HelloController
- java.lang.Object
-
- dev.snowdrop.vertx.sample.http.oauth.HelloController
-
@RestController public class HelloController extends Object
-
-
Constructor Summary
Constructors Constructor Description HelloController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description reactor.core.publisher.Mono<String>hello(org.springframework.security.oauth2.core.user.OAuth2User oauth2User)
-
-
-
Method Detail
-
hello
@GetMapping public reactor.core.publisher.Mono<String> hello(@AuthenticationPrincipal org.springframework.security.oauth2.core.user.OAuth2User oauth2User)
-
-