Class AbstractAccessControlProvider

    • Field Detail

      • PARAM_OMIT_DEFAULT_PERMISSIONS

        public static final String PARAM_OMIT_DEFAULT_PERMISSIONS
        Constant for the name of the configuration option "omit-default-permission". The option is a flag indicating whether default permissions should be created upon initialization of this provider.

        If this option is present in the configuration no initial ACL content is created.
        If this configuration option is omitted the default permissions are installed. Note however, that the initialization should not overwrite previously installed AC content.

        See Also:
        Constant Field Values
      • session

        protected SessionImpl session
        the system session this provider has been created for.
    • Constructor Detail

      • AbstractAccessControlProvider

        protected AbstractAccessControlProvider()