Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleRelying Party By Tag
Code Block
languagexml
<!-- Tag condition -->
<bean id="MyCondition" parent="shibboleth.Conditions.EntityDescriptor">
  <constructor-arg name="pred">
    <bean class="orgnet.shibboleth.opensamlidp.saml.common.profile.logic.EntityAttributesPredicateMappedEntityAttributesPredicate">
      <constructor-arg>
        <list>
          <bean class="org.opensaml.saml.common.profile.logic.EntityAttributesPredicate.Candidate"
            c:name="http://macedir.org/entity-category"
            p:values="http://refeds.org/category/research-and-scholarship" />
        </list>
      </constructor-arg>
    </bean>
  </constructor-arg>
</bean>

...