On 15.7.2014 17:20, Bill Burke wrote:
On 7/15/2014 11:13 AM, Stian Thorgersen wrote:
>> - Question: Is it plan to move some manager classes like RealmManager,
>> ApplicationManager, OAuthClientManager and RolesManager to model/api as
>> well? These don't have dependencies on other stuff in "services"
and it
>> will be useful for stuff like export/import to have them available. For
>> example export/import may need the code for setup masterAdmin
>> application (as if I import realm, I've need to check if particular
>> master application like "demo-realm" exists in master realm and create
>> it if doesn't, so I've needed to move some related code from
>> RealmManager for setup this too).
> +1
>
Can we wait on moving managers? Please? :) BTW, I think there is
JAX-RS code in some managers.
yeah, I meant just RealmManager, ApplicationManager,
OAuthClientManager
and UserManager, which doesn't have dependency on JAX-RS and they deal
mainly with model api.
Marek
> LDAP/Sync is much higher priority IMO though. Probably best to post-pone this to
later, or even wait until/if we get requests for it.
>
I'd really like to implement the ideas I talked about before about
LDAP/Sync. I was going to tackle that after UserProvider split (which
should be today or tomorrow).