Package org.dspace.app.rest.login.impl
Class ResearcherProfileAutomaticClaim
- java.lang.Object
-
- org.dspace.app.rest.login.impl.ResearcherProfileAutomaticClaim
-
- All Implemented Interfaces:
PostLoggedInAction
public class ResearcherProfileAutomaticClaim extends Object implements PostLoggedInAction
Implementation ofPostLoggedInActionthat perform an automatic claim between the logged eperson and possible profiles without eperson present in the system. This pairing between eperson and profile is done starting from the configured metadata of the logged in user.- Author:
- Luca Giamminonni (luca.giamminonni at 4science.it)
-
-
Constructor Summary
Constructors Constructor Description ResearcherProfileAutomaticClaim(String ePersonField, String profileField)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidloggedIn(Context context)Perform some operations after the user login.
-
-
-
Method Detail
-
loggedIn
public void loggedIn(Context context)
Description copied from interface:PostLoggedInActionPerform some operations after the user login.- Specified by:
loggedInin interfacePostLoggedInAction- Parameters:
context- the DSpace context
-
-