GitHub user radcortez opened a pull request:
https://github.com/apache/tomee/pull/277
WIP - TOMEE-2365 - EE Security API Implementation - JSR-375
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/radcortez/tomee TOMEE-2365
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tomee/pull/277.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #277
----
commit ff50b7c617e2d3218e93354a3ee05e28b7187faf
Author: Roberto Cortez <radcortez@...>
Date: 2018-12-13T22:51:06Z
TOMEE-2365 - Added project for EE Security JSR-375 implementation.
commit cbff8cb25e0b99c0a8ed6b969229ca7c6774782a
Author: Roberto Cortez <radcortez@...>
Date: 2018-12-14T15:16:14Z
TOMEE-2365 - Added initial test to setup module.
commit e2d6c1db773521b082f66f3c5eddb5cd621a39a6
Author: Roberto Cortez <radcortez@...>
Date: 2018-12-14T23:06:19Z
TOMEE-2365 - Replaced ApplicationComposer with TomEE Embedded.
commit 02f81fcc369e8f4f6f120ea2ed68fe833e92db20
Author: Roberto Cortez <radcortez@...>
Date: 2018-12-14T23:32:29Z
TOMEE-2365 - Initial implementation classes with ServerAuthModule to
support Security spec Authentication Mechanisms.
----
---