Package org.xwiki.user
Interface UserConfiguration
-
@Role public interface UserConfiguration
Configuration options for the User module.- Since:
- 12.2
- Version:
- $Id: defcce070c5204b934a8236b9430e08e50b351cf $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Properties
getGuestPreference()
String
getStoreHint()
Properties
getSuperAdminPreferences()
-
-
-
Method Detail
-
getStoreHint
String getStoreHint()
- Returns:
- the hint of the implementation components used to store users (defaults to
document
-
getSuperAdminPreferences
Properties getSuperAdminPreferences()
- Returns:
- the overriding preferences for the superadmin user
-
getGuestPreference
Properties getGuestPreference()
- Returns:
- the overriding preferences for the guest user
-
-