Enterprise AI Trend Report: Gain insights on ethical AI, MLOps, generative AI, large language models, and much more.
2024 Cloud survey: Share your insights on microservices, containers, K8s, CI/CD, and DevOps (+ enter a $750 raffle!) for our Trend Reports.
Stats
Reputation: | 314 |
Pageviews: | 513.1K |
Articles: | 5 |
Comments: | 3 |
Comments
Jan 03, 2019 · Adam Zaręba
Purpose of UniqueAuthenticationKeyGenerator was to enhance example - this class provides unique token after each successful authentication try, so it means that it is possible to have still valid multiple tokens for one user.
Nov 15, 2018 · Adam Zaręba
Hi Adam,
I prepared source codes for next blog post here: https://github.com/adamzareba/company-structure-spring-security-oauth2-roles
Hope it will help.
Mar 19, 2018 · Adam Zaręba
Hi,
Thanks for your feedback. It seems you have issue with annotations processing in eclipse. You have to turn on annotation processing like described in following article (section eclipse):
https://docs.jboss.org/hibernate/orm/5.0/topical/html/metamodelgen/MetamodelGenerator.html
Please, remember to install lombok plugin later on to process Lombok annotations.
After that, restart your IDE and rebuild the project.
Thanks,
Adam