*/
void setTemplateType (final String templateType);
+ /**
+ * Logout for administrator area. If a logged-in user instance exists, it is
+ * being logged-out, too.
+ * <p>
+ * @return Outcome (should be redirected)
+ */
+ String doAdminLogout ();
+
/**
* Logins the user, if the account is found, confirmed and unlocked.
* <p>
* @return Redirect target
*/
- String doLogin ();
+ String doUserLogin ();
+
+ /**
+ * Logout for current user by invalidating the current session.
+ * <p>
+ * @return Outcome (should be redirected)
+ */
+ String doUserLogout ();
/**
* Getter for logged-in user instance