Commit graph

4 commits

Author SHA1 Message Date
Hugo Hamon 070ba6ba50 [Model] [Acl] removed useless else clause in Entry::toAclEntry(). 2012-04-06 10:24:20 +02:00
Toni Uebernickel e73bc1098b apply code conventions (static public and phpDoc) 2012-02-07 17:25:35 +01:00
Toni Uebernickel af1053e149 add AuditableAcl(Provider)
* update provider class to AuditableAclProvider
* change auditing default to be more reasonable, 90% use case: log failures only
* add transformers to Model\Acl\Entry converting from/to Security\Acl\Domain\Entry
* fix MutableAclProvider to use getAcl method instead of creating MutableAcl directly
* re-factor MutableAcl::updateAce and MutableAclProvider::persistAcl to use Entry transformers
2012-02-07 17:25:35 +01:00
Toni Uebernickel f6edbe3e7b add model for access control list
The schema is compatible with the distributed schema of the Security component.
2012-02-07 17:25:33 +01:00