I am new to ITIM. I am working on an application in JAVA. I want to authorize users based on groups they are assigned to. How can I do that?
Is there any api that can fetch user roles/groups by which I can authorize them?
|
I am new to ITIM. I am working on an application in JAVA. I want to authorize users based on groups they are assigned to. How can I do that? Is there any api that can fetch user roles/groups by which I can authorize them?
| |||
|
feedback
|
|
The system user will have an attribute of ‘erroles’ through which we can get information of user groups/Roles. Get DistinguishedName from Person object. Make PersonMO object having constructor like Make This will give accounts collection Get getSystemUserDN(userId);. PersonDao class will help in getting this. Make Get the roles/Groups from Cheers Imran Tariq | |||
|
feedback
|