Interface SecurityConfiguration


  • @Role
    @Unstable
    public interface SecurityConfiguration
    Provide configuration for the security module.
    Since:
    13.10RC1
    Version:
    $Id: 5aaad00754c927524e62c84969176b616dc51f40 $
    • Method Detail

      • getQueryItemsLimit

        int getQueryItemsLimit()
        Returns:
        the number used to control how many items are retrieved through queries (for example inside Velocity templates). This limit can be customized in the xwiki.properties file in order to allow retrieving more or less items. Default value is 100 (this number corresponds to the LiveTable/LiveData max items view limit). This is to avoid DOS attacks.