This repository was archived by the owner on Apr 15, 2023. It is now read-only.
tristantarrant/doorkeeper
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Doorkeeper
Doorkeeper is a J2EE library which provides an authentication and authorization framework which is easy to configure and use within web applications
Its main features are
* Multiple authenticators (Basic, Digest, Form, Ajax, NTLM, Cookie, SPNEGO/Kerberos, Container)
* Multiple account providers (LDAP, JDBC, Properties files)
* Multiple authorizers (Regex, Taglib)
It is currently not complete.