The SubjectRoleEntityProvider is a global EntityProvider, there is no way to link these to a n application.
Solution
Create an intermediate RoleProvider interface to be used by applications instead of the SubjectRoleEntityProvider. Amdatu Security should then provide a single SubjectRoleEntityProvider service that delegates to these RoleProvider services.