summaryrefslogtreecommitdiffstats
path: root/src/test/resources/htpasswdUSTest/htpasswd.in
Commit message (Collapse)AuthorAgeFilesLines
* Refactor user services and separate authentication (issue-281)James Moger2013-11-291-31/+0
| | | | Change-Id: I336e005e02623fc5e11a4f8b4408bea5465a43fd
* Add an Apache htpasswd user serviceFlorian Zschocke2013-08-121-0/+31
Add a new class, HtpasswdUserService, which performs authentication against a text file created with the Apache 'htpasswd' program. Added dependency on commons-codec:1.7