Package org.dspace.app.rest.login
Interface PostLoggedInAction
-
- All Known Implementing Classes:
ResearcherProfileAutomaticClaim
public interface PostLoggedInActionInterface for classes that need to perform some operations after the user login.- Author:
- Luca Giamminonni (luca.giamminonni at 4science.it)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidloggedIn(Context context)Perform some operations after the user login.
-
-
-
Method Detail
-
loggedIn
void loggedIn(Context context)
Perform some operations after the user login.- Parameters:
context- the DSpace context
-
-