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!

Rest Web Service and Client Security

DLopezJul 11 2016 — edited Jul 12 2016

Hi,

Using JDev 12.2.1

I have been asked to implement Security in my Rest Web Service and Client applications, to allow only to respond to requests that came from my Client App.

I have searching about the topic and found out that are 4 ways to do it, based on: http://docs.oracle.com/middleware/1212/wls/RESTF/secure-restful-service.htm#RESTF284

In my Client App:

- I'm not using weblogic Roles so, if I understand it correctly, using Security Annotations or SecurityContext or Web.xml is out of the question;

The only one left is OWSM Policies.

The way I have created my Client App is not using a RESTful Client and Proxy. Instead I'm using a Web Service Data Control (SOAP / REST) and I can't find a way to implement security in it.


https://docs.oracle.com/middleware/1212/jdev/OJDUG/dev_web_services.htm#OJDUG7045


I have separated applications, one for my service and one for my client.


Am I missing something, or am I wrong on what I said previously?


Thanks in advance

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 9 2016
Added on Jul 11 2016
2 comments
526 views