Skip to Main Content

ORDS, SODA & JSON in the Database

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!

Can I secure individual handlers?

RichDBAJul 23 2020 — edited Jul 28 2020

If I define multiple handlers for a single module, each with a different method, can I secure them individually?

I want to define a GET handler for a resource that is unsecured to allow anyone to call it and get a response back, and a PUT handler to update the resource that requires a role/priv.

It isn’t obvious to me from the documentation if this can be done, I can’t find anything relating to it but I’d imagine it would be a pretty basic (not to mention common) requirement?

Regards

Rich

This post has been answered by thatJeffSmith-Oracle on Jul 27 2020
Jump to Answer

Comments

Post Details

Added on Jul 23 2020
2 comments
124 views