Class WhoAmIController
java.lang.Object
info.ejava.examples.svc.authz.authorities.controllers.WhoAmIController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<String> getCallerInfo
(org.springframework.security.core.userdetails.UserDetails user)
-
Constructor Details
-
WhoAmIController
public WhoAmIController()
-
-
Method Details
-
getCallerInfo
@GetMapping(produces="text/plain") public org.springframework.http.ResponseEntity<String> getCallerInfo(@AuthenticationPrincipal org.springframework.security.core.userdetails.UserDetails user)
-