Class UserAuthentication

java.lang.Object
com.erudika.para.server.security.UserAuthentication
All Implemented Interfaces:
Serializable, Principal, org.springframework.security.core.Authentication
Direct Known Subclasses:
JWTAuthentication

public class UserAuthentication extends Object implements org.springframework.security.core.Authentication
A simple wrapper for the authentication object.
Author:
Alex Bogdanovski [[email protected]]
See Also: