aboutsummaryrefslogtreecommitdiff
path: root/modules/eidas_proxy-sevice/src/main/resources/spring
diff options
context:
space:
mode:
authorThomas <>2022-08-16 11:21:04 +0200
committerThomas <>2022-08-16 11:21:04 +0200
commit72e8da84f3ff8cd36d6f62d0d0690ad3f9a19efd (patch)
tree3e5dfe6bf683db79df055dbe603c64575a481f2c /modules/eidas_proxy-sevice/src/main/resources/spring
parentca50cb8dda0a24b5a4589db126bfab8d0d885b00 (diff)
downloadNational_eIDAS_Gateway-72e8da84f3ff8cd36d6f62d0d0690ad3f9a19efd.tar.gz
National_eIDAS_Gateway-72e8da84f3ff8cd36d6f62d0d0690ad3f9a19efd.tar.bz2
National_eIDAS_Gateway-72e8da84f3ff8cd36d6f62d0d0690ad3f9a19efd.zip
chore(core): check if custom attribute-handler implementations are available on start-up
Diffstat (limited to 'modules/eidas_proxy-sevice/src/main/resources/spring')
-rw-r--r--modules/eidas_proxy-sevice/src/main/resources/spring/eidas_proxy-service.beans.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/eidas_proxy-sevice/src/main/resources/spring/eidas_proxy-service.beans.xml b/modules/eidas_proxy-sevice/src/main/resources/spring/eidas_proxy-service.beans.xml
index 78b7640a..38bd44da 100644
--- a/modules/eidas_proxy-sevice/src/main/resources/spring/eidas_proxy-service.beans.xml
+++ b/modules/eidas_proxy-sevice/src/main/resources/spring/eidas_proxy-service.beans.xml
@@ -35,4 +35,7 @@
<bean id="proxyAttributeRegistry"
class="at.asitplus.eidas.specific.modules.msproxyservice.service.ProxyEidasAttributeRegistry" />
+ <bean id="at.asitplus.eidas.specific.modules.msproxyservice.handler.EJusticePersonRoleHandler"
+ class="at.asitplus.eidas.specific.modules.msproxyservice.handler.EJusticePersonRoleHandler" />
+
</beans> \ No newline at end of file