The rights manager defines the method for verifying user rights. The rights manager answers the question "Does user X have right D on context C?".
Assigning rights to users consists in assigning a right profile to a user in a context.
The rights manager is a single extension pointThis means that only one implementation can be used at a time. Its identifier is org.ametys.runtime.right.RightsManager.
The choice of user manager is made either via the WEB-INF/param/runtime.xml of the application (cf. Runtime file.xml) or through thePlugins and Workspace"Available from the administration interface.
To date, the default extensions available for this extension point are :
This implementation always answers yes to the question"Does user X have right D on context C?", whatever the user, the right and the context.
TODO
TODO
TODO