Update of last activitity and action in user added, refresh of auth cookies added
[shipsimu.git] / inc / classes / interfaces / auth / class_Authorizeable.php
index 88e383fe39ecd8e42278b638ec2cafdd3cbe3f4c..0ca700b6899328b3333191160b7280be28a58066 100644 (file)
@@ -28,6 +28,13 @@ interface Authorizeable extends FrameworkInterface {
         * @return      void
         */
        function destroyAuthData();
+
+       /**
+        * Updates the authorization data and/or sets additional tracking data
+        *
+        * @return      void
+        */
+       function updateAuthData ();
 }
 
 //