Reputation: 835
I wonder if it's possible to create rolebased content in JavaFX using Spring Security so that one page was different for different users? I've read that it is absolutely possible in web, but what about a desktop application?
Upvotes: 2
Views: 813
Reputation: 794
Yes it is possible to use Spring Security in a standalone application. You can check an example in the following article (with JavaFX) : https://dzone.com/articles/javafx-spring-day-3-%E2%80%93
Upvotes: 1