Class UserController

java.lang.Object
com.axelor.auth.web.UserController

public class UserController extends Object
  • Constructor Details

    • UserController

      public UserController()
  • Method Details

    • onSave

      public void onSave(ActionRequest request, ActionResponse response)
    • showPasswordRequirements

      public void showPasswordRequirements(ActionRequest request, ActionResponse response)
    • showChangePassword

      public void showChangePassword(ActionRequest request, ActionResponse response)
    • changePassword

      public void changePassword(ActionRequest request, ActionResponse response)
    • loadSessions

      public void loadSessions(ActionRequest request, ActionResponse response)
      Loads the active sessions for the requested user and sets them on the response.

      Only the user themselves or an admin can load sessions.

    • terminateSession

      public void terminateSession(ActionRequest request, ActionResponse response)
      Revokes a specific session by ID.

      The caller must either own the session or be an admin. The current session cannot be revoked.