Class AuthServerAuthenticationPrincipalResolver

java.lang.Object
io.jmix.authserver.principal.AuthServerAuthenticationPrincipalResolver
All Implemented Interfaces:
AuthenticationPrincipalResolver

public class AuthServerAuthenticationPrincipalResolver extends Object implements AuthenticationPrincipalResolver
A AuthenticationPrincipalResolver that makes the CurrentAuthentication.getUser() method return an instance of the actual user class (usually a JPA entity defined in the application) if authenticated using access token.
See Also: