Class EditContentWithCreationRightAccessController

java.lang.Object
org.ametys.odf.rights.EditContentWithCreationRightAccessController
All Implemented Interfaces:
AccessController, PluginAware, Supporter<Object>, Configurable, Serviceable

Access controller for odf content that don't have an edition right, the edition right will be checked based on the creation right (example : skills).
 Configuration needed :
 - 'content-type' : The content type
    -> The creation right will be retrieved from the content type definition
 - 'i18n-keys-prefix' : The prefix of the i18n keys that will be used :
    -> i18n-keys-prefix_USER_ALLOWED_EXPLANATION
    -> i18n-keys-prefix_ANY_CONNECTED_ALLOWED_EXPLANATION
    -> i18n-keys-prefix_UNKNOWN_EXPLANATION
    -> i18n-keys-prefix_CONTENT_EXPLANATION_LABEL
    -> i18n-keys-prefix_ALL_CONTENTS_EXPLANATION_LABEL
    -> i18n-keys-prefix_ALL_CONTENTS_LABEL