Security implementations provide authentication and authorization services. They do not providing services such as auditing, encryption, non-repudiation or confidentiality.

The file implementation uses simple flat files to store user account/password (authentication) and permissions (authorization) data.

Releases