protegeproject / protege-server

An OWL ontology server for OWL API programs, e.g., Protege Desktop.
21 stars 16 forks source link

Support for LDAP and other authentication mechanisms #30

Closed bdionne closed 8 years ago

bdionne commented 8 years ago

@johardi - I made some changes to the DefaultLoginService, mainly pulling out the SessionManager and pushing the hashing into it, in order to make things a little more general for the HTTPServer. This allows LDAP or any other method to be used as long as it implements LoginService.