Re: Ability to Extend the SecurityProvideImpl Gone

2016-04-25 Thread Angela Schreiber
hi tyson the 'SecurityProvideImpl' has been replaced by a more robust approach that makes sure the 'SecurityProvider' on gets registered as service once all mandatory security modules are ready. this also allows assert that the repository gets properly initialised. you may find additional

Ability to Extend the SecurityProvideImpl Gone

2016-04-24 Thread Tyson Bowman
Hi all I am trying to extend the SecurityProvider and PermissionProvider for a project and the code was working prior to them upgrading their oak version. After some investigation it appears that class was removed as a service and the registration class was added. There doesn't seem to be much