This is an automated email from the ASF dual-hosted git repository.
gtully pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
from 6254c140e3 ARTEMIS-4212 handful of updates
add cf3afc4096 ARTEMIS-4263 authenticator to delegate to artemis jaas
login modules and populate callback handler
No new revisions were added by this update.
Summary of changes:
artemis-server-osgi/pom.xml | 1 +
.../security/jaas/HttpServerAuthenticator.java | 130 +++++++++++++++++
.../security/jaas/HttpServerAuthenticatorTest.java | 156 +++++++++++++++++++++
artemis-server/src/test/resources/login.config | 13 ++
4 files changed, 300 insertions(+)
create mode 100644
artemis-server/src/main/java/org/apache/activemq/artemis/spi/core/security/jaas/HttpServerAuthenticator.java
create mode 100644
artemis-server/src/test/java/org/apache/activemq/artemis/spi/core/security/jaas/HttpServerAuthenticatorTest.java