- <bean id="shibboleth.SAML1AttributeAuthority"
- class="edu.internet2.middleware.shibboleth.common.attribute.provider.ShibbolethSAML1AttributeAuthority" depends-on="shibboleth.LogbackLogging">
- <constructor-arg ref="shibboleth.AttributeResolver" />
- <property name="filteringEngine" ref="shibboleth.AttributeFilterEngine" />
- </bean>
-
- <bean id="shibboleth.SAML2AttributeAuthority"
- class="edu.internet2.middleware.shibboleth.common.attribute.provider.ShibbolethSAML2AttributeAuthority" depends-on="shibboleth.LogbackLogging">
- <constructor-arg ref="shibboleth.AttributeResolver" />
- <property name="filteringEngine" ref="shibboleth.AttributeFilterEngine" />
- </bean>
-