This content has been marked as final.
Show 2 replies
-
1. Re: Extending IdentityManager and IdentityStore
Nikolay Elenkov May 14, 2010 3:20 AM (in response to Michal Petrik)Your IdentityManager is never created. <security:identity-manager> maps to the default one. Try this instead:
<component class="mypackage.IdentityManager"> <property name="identity-store">#{identityStore}</property> </component>
-
2. Re: Extending IdentityManager and IdentityStore
Michal Petrik Jun 8, 2010 2:17 PM (in response to Michal Petrik)Thank you for your reply.
I supposed that IdentityManager could be overwritten as any other built-in component.
However,
I have solved the problem writing an own identity manager and the authentication method, because I have realized that I have also different requirements on identity manager permission checks.