[java-identity-provider COMMIT] in /trunk/idp-conf/src: main/resources/conf/idp.properties main/resources/conf/post-a...
noreply at shibboleth.net
noreply at shibboleth.net
Thu Oct 23 23:27:09 EDT 2014
Author: tzeller
Date: Thu Oct 23 23:27:09 2014
New Revision: 6782
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6782&view=rev
Log:
Refactor "post-authn" to "intercept".
Added:
trunk/idp-conf/src/main/resources/conf/profile-intercept.xml
- copied, changed from r6780, trunk/idp-conf/src/main/resources/conf/post-authn.xml
trunk/idp-conf/src/main/resources/flows/intercept/
- copied from r6780, trunk/idp-conf/src/main/resources/flows/post-authn/
trunk/idp-conf/src/main/resources/system/conf/profile-intercept-system.xml
- copied, changed from r6780, trunk/idp-conf/src/main/resources/system/conf/post-authn-system.xml
trunk/idp-conf/src/main/resources/system/flows/intercept/
- copied from r6780, trunk/idp-conf/src/main/resources/system/flows/post-authn/
trunk/idp-conf/src/main/resources/system/flows/intercept/attribute-release-abstract-beans.xml
- copied unchanged from r6781, trunk/idp-conf/src/main/resources/system/flows/post-authn/attribute-release-abstract-beans.xml
trunk/idp-conf/src/main/resources/system/flows/intercept/attribute-release-abstract-flow.xml
- copied, changed from r6781, trunk/idp-conf/src/main/resources/system/flows/post-authn/attribute-release-abstract-flow.xml
trunk/idp-conf/src/main/resources/system/flows/intercept/intercept-abstract-flow.xml
- copied unchanged from r6780, trunk/idp-conf/src/main/resources/system/flows/post-authn/post-authn-abstract-flow.xml
trunk/idp-conf/src/main/resources/system/flows/intercept/intercept-beans.xml
- copied, changed from r6780, trunk/idp-conf/src/main/resources/system/flows/post-authn/post-authn-beans.xml
trunk/idp-conf/src/main/resources/system/flows/intercept/intercept-flow.xml
- copied, changed from r6780, trunk/idp-conf/src/main/resources/system/flows/post-authn/post-authn-flow.xml
trunk/idp-conf/src/main/resources/system/flows/intercept/terms-of-use-abstract-beans.xml
- copied unchanged from r6781, trunk/idp-conf/src/main/resources/system/flows/post-authn/terms-of-use-abstract-beans.xml
trunk/idp-conf/src/main/resources/system/flows/intercept/terms-of-use-abstract-flow.xml
- copied, changed from r6781, trunk/idp-conf/src/main/resources/system/flows/post-authn/terms-of-use-abstract-flow.xml
trunk/idp-conf/src/main/resources/views/intercept/
- copied from r6780, trunk/idp-conf/src/main/resources/views/post-authn/
trunk/idp-conf/src/test/java/net/shibboleth/idp/test/flows/interceptor/InterceptAppCtxInitializer.java
- copied, changed from r6778, trunk/idp-conf/src/test/java/net/shibboleth/idp/test/flows/interceptor/PostAuthnAppCtxInitializer.java
trunk/idp-conf/src/test/java/net/shibboleth/idp/test/flows/interceptor/InterceptFlowTest.java
- copied, changed from r6778, trunk/idp-conf/src/test/java/net/shibboleth/idp/test/flows/interceptor/PostAuthnFlowTest.java
trunk/idp-conf/src/test/resources/intercept/
- copied from r6778, trunk/idp-conf/src/test/resources/post-authn/
trunk/idp-conf/src/test/resources/intercept/flows/test-intercept-beans.xml
- copied unchanged from r6778, trunk/idp-conf/src/test/resources/post-authn/flows/test-post-authn-profile-beans.xml
trunk/idp-conf/src/test/resources/intercept/flows/test-intercept-flow.xml
- copied, changed from r6778, trunk/idp-conf/src/test/resources/post-authn/flows/test-post-authn-profile-flow.xml
trunk/idp-conf/src/test/resources/intercept/intercept.properties
- copied, changed from r6778, trunk/idp-conf/src/test/resources/post-authn/post-authn.properties
Modified:
trunk/idp-conf/src/main/resources/conf/idp.properties
trunk/idp-conf/src/main/resources/conf/post-authn.xml
trunk/idp-conf/src/main/resources/flows/post-authn/
trunk/idp-conf/src/main/resources/system/conf/global-system.xml
trunk/idp-conf/src/main/resources/system/conf/post-authn-system.xml
trunk/idp-conf/src/main/resources/system/conf/webflow-config.xml
trunk/idp-conf/src/main/resources/system/flows/intercept/post-authn-abstract-flow.xml
trunk/idp-conf/src/main/resources/system/flows/intercept/post-authn-beans.xml
trunk/idp-conf/src/main/resources/system/flows/intercept/post-authn-flow.xml
trunk/idp-conf/src/main/resources/system/flows/post-authn/
trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-abstract-flow.xml
trunk/idp-conf/src/main/resources/views/post-authn/
trunk/idp-conf/src/test/java/net/shibboleth/idp/test/flows/interceptor/PostAuthnAppCtxInitializer.java
trunk/idp-conf/src/test/java/net/shibboleth/idp/test/flows/interceptor/PostAuthnFlowTest.java
trunk/idp-conf/src/test/resources/intercept/flows/test-post-authn-profile-beans.xml
trunk/idp-conf/src/test/resources/intercept/flows/test-post-authn-profile-flow.xml
trunk/idp-conf/src/test/resources/intercept/post-authn.properties
trunk/idp-conf/src/test/resources/intercept/test-webflow-config.xml
trunk/idp-conf/src/test/resources/post-authn/
Modified: trunk/idp-conf/src/main/resources/conf/idp.properties
[... 511 lines stripped ...]
More information about the commits
mailing list