Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 646 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 646 Bytes

JavaAuth Example Plugin

This authorization plugin is based on HTTP basic authentication. The purpose of this plugin is to make sure, that a Java based plugin works as well.

Usage

See the plugin configuration file. It allows access if username and password are the same with this permissions:

  • Creation is always allowed
  • View is always allowed
  • Update is allowed only, if the username is ernie
  • Deletion is allowed only on path /test (recursively)
  • KillTask is not allowed