Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Authentication method for REST Web Service using SecurityContext

A Java EE web app was developed which has a REST Web service using Jersey.

Could anyone point out an example or a path to code in Java an authentication to user access using the SecurityContext class in java (JAX-RS)

Please suggest any other method you can think of.

like image 878
NelsonPaul Avatar asked Nov 12 '22 23:11

NelsonPaul


1 Answers

This is good tiutorial about SecurityContext try this

like image 118
mssb Avatar answered Nov 15 '22 12:11

mssb