[java-identity-provider] branch master updated: IDP-1314 named beans for Scripted and Spring EL Functions
Rod Widdowson
rdw at steadingsoftware.com
Thu Aug 16 12:25:29 EDT 2018
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=a28b387e1742ab81b2459c09715a6ef3d8087aef
The following commit(s) were added to refs/heads/master by this push:
new a28b387 IDP-1314 named beans for Scripted and Spring EL Functions
a28b387 is described below
commit a28b387e1742ab81b2459c09715a6ef3d8087aef
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Aug 16 17:22:21 2018 +0100
IDP-1314 named beans for Scripted and Spring EL Functions
https://issues.shibboleth.net/jira/browse/IDP-1314
---
idp-conf/src/main/resources/system/conf/utilities.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/idp-conf/src/main/resources/system/conf/utilities.xml b/idp-conf/src/main/resources/system/conf/utilities.xml
index 153696e..c1facaf 100644
--- a/idp-conf/src/main/resources/system/conf/utilities.xml
+++ b/idp-conf/src/main/resources/system/conf/utilities.xml
@@ -40,6 +40,11 @@
class="net.shibboleth.idp.profile.logic.ScriptedPredicate" abstract="true" />
<bean id="shibboleth.Conditions.Expression"
class="net.shibboleth.idp.profile.logic.SpringExpressionPredicate" abstract="true" />
+
+ <bean id="shibboleth.Functions.Scripted"
+ class="net.shibboleth.utilities.java.support.logic.ScriptedFunction" abstract="true" />
+ <bean id="shibboleth.Functions.Expression"
+ class="net.shibboleth.ext.spring.util.SpringExpressionFunction" abstract="true" />
<!-- Parent bean for building custom predicates that act on a RP's EntityDescriptor. -->
<bean id="shibboleth.Conditions.EntityDescriptor" abstract="true"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list