Interface OwnerResolver

  • All Known Subinterfaces:
    MidPointPrincipalManager, UserProfileService
    All Known Implementing Classes:
    LensOwnerResolver, UserProfileServiceImpl

    public interface OwnerResolver
    This would be more appropriate in the security-impl. But we need it as low as this. Otherwise there is a dependency cycle (task->security->repo-common->task) Moving this to task yields better cohesion. So, it may in fact belong here.
    Author:
    semancik