Files
DSpace/dspace/config/spring/rest/post-logged-in-actions.xml
eskander d4f95a31bd [CST-5306] Migrate Researcher Profile (REST).
added ClaimItemFeature.
2022-03-30 17:02:28 +02:00

12 lines
725 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:util="http://www.springframework.org/schema/util"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd">
<bean id="researcherProfileClaimByEmail" class="org.dspace.app.rest.login.impl.ResearcherProfileAutomaticClaim">
<constructor-arg name="ePersonField" value="email" />
<constructor-arg name="profileField" value="person.email" />
</bean>
</beans>