Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

tristantarrant/doorkeeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.