Actions
Task #68047
closedEmit a signal for each mapped object
Start date:
2015-07-10
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
A signal should be emitted whenever the DataMapper created an object.
The signal then could be used to manipulate the object.
Example use case: A user authenticates against a cross domain SSO service and then is being redirected back to the TYPO3 CMS frontend. A user session is initiated and the SSO service is queried for the user attributes. The SSO service responds and the received user attributes are being mapped to the front-end user model. The PHP session storage is used to cache the user attributes for TTL of the SSO session.
Actions