Skip to Main Content

Java SE (Java Platform, Standard Edition)

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.

Buttons like Netbeans'

843806Jan 15 2008 — edited Jan 15 2008
Hi,

The buttons in NetBeans' toolbar, for example, don't have their content area filled. However, when rolling the mouse over them, the border is painted.
What are the properties needed to be enabled/disabled in order to acheive this effect? I've tried a bunch of them but without success.

Thank you.

Comments

Jared C

Ok, I came across this blog and got the function implemented for our environment. It works as expected, but now, I am wondering how to set it up within Oracle APEX itself.

Specifically, if I make a call to ldap_auth in the Create Authorization Scheme dialog, how do I capture the username / password? I am mainly confused since at this point, I am trying to get an authorization at some point after authentication.

Jared C
Answer

Alright, we figured it out.

Instead of passing the password to the ldap_auth function, we made a service account that has read-only permissions to all of the users attributes. We accomplished this by doing this:

Then I put those credentials in the function, and we pass in the username (:APP_USER is available in the Create Authorization Scheme dialog) and the group we want to check whether the user is in.

Marked as Answer by Jared C · Mar 7 2025
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 12 2008
Added on Jan 15 2008
6 comments
292 views