Class CookieAuthentication
- java.lang.Object
-
- com.djrapitops.plan.delivery.webserver.auth.CookieAuthentication
-
- All Implemented Interfaces:
Authentication
public class CookieAuthentication extends java.lang.Object implements Authentication
-
-
Constructor Summary
Constructors Constructor Description CookieAuthentication(java.lang.String cookie)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description User
getUser()
Obtain the WebUser related to this authentication.
-
-
-
Method Detail
-
getUser
public User getUser()
Description copied from interface:Authentication
Obtain the WebUser related to this authentication.- Specified by:
getUser
in interfaceAuthentication
- Returns:
- Web user for the authentication.
-
-