Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

JDeveloper 14.1.2: Missing "User and Role DataControl" library?

Svetozar RadojcinFeb 12 2025 — edited Feb 12 2025

Hi all,

Cwele_new_account here, after a long time…
In the previous JDev version I used (12.2.1.4), I used some Java classes from
adf-sec-idm-dc.jar

However, in the JDev 14.1.2,there is no such file.
Besides, when I try to add the Library related to that .jar, I see the following:

Because of that, I have invalid imports:

import oracle.security.idm.IMException;
//import oracle.security.idm.IdentityStore;
import oracle.security.idm.Role;
import oracle.security.idm.RoleManager;
import oracle.security.idm.User;
import oracle.security.idm.UserManager;
import oracle.security.idm.UserProfile;

**Question: ** What Library do I need to add to get these classes?

Comments
Post Details
Added on Feb 12 2025
1 comment
59 views