This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a change to branch 3698-security.simpleauth
in repository https://gitbox.apache.org/repos/asf/causeway.git
from 18a607a083 CAUSEWAY-3698: adds password encryption
add d64d4f632f CAUSEWAY-3698: adds authentication tests
No new revisions were added by this update.
Summary of changes:
security/simple/pom.xml | 8 ++
.../simple/authentication/SimpleAuthenticator.java | 22 +++--
.../simple/authorization/SimpleAuthorizor.java | 5 +-
.../security/simple/SecuritySimpleAuthTest.java | 103 +++++++++++++++++++++
4 files changed, 130 insertions(+), 8 deletions(-)
create mode 100644
security/simple/src/test/java/org/apache/causeway/security/simple/SecuritySimpleAuthTest.java