This is an automated email from the ASF dual-hosted git repository.
jbertram pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
from 6851e7d677 ARTEMIS-4204 connectors added via management are not durable
add 61c687ec9c ARTEMIS-4195 Auth callback to get Client ID
No new revisions were added by this update.
Summary of changes:
.../{HmacCallback.java => ClientIDCallback.java} | 23 ++---
.../core/security/jaas/JaasCallbackHandler.java | 24 ++---
.../security/jaas/JaasCallbackHandlerTest.java | 111 +++++++++++++++++++++
3 files changed, 129 insertions(+), 29 deletions(-)
copy
artemis-server/src/main/java/org/apache/activemq/artemis/spi/core/security/jaas/{HmacCallback.java
=> ClientIDCallback.java} (71%)
create mode 100644
artemis-server/src/test/java/org/apache/activemq/artemis/spi/core/security/jaas/JaasCallbackHandlerTest.java