[java-identity-provider COMMIT] in /trunk: idp-conf/pom.xml idp-conf/src/main/resources/conf/post-authn/post-authn.xm...
noreply at shibboleth.net
noreply at shibboleth.net
Thu Oct 2 16:16:01 EDT 2014
Author: tzeller
Date: Thu Oct 2 16:16:00 2014
New Revision: 6614
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6614&view=rev
Log:
Checkpoint work on consent. Ugly views.
Added:
trunk/idp-conf/src/main/resources/conf/post-authn/terms-of-use_en.properties (with props)
trunk/idp-conf/src/main/resources/flows/post-authn/consent/attribute-consent/
- copied from r6612, trunk/idp-conf/src/main/resources/flows/post-authn/consent/attribute-release/
trunk/idp-conf/src/main/resources/flows/post-authn/consent/attribute-consent/attribute-consent-beans.xml (with props)
trunk/idp-conf/src/main/resources/flows/post-authn/consent/attribute-consent/attribute-consent-flow.xml
- copied, changed from r6612, trunk/idp-conf/src/main/resources/flows/post-authn/consent/attribute-release/attribute-release-flow.xml
trunk/idp-conf/src/main/resources/flows/post-authn/consent/per-attribute-consent/
trunk/idp-conf/src/main/resources/flows/post-authn/consent/per-attribute-consent/per-attribute-consent-beans.xml (with props)
trunk/idp-conf/src/main/resources/flows/post-authn/consent/per-attribute-consent/per-attribute-consent-flow.xml (with props)
trunk/idp-conf/src/main/resources/flows/post-authn/consent/terms-of-use/terms-of-use-beans.xml (with props)
trunk/idp-conf/src/main/resources/views/post-authn/
trunk/idp-conf/src/main/resources/views/post-authn/consent/
trunk/idp-conf/src/main/resources/views/post-authn/consent/attribute-consent.vm (with props)
trunk/idp-conf/src/main/resources/views/post-authn/consent/per-attribute-consent.vm (with props)
trunk/idp-conf/src/main/resources/views/post-authn/consent/terms-of-use.vm (with props)
trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/Consent.java (with props)
trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/ConsentEventIds.java (with props)
trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/context/AttributeConsentContext.java (with props)
trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/context/TermsOfUseContext.java (with props)
trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/ExtractConsent.java (with props)
trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/ar/
trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/ar/AbstractAttributeConsentAction.java (with props)
trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/ar/AttributeConsentFlowDescriptor.java (with props)
trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/ar/CreateAttributeConsentChoices.java (with props)
trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/ar/InitializeAttributeConsentContext.java (with props)
trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/ar/IsAttributeConsentRequired.java (with props)
trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/ar/ProcessAttributes.java (with props)
trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/ar/ReleaseAttributes.java (with props)
trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/ar/package-info.java (with props)
trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/storage/
trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/storage/AbstractConsentStorageAction.java (with props)
trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/storage/CreateResult.java (with props)
trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/storage/ReadConsentFromStorage.java (with props)
trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/storage/RevokeConsent.java (with props)
trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/storage/package-info.java (with props)
trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/tou/
trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/tou/AbstractTermsOfUseAction.java (with props)
trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/tou/CreateTermsOfUseChoice.java (with props)
trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/tou/InitializeTermsOfUseContext.java (with props)
trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/tou/IsTermsOfUseConsentRequired.java (with props)
trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/tou/PopulateTermsOfUse.java (with props)
trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/tou/TermsOfUse.java (with props)
trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/tou/TermsOfUseFlowDescriptor.java (with props)
trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/tou/package-info.java (with props)
trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/logic/AttributeValueLookupFunction.java (with props)
trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/logic/FlowIdLookupFunction.java (with props)
[... 991 lines stripped ...]
More information about the commits
mailing list