Class CookieAuthentication
java.lang.Object
com.djrapitops.plan.delivery.webserver.auth.CookieAuthentication
- All Implemented Interfaces:
Authentication
-
Constructor Summary
ConstructorsConstructorDescriptionCookieAuthentication(ActiveCookieStore activeCookieStore, String cookie, String accessAddress) -
Method Summary
-
Constructor Details
-
CookieAuthentication
public CookieAuthentication(ActiveCookieStore activeCookieStore, String cookie, String accessAddress)
-
-
Method Details
-
getUser
Description copied from interface:AuthenticationObtain the WebUser related to this authentication.- Specified by:
getUserin interfaceAuthentication- Returns:
- Web user for the authentication.
-