<constructor-arg ref="shibboleth.StorageService" />
<constructor-arg type="long" value="300000" />
</bean>
+
+ <bean id="shibboleth.ReplayCache" class="org.opensaml.util.storage.ReplayCache">
+ <constructor-arg ref="shibboleth.StorageService" />
+ <constructor-arg type="long" value="300000" />
+ </bean>
<util:map id="shibboleth.MessageDecoders">
<entry>
<constructor-arg ref="shibboleth.StorageService" />
<constructor-arg type="long" value="300000" />
</bean>
+
+ <bean id="shibboleth.ReplayCache" class="org.opensaml.util.storage.ReplayCache">
+ <constructor-arg ref="shibboleth.StorageService" />
+ <constructor-arg type="long" value="300000" />
+ </bean>
<util:map id="shibboleth.MessageDecoders">
<entry>
<!-- Security Configurations -->
<!-- ========================================== -->
<security:SecurityPolicy id="shibboleth.DefaultSecurityPolicy" xsi:type="security:SecurityPolicyType">
- <!--
<security:Rule xsi:type="samlsec:SAML1Protocol"/>
<security:Rule xsi:type="samlsec:SAML2Protocol"/>
+ <security:Rule xsi:type="samlsec:Replay"/>
<security:Rule xsi:type="samlsec:IssueInstant"/>
<security:Rule xsi:type="samlsec:MandatoryIssuer"/>
- -->
</security:SecurityPolicy>
</RelyingPartyGroup>
\ No newline at end of file