Class CookieAuthentication
java.lang.Object
com.djrapitops.plan.delivery.webserver.auth.CookieAuthentication
- All Implemented Interfaces:
Authentication
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CookieAuthentication
-
-
Method Details
-
getUser
Description copied from interface:Authentication
Obtain the WebUser related to this authentication.- Specified by:
getUser
in interfaceAuthentication
- Returns:
- Web user for the authentication.
-