@FrameworkRestController public class UserInfoEndpoint extends Object
UserInfoEndpoint(UserService<User> userService)
User
user(String clientId, Principal principal)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public UserInfoEndpoint(UserService<User> userService)
@FrameworkGetMapping(value={"/user","/me"}, params="client_id") @PreAuthorize(value="isAuthenticated()") public User user(@RequestParam(value="client_id") String clientId, Principal principal)
Copyright © 2021. All rights reserved.