[java-identity-provider COMMIT] in /trunk: idp-conf/src/main/resources/conf/relying-party.xml idp-conf/src/main/resou...
noreply at shibboleth.net
noreply at shibboleth.net
Fri Aug 22 15:29:15 EDT 2014
Author: scantor
Date: Fri Aug 22 15:29:15 2014
New Revision: 6460
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6460&view=rev
Log:
IDP-471 - s/Anonymous/Unverified
Added:
trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/logic/impl/VerifiedProfilePredicate.java
- copied, changed from r6456, trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/logic/impl/AnonymousProfilePredicate.java
trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/profile/impl/SAMLVerificationLookupStrategy.java
- copied, changed from r6456, trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/profile/impl/SAMLAnonymityLookupStrategy.java
Modified:
trunk/idp-conf/src/main/resources/conf/relying-party.xml
trunk/idp-conf/src/main/resources/system/conf/global-system.xml
trunk/idp-conf/src/main/resources/system/conf/relying-party-system.xml
trunk/idp-conf/src/main/resources/system/conf/services-system.xml
trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/context/RelyingPartyContext.java
trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/logic/impl/AnonymousProfilePredicate.java
trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/relyingparty/impl/DefaultRelyingPartyConfigurationResolver.java
trunk/idp-profile-impl/src/test/java/net/shibboleth/idp/relyingparty/impl/DefaultRelyingPartyConfigurationResolverTest.java
trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/AnonymousRelyingPartyParser.java
trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/RelyingPartyGroupParser.java
trunk/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/RelyingPartyGroupTest.java
trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/profile/impl/InitializeRelyingPartyContextFromSAMLPeer.java
trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/profile/impl/PopulateBindingAndEndpointContexts.java
trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/profile/impl/SAMLAnonymityLookupStrategy.java
trunk/idp-saml-impl/src/test/java/net/shibboleth/idp/saml/profile/impl/PopulateBindingAndEndpointContextsTest.java
Modified: trunk/idp-conf/src/main/resources/conf/relying-party.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/relying-party.xml?rev=6460&r1=6459&r2=6460&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/relying-party.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/relying-party.xml Fri Aug 22 15:29:15 2014
@@ -19,10 +19,10 @@
to enable specific default profile settings (as below), or create new beans inline to override defaults.
-->
- <bean id="shibboleth.AnonymousRelyingParty" parent="RelyingParty">
+ <bean id="shibboleth.UnverifiedRelyingParty" parent="RelyingParty">
<property name="profileConfigurations">
<util:list>
- <!-- <ref bean="SAML2.SSO" /> -->
+ <!-- <bean parent="SAML2.SSO" p:encryptAssertions="false" /> -->
</util:list>
</property>
</bean>
Modified: trunk/idp-conf/src/main/resources/system/conf/global-system.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/global-system.xml?rev=6460&r1=6459&r2=6460&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/global-system.xml (original)
+++ trunk/idp-conf/src/main/resources/system/conf/global-system.xml Fri Aug 22 15:29:15 2014
@@ -180,9 +180,6 @@
resolver for encryption parameters above.
-->
- <bean id="shibboleth.RoleDescriptorResolver" class="org.opensaml.saml.metadata.resolver.impl.BasicRoleDescriptorResolver"
- c:mdResolver-ref="shibboleth.MetadataResolver" />
-
<bean id="shibboleth.MetadataCredentialResolver" class="org.opensaml.saml.security.impl.MetadataCredentialResolver"
p:roleDescriptorResolver-ref="shibboleth.RoleDescriptorResolver"
p:keyInfoCredentialResolver-ref="shibboleth.KeyInfoCredentialResolver">
Modified: trunk/idp-conf/src/main/resources/system/conf/relying-party-system.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/relying-party-system.xml?rev=6460&r1=6459&r2=6460&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/relying-party-system.xml (original)
+++ trunk/idp-conf/src/main/resources/system/conf/relying-party-system.xml Fri Aug 22 15:29:15 2014
@@ -23,7 +23,7 @@
<!-- Pulls together the various components that feed the resolver. -->
<bean class="net.shibboleth.idp.relyingparty.impl.DefaultRelyingPartyConfigurationResolver"
- p:anonymousConfiguration-ref="shibboleth.AnonymousRelyingParty"
[... 685 lines stripped ...]
More information about the commits
mailing list