[java-identity-provider COMMIT] in /trunk: idp-conf/src/main/resources/conf/idp.properties idp-conf/src/main/resource...

noreply at shibboleth.net noreply at shibboleth.net
Wed Oct 22 14:24:44 EDT 2014


Author: tzeller
Date: Wed Oct 22 14:24:43 2014
New Revision: 6770

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6770&view=rev
Log:
Rename "attribute consent" to "attribute release". Some consent cleanup.

Added:
    trunk/idp-conf/src/main/resources/flows/post-authn/attribute-release/
      - copied from r6769, trunk/idp-conf/src/main/resources/flows/post-authn/attribute-consent/
    trunk/idp-conf/src/main/resources/flows/post-authn/attribute-release/attribute-release-flow.xml
      - copied, changed from r6769, trunk/idp-conf/src/main/resources/flows/post-authn/attribute-consent/attribute-consent-flow.xml
    trunk/idp-conf/src/main/resources/system/flows/post-authn/attribute-release-abstract-beans.xml
      - copied, changed from r6769, trunk/idp-conf/src/main/resources/system/flows/post-authn/attribute-consent-abstract-beans.xml
    trunk/idp-conf/src/main/resources/system/flows/post-authn/attribute-release-abstract-flow.xml
      - copied, changed from r6769, trunk/idp-conf/src/main/resources/system/flows/post-authn/attribute-consent-abstract-flow.xml
    trunk/idp-conf/src/main/resources/views/post-authn/attribute-release.vm
      - copied, changed from r6769, trunk/idp-conf/src/main/resources/views/post-authn/attribute-consent.vm
    trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/context/AttributeReleaseContext.java
      - copied, changed from r6657, trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/context/AttributeConsentContext.java
    trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/ar/AbstractAttributeReleaseAction.java
      - copied, changed from r6614, trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/ar/AbstractAttributeConsentAction.java
    trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/ar/AttributeReleaseFlowDescriptor.java
      - copied, changed from r6712, trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/ar/AttributeConsentFlowDescriptor.java
    trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/ar/CreateAttributeReleaseChoices.java
      - copied, changed from r6670, trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/ar/CreateAttributeConsentChoices.java
    trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/ar/CreateGlobalAttributeReleaseResult.java
      - copied, changed from r6671, trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/ar/CreateGlobalConsentResult.java
    trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/ar/InitializeAttributeReleaseContext.java
      - copied, changed from r6648, trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/ar/InitializeAttributeConsentContext.java
    trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/ar/IsAttributeReleaseConsentRequired.java
      - copied, changed from r6670, trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/ar/IsAttributeConsentRequired.java
    trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/ar/PopulateAttributeReleaseContext.java
      - copied, changed from r6657, trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/ar/PopulateAttributeConsentContext.java
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/attribute-consent/
    trunk/idp-conf/src/main/resources/flows/post-authn/attribute-release/attribute-consent-flow.xml
    trunk/idp-conf/src/main/resources/flows/post-authn/attribute-release/messages.properties
    trunk/idp-conf/src/main/resources/flows/post-authn/terms-of-use/terms-of-use-flow.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/post-authn/attribute-consent-abstract-beans.xml
    trunk/idp-conf/src/main/resources/system/flows/post-authn/attribute-consent-abstract-flow.xml
    trunk/idp-conf/src/main/resources/system/flows/post-authn/terms-of-use-abstract-flow.xml
    trunk/idp-conf/src/main/resources/views/post-authn/attribute-consent.vm
    trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/context/AttributeConsentContext.java
    trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/ar/AbstractAttributeConsentAction.java
    trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/ar/AttributeConsentFlowDescriptor.java
    trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/ar/CreateAttributeConsentChoices.java
    trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/ar/CreateGlobalConsentResult.java
    trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/ar/InitializeAttributeConsentContext.java
    trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/ar/IsAttributeConsentRequired.java
    trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/ar/PopulateAttributeConsentContext.java

[... 826 lines stripped ...]


More information about the commits mailing list