JakartaEE Security Options

JakartaEE Security Options The old problem still difficult to tackle: LDAP is nice for role based access, but not fine grained enough. Ans all the developers want to do is make use of RolesAllowed("fineGrainedRole") annotations. So the default security providers of an application server need to be extended. This post contains some links to ways to write your own authentication module in JakartaEE using jaspic: https://blog.payara.fish/using-jaspic-to-secure-a-web-application-in-payara-server And old documentation about: JSR-196 (ASPIC) and JSR-375 (JavaEE Security API)...

31 March, 2023 · 2 min · 278 words · R.M. Morrien