I am trying to create group and user via my java class and I have successfully created both. Then from h2 (jdbc:h2:tcp://localhost/activiti) db when I check my tables I can see the entry of both in ACT_ID_GROUP and ACT_ID_USER.
But there is another tables called USERS and USER_GROUP. In these tables i can find the users which I created with Identity Management via Activiti UI. So what is the difference of these users and users which i created via my java code. Also I can not login with the user which I have created with my java code.