[java-identity-provider COMMIT] in /trunk: idp-profile-api/src/main/java/net/shibboleth/idp/profile/config/ idp-profi...

noreply at shibboleth.net noreply at shibboleth.net
Mon Dec 5 19:47:34 GMT 2011


Author: lajoie
Date: Mon Dec  5 19:47:33 2011
New Revision: 4082

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4082&view=rev
Log:
Move request-time profile configurations objects to a sub-package under the profile package.  It never really made sense to have these in the relying party package

Added:
    trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/config/
    trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/config/AbstractProfileConfiguration.java   (contents, props changed)
      - copied, changed from r4081, trunk/idp-profile-api/src/main/java/net/shibboleth/idp/relyingparty/AbstractProfileConfiguration.java
    trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/config/ProfileConfiguration.java   (contents, props changed)
      - copied, changed from r4081, trunk/idp-profile-api/src/main/java/net/shibboleth/idp/relyingparty/ProfileConfiguration.java
    trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/config/SecurityConfiguration.java   (contents, props changed)
      - copied, changed from r4081, trunk/idp-profile-api/src/main/java/net/shibboleth/idp/relyingparty/SecurityConfiguration.java
    trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/config/package-info.java   (with props)
    trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/profile/config/
    trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/profile/config/AbstractSamlProfileConfiguration.java   (with props)
    trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/profile/config/idwsf/
      - copied from r4081, trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/relyingparty/idwsf/
    trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/profile/config/package-info.java   (contents, props changed)
      - copied, changed from r4081, trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/relyingparty/package-info.java
    trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/profile/config/saml1/
      - copied from r4081, trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/relyingparty/saml1/
    trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/profile/config/saml2/
      - copied from r4081, trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/relyingparty/saml2/
    trunk/idp-saml-api/src/test/java/net/shibboleth/idp/saml/profile/
    trunk/idp-saml-api/src/test/java/net/shibboleth/idp/saml/profile/config/
    trunk/idp-saml-api/src/test/java/net/shibboleth/idp/saml/profile/config/AbstractSamlProfileConfigurationTest.java   (with props)
    trunk/idp-saml-api/src/test/java/net/shibboleth/idp/saml/profile/config/idwsf/
      - copied from r4081, trunk/idp-saml-api/src/test/java/net/shibboleth/idp/saml/relyingparty/idwsf/
    trunk/idp-saml-api/src/test/java/net/shibboleth/idp/saml/profile/config/saml1/
      - copied from r4081, trunk/idp-saml-api/src/test/java/net/shibboleth/idp/saml/relyingparty/saml1/
    trunk/idp-saml-api/src/test/java/net/shibboleth/idp/saml/profile/config/saml2/
      - copied from r4081, trunk/idp-saml-api/src/test/java/net/shibboleth/idp/saml/relyingparty/saml2/
Removed:
    trunk/idp-profile-api/src/main/java/net/shibboleth/idp/relyingparty/AbstractProfileConfiguration.java
    trunk/idp-profile-api/src/main/java/net/shibboleth/idp/relyingparty/ProfileConfiguration.java
    trunk/idp-profile-api/src/main/java/net/shibboleth/idp/relyingparty/SecurityConfiguration.java
    trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/relyingparty/
    trunk/idp-saml-api/src/test/java/net/shibboleth/idp/saml/relyingparty/
Modified:
    trunk/idp-profile-api/src/main/java/net/shibboleth/idp/relyingparty/RelyingPartyConfiguration.java
    trunk/idp-profile-api/src/main/java/net/shibboleth/idp/relyingparty/RelyingPartySubcontext.java
    trunk/idp-profile-api/src/test/java/net/shibboleth/idp/relyingparty/AbstractProfileConfigurationTest.java
    trunk/idp-profile-api/src/test/java/net/shibboleth/idp/relyingparty/MockProfileConfiguration.java
    trunk/idp-profile-api/src/test/java/net/shibboleth/idp/relyingparty/RelyingPartyConfigurationTest.java
    trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/profile/config/idwsf/SsosProfileConfiguration.java
    trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/profile/config/idwsf/package-info.java
    trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/profile/config/saml1/AbstractSAML1ProfileConfiguration.java
    trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/profile/config/saml1/ArtifactResolutionProfileConfiguration.java
    trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/profile/config/saml1/AttributeQueryProfileConfiguration.java
    trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/profile/config/saml1/SsoProfileConfiguration.java
    trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/profile/config/saml1/package-info.java
    trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/profile/config/saml2/AbstractSAML2ProfileConfiguration.java

[... 657 lines stripped ...]


More information about the commits mailing list