提交 8b94fbd0 编写于 作者: 马增群

cms工程调整接口

上级 c5162928
......@@ -22,14 +22,6 @@ import java.util.Arrays;
*/
@RestController
public class HelloController {
@GetMapping("/hello")
public String hello() {
Authentication authentication = SecurityContextHolder.getContext().getAuthentication();
authentication.getCredentials();
OAuth2AuthenticationDetails details = (OAuth2AuthenticationDetails)authentication.getDetails();
String token = details.getTokenValue();
return authentication.getName() + Arrays.toString(authentication.getAuthorities().toArray())+",token:"+token;
}
@GetMapping("/getCurrentUser")
public Object getCurrentUser(Authentication authentication) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册