Interface PostLoggedInAction

All Known Implementing Classes:
ResearcherProfileAutomaticClaim

public interface PostLoggedInAction
Interface for classes that need to perform some operations after the user login.
Author:
Luca Giamminonni (luca.giamminonni at 4science.it)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    loggedIn(Context context)
    Perform some operations after the user login.
  • Method Details

    • loggedIn

      void loggedIn(Context context)
      Perform some operations after the user login.
      Parameters:
      context - the DSpace context