<!-- Tag condition -->
<bean id="MyCondition" parent="shibboleth.Conditions.EntityDescriptor">
<constructor-arg name="pred">
<bean parent="shibboleth.Conditions.MappedEntityAttributes">
<constructor-arg>
<list>
<bean parent="shibboleth.TagCandidate"
c:name="http://macedir.org/entity-category"
p:values="#{{ 'http://refeds.org/category/research-and-scholarship', 'http://example.org/mycategory' }}" />
</list>
</constructor-arg>
</bean>
</constructor-arg>
</bean> |