Package org.xwiki.security
Interface SecurityConfiguration
-
@Role @Unstable public interface SecurityConfigurationProvide configuration for the security module.- Since:
- 13.10RC1
- Version:
- $Id: 5aaad00754c927524e62c84969176b616dc51f40 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetQueryItemsLimit()
-
-
-
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.propertiesfile in order to allow retrieving more or less items. Default value is100(this number corresponds to the LiveTable/LiveData max items view limit). This is to avoid DOS attacks.
-
-