Revision 724916a2
ID | 724916a2505748d570de00e6d08a3f0dab870900 |
[~BUGFIX] FLOW3 (Object): The object serializer now handles persitence objects correctly.
[~TASK] FLOW3 (AOP): Removed the FLOW3 Security subpackage from the AOP blacklist, to be able to store roles in the content repository.
[~BUGFIX] FLOW3 (Core): Changed the initialization order to initialize the persistence framework early engough for the new session scope.
[~BUGFIX] Testing: Changed the framewor initialization order to initialize the persistence framework early engough for the new session scope.
[+FEATURE] Party: Added a basic account model.
[+FEATURE] FLOW3 (Security): Added a new authentication provider and token that uses account objects for authentication.
[-FEATURE] FLOW3 (Security): Removed the RSA authentication mechanism for now.
[~CONFIGURATION] FLOW3: Changed the policy configuration according to the new syntax.
- added
- modified
- copied
- renamed
- deleted
- Classes
- AOP
- Core
- Object
- Security
- ACL
- PolicyService.php (diff)
- Role.php (diff)
- UserDetails.php
- UserDetailsService.php
- Authentication
- Provider
- RSAUsernamePassword.php
- UsernamePassword.php
- UsernamePasswordCR.php
- ProviderInterface.php (diff)
- ProviderManager.php (diff)
- Token
- RSAUsernamePassword.php
- UsernamePassword.php (diff)
- TokenInterface.php (diff)
- UserDetailsInterface.php
- UserDetailsServiceInterface.php
- Provider
- ACL
- Configuration
- Tests
- Object
- Security
- ACL
- Authentication
- Provider
- RSAUsernamePasswordTest.php
- UsernamePasswordCRTest.php
- UsernamePasswordTest.php
- ProviderManagerTest.php (diff)
- Token
- RSAUsernamePasswordTest.php
- UsernamePasswordTest.php (diff)
- Provider