Class CookieAuthentication

java.lang.Object
com.djrapitops.plan.delivery.webserver.auth.CookieAuthentication
All Implemented Interfaces:
Authentication

public class CookieAuthentication extends Object implements Authentication
  • Constructor Details

  • Method Details

    • getUser

      public User getUser()
      Description copied from interface: Authentication
      Obtain the WebUser related to this authentication.
      Specified by:
      getUser in interface Authentication
      Returns:
      Web user for the authentication.