Hi All,

Presently Account Services and Account Manager classes are responsible for
all the user operations like create, login, edit/update, change password,
lock user etc..

What i am thinking of is to create a new UserService in Utils and move the
user methods in AccountServices to it and follow the same with
AccountManager and its implementation.

So all the call for the user objects will be done through either
UserServices or UserManager classes.

Advantages of it would be that we can create plugins just to integrate ACS
with third party AD services for user mgmt.

Any thoughts on this.

--Mani

Reply via email to