michael-batz / yourCMDB

A flexible asset management tool. See our new OpenSource project based on the idea of yourCMDB: DATAGERRY
https://datagerry.com/yourCMDB
19 stars 6 forks source link

Make AuthenticationProviderOpenNMS more generic #42

Closed michael-batz closed 5 years ago

michael-batz commented 5 years ago

The AuthenticationProviderOpenNMS provides user authentication against the OpenNMS REST API. It creates an HTTP call with basic authentication and returns true, if an HTTP-200 will be received. This could be a more generic AuthenticationProvider.

michael-batz commented 5 years ago

Implementation done. Also implemented a small filter to allow only specific usernames.

michael-batz commented 5 years ago

Documentation updated.