Class CookieAuthentication

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      User getUser()
      Obtain the WebUser related to this authentication.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CookieAuthentication

        public CookieAuthentication​(ActiveCookieStore activeCookieStore,
                                    java.lang.String cookie)
    • Method Detail

      • 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.