[java-identity-provider COMMIT] in /trunk: idp-parent/pom.xml idp-profile-api/src/main/java/net/shibboleth/idp/profil...

noreply at shibboleth.net noreply at shibboleth.net
Wed Aug 31 12:25:21 BST 2011


Author: lajoie
Date: Wed Aug 31 12:25:21 2011
New Revision: 4043

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4043&view=rev
Log:
Add profile-impl module to parent POM
Move all action implementations to impl packages

Added:
    trunk/idp-profile-api/src/main/java/net/shibboleth/idp/relyingparty/RelyingPartyConfigurationSubcontext.java   (with props)
    trunk/idp-profile-impl/src/main/java/net/
    trunk/idp-profile-impl/src/main/java/net/shibboleth/
    trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/
    trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/
    trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/
    trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/CheckMandatoryIssuer.java   (contents, props changed)
      - copied, changed from r4042, trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/CheckMandatoryIssuer.java
    trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/CheckMessageLifetime.java   (contents, props changed)
      - copied, changed from r4042, trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/CheckMessageLifetime.java
    trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/CheckMessageReplay.java   (contents, props changed)
      - copied, changed from r4042, trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/CheckMessageReplay.java
    trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/DecodeMessage.java   (contents, props changed)
      - copied, changed from r4037, trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/DecodeMessage.java
    trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/FilterAttributes.java   (contents, props changed)
      - copied, changed from r4036, trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/FilterAttributes.java
    trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/InitializeProfileRequestContext.java   (contents, props changed)
      - copied, changed from r4042, trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/InitializeProfileRequestContext.java
    trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/ResolveAttributes.java   (contents, props changed)
      - copied, changed from r4036, trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/ResolveAttributes.java
    trunk/idp-profile-impl/src/test/java/net/
    trunk/idp-profile-impl/src/test/java/net/shibboleth/
    trunk/idp-profile-impl/src/test/java/net/shibboleth/idp/
    trunk/idp-profile-impl/src/test/java/net/shibboleth/idp/profile/
    trunk/idp-profile-impl/src/test/java/net/shibboleth/idp/profile/impl/
    trunk/idp-profile-impl/src/test/java/net/shibboleth/idp/profile/impl/CheckMandatoryIssuerTest.java   (contents, props changed)
      - copied, changed from r4036, trunk/idp-profile-api/src/test/java/net/shibboleth/idp/profile/CheckMandatoryIssuerTest.java
    trunk/idp-profile-impl/src/test/java/net/shibboleth/idp/profile/impl/CheckMandatoryLifetimeTest.java   (contents, props changed)
      - copied, changed from r4036, trunk/idp-profile-api/src/test/java/net/shibboleth/idp/profile/CheckMandatoryLifetimeTest.java
    trunk/idp-profile-impl/src/test/java/net/shibboleth/idp/profile/impl/CheckMessageReplayTest.java   (contents, props changed)
      - copied, changed from r4036, trunk/idp-profile-api/src/test/java/net/shibboleth/idp/profile/CheckMessageReplayTest.java
    trunk/idp-profile-impl/src/test/java/net/shibboleth/idp/profile/impl/InitializeProfileRequestContextTest.java   (contents, props changed)
      - copied, changed from r4036, trunk/idp-profile-api/src/test/java/net/shibboleth/idp/profile/InitializeProfileRequestContextTest.java
    trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/profile/SamlMetadataSubcontext.java   (with props)
    trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/profile/SamlProtocolSubcontext.java   (with props)
    trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/profile/package-info.java   (with props)
    trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/AbstractAddSamlMetadataToMessageContext.java   (with props)
    trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/AddRelyingPartyConfigurationToProfileRequestContext.java   (with props)
    trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/AddSamlMetadataToInboundMessageContext.java   (with props)
    trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/AddSamlMetadataToOutboundMessageContext.java   (with props)
Removed:
    trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/CheckMandatoryIssuer.java
    trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/CheckMessageLifetime.java
    trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/CheckMessageReplay.java
    trunk/idp-profile-api/src/main/java/net/shibboleth/idp/profile/DecodeMessage.java

[... 242 lines stripped ...]


More information about the commits mailing list