Skip to Main Content

APEX

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!

How to find out if user is developer?

coffee4allMar 27 2019 — edited Mar 27 2019

Hi,

is there any way to find out if the application running at developer's hands?

I found the API methods APEX_AUTHENTICATION.IS_AUTHENTICATED and APEX_AUTHENTICATION.IS_PUBLIC_USER, but nothing like APEX_AUTHENTICATION.IS_DEVELOPER.

Also, server-side conditions can be based on authentication status, but there are also lots of other options.

Maybe the presence or absence of the developer toolbar can be tested (and e.g. write into an item where server-side condition can read it), but I also do not know how to detect this.

How do you do or leave, display or hide things only if current user is developer (or not)?

Comments
Post Details
Added on Mar 27 2019
7 comments
1,417 views