Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jaspic-dev] Proposal for EE4J compatible implementation of Jakarta Authentication

Ok, good to hear it has support :)

For GlassFish JTA and EJB nothing is done afaik, but especially for JTA it might be cool to try something there too.

On Saturday, August 24, 2019, Guillermo González de Agüero <z06.guillermo@xxxxxxxxx> wrote:
Looks totally reasonable. It will also work as a great documentation.

Out of curiosity, what's been done for other similar cases where the RI is part of GlassFish, like EJB or JTA?

El sáb., 24 ago. 2019 11:52, arjan tijms <arjan.tijms@xxxxxxxxx> escribió:
Hi,

At the moment we don't have an EE4J compatible implementation for Jakarta Authentication (previously JASPIC).

On the one hand as JASPIC directs how containers should integrate with an authentication module you can't really have a fully standalone implementation. On the other hand, there's quite a bit of functionality that actually can be implemented.

Ron Monzillo started with exactly this years ago; the Jaspic Provider Framework; https://mvnrepository.com/artifact/org.glassfish.security/jaspic.provider.framework/3.2-b06

It's currently inside the GlassFish code base, but has no GlassFish dependencies. See https://github.com/eclipse-ee4j/glassfish/tree/master/appserver/security/jaspic-provider-framework

I'd like to propose removing this module from GlassFish, moving it to it's own project under https://github.com/eclipse-ee4j and evolve it from there.

Thoughts?

Kind regards,
Arjan
_______________________________________________
jaspic-dev mailing list
jaspic-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jaspic-dev

Back to the top