Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to implement java Authentication in desktop application

what is the best way to implement AA mechanism ( authorization and Authentication ) in java desktop app , i have accounting application that needs AA mechanism

like image 587
user63898 Avatar asked Jun 29 '26 13:06

user63898


1 Answers

JAAS can be a nice place to start.

like image 169
Omry Yadan Avatar answered Jul 01 '26 02:07

Omry Yadan