I'm using TC 4.1.8
I read instructions for implementing DataSourceRealm, basicaly the same
as JDBCrealm but my tables for users and roles are connected with id
(number).
Users(id_user, login_name, pass)
Roles(id_role, role_name)
Users_Roles (id_user, id_role)
Because of that I can't use TC realm implementation (or I can ?). So, is
it possible just to extend DataSourceRealm class and overload methods
which construct SQLs and do I have to implement some other methods or
what ever is possible.
Thanx